Re: [Webwork-devel] Webwork in Weblogic 6.1
Brought to you by:
baldree,
rickardoberg
From: Matt B. <ma...@sm...> - 2002-03-11 03:59:11
|
fixed build. thx. ----- Original Message ----- From: "Scott Farquhar" <sc...@at...> To: <web...@li...> Sent: Sunday, March 10, 2002 7:55 PM Subject: [Webwork-devel] Webwork in Weblogic 6.1 > I am having problems running Webwork (and a few other programs ;) ) in > weblogic 6.1 (SP2). > > There seem to be problems with classloaders: > > jira-lib ERROR [(webwork.config.DefaultConfiguration)] Could not find > webwork.pr > operties > java.lang.IllegalStateException: webwork.properties missing > at > webwork.config.PropertiesConfiguration.<init>(PropertiesConfiguration > .java:37) > > That line is: > URL settingsUrl = > Thread.currentThread().getContextClassLoader().getResource(aName+".propertie s"); > > The same code works fine in JBoss and Orion. The webwork.properties > file lives in /WEB-INF/classes/webwork.properties. > > This problem occurs with RC2 as well as the latest CVS version. Has > anyone got webwork to work with weblogic 6.1? > > Also - in the latest CVS build, the webwork.jar file has gone from 200k > to 500k. This jar includes all the tests & examples in the jar. IMHO > the webwork.jar should only contain classes that are needed, not test or > examples. > > Cheers, > Scott > > -- > Scott Farquhar :: sc...@at... > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel > > |