k, hopefully i'm "real close now"... any other jboss 3 / struts 1.1 users out
there that can help?

someone on the struts list reminded me that the struts.jar belonged in the
app.war's web-inf/lib folder, not as a peer to the app.war.  that could
theoretically solve the problem with the getResource calls that were failing,
but then remembered making the jars as peers in the deploy directory was the
only thing that had struts working under jboss in the first place.  

does *anyone* have struts 1.1 working fully (with i18n/properties) under
jboss 3?????

pullleeeze?? :-)

apache lists are down again, i'm hoping there is someone here that can help
out...

thanks!

-b

p.s. this is the stack trace for my failing servlet.  This exact
configuration runs fine when the struts.lib is pulled out of the web-inf/lib
and put directly into the deploy directory, but that breaks getResource calls
by the struts.jar util routines for properties...



03:55:07,924 INFO  [RequestProcessor] Processing a 'GET' for path
'/editRegistration'
03:55:08,074 ERROR [RequestUtils] Error creating form bean of class
com.bill2.ejb.CustomerFullForm
java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:493)
        at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at
org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoader.java:226
)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
        at
org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(UnifiedClassLoader.j
ava:234)
        at
org.jboss.mx.loading.UnifiedLoaderRepository.loadClassFromRepository(UnifiedL
oaderRepository.java:507)
        at
org.jboss.mx.loading.UnifiedLoaderRepository.loadClass(UnifiedLoaderRepositor
y.java:179)
        at
org.jboss.mx.loading.UnifiedClassLoader.loadClass(UnifiedClassLoader.java:283
)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
        at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:553)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java
:1355)
        at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java
:1254)
        at
org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:190)
        at
org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:216
)
        at
org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:610)
        at
org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.
java:349)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:243)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1109)
        at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:452)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to