bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27383] Missing rmi URL context factory


From: audriusa at bluewin dot ch
Subject: [Bug classpath/27383] Missing rmi URL context factory
Date: 17 May 2006 10:47:37 -0000


------- Comment #1 from audriusa at bluewin dot ch  2006-05-17 10:47 -------
Created an attachment (id=11482)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11482&action=view)
Formal fix to make sure that all places are searched

The manager now search first in the environment, then (if failed) it always
tries the system properties and finally tries the default package which is - in
the Free world - is unlikely to be present in the class path. I, however, tried
this way - the Sun's class is now found and loaded. I think we need our own
implementation of  these factory classes and agree that they package should be
default or at least added as the last place to search if the proprietary Sun's
classes are not found.

On of your sentence can be understood as that in JOnAS case the required
factory classes are present in the patch and specified in the properties, but
they are still not found. This is mentioned very briefly. I suspect that it may
be the problem of classloader, as it was with our CORBA in the past. I did the
same fix as for CORBA. Please let me known if it solves the problem in the case
when the factory implementation is present in the linked library. 

We will probably need our own implementation in the future.


-- 


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]