MAIN:jdg6688:20090108003954
by jdg6688 on
07 January 2009, 18:39:54 -0600
(33 hours ago)
Fix for issue 1066: using direct reference in signing a token attached in the message for interoperbility.
MAIN:kumarjayanti:20090102113201
by kumarjayanti on
02 January 2009, 05:32:01 -0600
(6 days ago)
Converting Pipes to Tubes. Also disabled the default creation of Client side Tube for supporting XWSS 2.0 style legacy apps by default. This might break BC but we want to enable it based on System Pr…
MAIN:kumarjayanti:20081218113511
by kumarjayanti on
18 December 2008, 05:35:11 -0600
(21 days ago)
Fix for XWSS issue 45. On some containers we get an IllegalAccessException when trying to access info from the context.
jaxws22-policy-migration:ramapulavarthi:20081217065559
by ramapulavarthi on
17 December 2008, 00:56:00 -0600
(23 days ago)
Remove WSDLPolicyMapWrapper and fix the tests to not use it t access PolicyMap from WSDLModel. PolicyMap can be accessed from WSDLModel. PolicyMap is also exposed via WsPortInfo on ClientTubeAssembler…
MAIN:ramapulavarthi:20081216032226
by ramapulavarthi on
15 December 2008, 21:22:26 -0600
(24 days ago)
file WsitPolicyUtil.java was initially added on branch jaxws22-policy-migration.
MAIN:ramapulavarthi:20081216032225
by ramapulavarthi on
15 December 2008, 21:22:25 -0600
(24 days ago)
file WsitPolicyResolver.java was initially added on branch jaxws22-policy-migration.
MAIN:ramapulavarthi:20081216032225:1
by ramapulavarthi on
15 December 2008, 21:22:25 -0600
(24 days ago)
file WsitPolicyResolverFactory.java was initially added on branch jaxws22-policy-migration.
MAIN:m_potociar:20081210175433
by m_potociar on
10 December 2008, 11:54:38 -0600
(29 days ago)
RX Exception handling refactored a little bit RM tube factory replaced with RX tube that also handles WS-MC processing tube RM tube constructor refactoring Initial drop of MC tubes Configuration inter…
MAIN:m_potociar:20081209163902
by m_potociar on
09 December 2008, 10:39:02 -0600
(30 days ago)
Ordered delivery configuration getter renamed New getter for Make connection feature added
MAIN:m_potociar:20081128193425
by m_potociar on
28 November 2008, 13:38:01 -0600
(41 days ago)
Added javadoc to RmVersion Renamed RM version enum values
MAIN:m_potociar:20081128185044
by m_potociar on
28 November 2008, 12:52:51 -0600
(41 days ago)
Proprietary assertion namespace constants refactored to enum
MAIN:m_potociar:20081121193522
by m_potociar on
21 November 2008, 13:35:23 -0600
(48 days ago)
New common Logger for WSIT/Metro created - conveniece methods, automatic logger name resolution RmLoger replaced with new Logger Fixed GFv3 issues with metro config loading
MAIN:m_potociar:20081119230738
by m_potociar on
19 November 2008, 17:07:39 -0600
(50 days ago)
Removed unneccessary reference to the whole RM configuration object from PackedAdapter and PacketFilter classes
MAIN:m_potociar:20081119224253
by m_potociar on
19 November 2008, 16:42:55 -0600
(50 days ago)
- new (not public yet) RM APIs: ReliableMessagingFeature, @ReliableMessaging annotation - RM is now fully enabled and controlled via ReliableMessagingFeature (or @ReliableMessaging annotation) - au…