On Monday, April 12, 2004, at 01:30 PM, Dain Sundstrom wrote:
On Apr 12, 2004, at 1:29 AM, [EMAIL PROTECTED] wrote:
djencks 2004/04/11 23:29:13
Modified: modules/connector/src/java/org/apache/geronimo/connector/deployment
RAR_1_5ConfigBuilder.java
Log:
Umm, system classloader can't find much of anything
Index: RAR_1_5ConfigBuilder.java
===================================================================
- GBeanMBean realmGBean = new GBeanMBean(PasswordCredentialRealm.class.getName());
+ GBeanMBean realmGBean = new GBeanMBean(PasswordCredentialRealm.class.getName(), PasswordCredentialRealm.class.getClassLoader());
Why aren't you using the Repository class loader which is passed in as "cl"?
well, experiment shows it doesn't work. However the above sucks so I changed to directly supplying the gbean info.
david
-dain
