In addition to the above, the stack trace in the console window gives the following
information not found in the Seam window:
| 15:54:29,481 ERROR [STDERR] java.lang.ClassNotFoundException: No ClassLoaders found
for: org.jboss.seam.security.SecurityFunctions
| 15:54:29,481 ERROR [STDERR] at
org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
| 15:54:29,481 ERROR [STDERR] at
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
| 15:54:29,481 ERROR [STDERR] at
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
| 15:54:29,481 ERROR [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
| 15:54:29,481 ERROR [STDERR] at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
| 15:54:29,481 ERROR [STDERR] at java.lang.Class.forName0(Native Method)
| 15:54:29,481 ERROR [STDERR] at java.lang.Class.forName(Class.java:164)
jboss-app.xml is fine. How can I get JBoss to supply the class-loader to load the class
which is in jboss-seam.jar which is in the ear and duly noted in application.xml?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056730#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...