[jboss-user] [JBoss Seam] - Re: Seam cannot find my components

stephenwilliams do-not-reply at jboss.com
Wed Jul 4 06:13:45 EDT 2007


Hi

I am having this problem when deploying an expanded ear on a linux machine with the same server version. 



my structure looks like...

  | 04.07.2007  11:28           443.432 antlr-2.7.6.jar
  | 04.07.2007  11:28           546.498 antlr-3.0ea8.jar
  | 04.07.2007  11:28            36.846 commons-jci-core-1.0-406301.jar
  | 04.07.2007  11:28            10.802 commons-jci-janino-2.4.3.jar
  | 04.07.2007  11:28           635.207 drools-compiler-3.0.5.jar
  | 04.07.2007  11:28           550.976 drools-core-3.0.5.jar
  | 04.07.2007  11:28            29.309 el-api.jar
  | 04.07.2007  11:28            99.659 el-ri.jar
  | 04.07.2007  11:28           383.546 janino-2.4.3.jar
  | 04.07.2007  11:28           665.529 jboss-seam.jar
  | 04.07.2007  11:28           603.060 jbpm-3.1.4.jar
  | 04.07.2007  11:28    <DIR>          META-INF
  | 04.07.2007  11:28               139 security.drl
  | 04.07.2007  11:28           358.843 stringtemplate-2.3b6.jar
  | 04.07.2007  11:28    <DIR>          MyProject.jar
  | 04.07.2007  11:28    <DIR>          MyProject.war



my jar has a seam.properties and the classes that I need to be loaded.

The deployment works on my local machine but not on my web-server that has an exact copy of my local server on it. 

Could someone please give me a hint towards what could be going wrong.

Cheers!

  | 2007-07-04 11:01:14,488 DEBUG [org.jboss.seam.deployment.Scanner] found: com/
  | 2007-07-04 11:01:14,488 DEBUG [org.jboss.seam.deployment.Scanner] found: com/algodes/
  | 2007-07-04 11:01:14,488 DEBUG [org.jboss.seam.deployment.Scanner] found: com/algodes/server/
  | 2007-07-04 11:01:14,488 DEBUG [org.jboss.seam.deployment.Scanner] found: com/algodes/server/Authenticator.class
  | 2007-07-04 11:01:14,489 DEBUG [org.jboss.seam.deployment.ComponentScanner] found component class: com/algodes/server/Authenticator.class
  | 2007-07-04 11:01:14,491 DEBUG [org.jboss.seam.deployment.ComponentScanner] could not load class: com.algodes.server.Authenticator
  | java.lang.ClassNotFoundException: com.algodes.server.Authenticator
  | 	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
  | 	at java.security.AccessController.doPrivileged(Native Method)
  | 	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
  | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060329#4060329

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060329



More information about the jboss-user mailing list