You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by bu...@apache.org on 2003/11/24 18:54:11 UTC

DO NOT REPLY [Bug 24946] New: - WSIF JMSAddress requires support for url.pkgs attrib

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24946>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24946

WSIF JMSAddress requires support for url.pkgs attrib

           Summary: WSIF JMSAddress requires support for url.pkgs attrib
           Product: Axis-WSIF
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: wsif-dev@ws.apache.org
        ReportedBy: twolff@austin.rr.com


Some naming service providers require java.naming.factory.url.pkgs property 
within properties passed to new IntitialContext(env) when connecting to jndi 
via remote client.

Without this attribute in JMSAddress and corresponding support in 
WSIFJMSFinderForJndi, users cannot invoke jms based services whose 
QueueConnectionFacctory is bound to a naming service which requires url.pkgs, 
ie. JBossMQ ...