public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/11349] New: JNDI URL context factories not located correctly
@ 2003-06-27 11:54 gbenson at redhat dot com
  2003-06-27 11:57 ` [Bug libgcj/11349] " gbenson at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gbenson at redhat dot com @ 2003-06-27 11:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11349

           Summary: JNDI URL context factories not located correctly
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gbenson at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org

In JNDI, you can set the property "java.naming.factory.url.pkgs" (usually
referenced as javax.naming.Context.URL_PKG_PREFIXES) to point to a package that
can create URL context factories.  For example, if java.naming.factory.url.pkgs
was set to "com.redhat.foo", then URLs starting in "bar:" would be handled by
contexts created by the class com.redhat.foo.bar.barURLContextFactory.

libgcj is looking in the wrong place for these factories: in the above example
it would look in com.redhat.foo.barURLContextFactory.  The attached patch fixes.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/11349] JNDI URL context factories not located correctly
  2003-06-27 11:54 [Bug libgcj/11349] New: JNDI URL context factories not located correctly gbenson at redhat dot com
@ 2003-06-27 11:57 ` gbenson at redhat dot com
  2003-06-30 20:42 ` tromey at gcc dot gnu dot org
  2003-07-25 16:35 ` jbuck at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: gbenson at redhat dot com @ 2003-06-27 11:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11349



------- Additional Comments From gbenson at redhat dot com  2003-06-27 11:57 -------
Created an attachment (id=4290)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4290&action=view)
Fix


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/11349] JNDI URL context factories not located correctly
  2003-06-27 11:54 [Bug libgcj/11349] New: JNDI URL context factories not located correctly gbenson at redhat dot com
  2003-06-27 11:57 ` [Bug libgcj/11349] " gbenson at redhat dot com
@ 2003-06-30 20:42 ` tromey at gcc dot gnu dot org
  2003-07-25 16:35 ` jbuck at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2003-06-30 20:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11349


tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From tromey at gcc dot gnu dot org  2003-06-30 20:42 -------
I've put the fix on the trunk, and also into 3.3
and classpath.  thanks


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/11349] JNDI URL context factories not located correctly
  2003-06-27 11:54 [Bug libgcj/11349] New: JNDI URL context factories not located correctly gbenson at redhat dot com
  2003-06-27 11:57 ` [Bug libgcj/11349] " gbenson at redhat dot com
  2003-06-30 20:42 ` tromey at gcc dot gnu dot org
@ 2003-07-25 16:35 ` jbuck at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2003-07-25 16:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11349


jbuck at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |3.3.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-25 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-27 11:54 [Bug libgcj/11349] New: JNDI URL context factories not located correctly gbenson at redhat dot com
2003-06-27 11:57 ` [Bug libgcj/11349] " gbenson at redhat dot com
2003-06-30 20:42 ` tromey at gcc dot gnu dot org
2003-07-25 16:35 ` jbuck at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).