[jboss-user] [JBoss Seam] - where is BaseServerConfig? Seam integration testing

piotr.porzucek do-not-reply at jboss.com
Thu Dec 20 05:53:45 EST 2007


Hi,

I'm using Seam 2.0.0.GA and I wanted to perform a very simple integration test. However, I'm getting this exception:

ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Described: 
  | name=ServerConfig state=PreInstall
  | java.lang.NoClassDefFoundError: Lorg/jboss/system/server/BaseServerConfig;
  |         at java.lang.Class.getDeclaredFields0(Native Method)
  |         at java.lang.Class.privateGetDeclaredFields(Class.java:2232)
  |         at java.lang.Class.getDeclaredFields(Class.java:1715)
  |         at org.jboss.aop.ClassContainer$1.run(ClassContainer.java:100)
  |         at java.security.AccessController.doPrivileged(Native Method)
  |         at org.jboss.aop.ClassContainer.populateFieldTable(ClassContainer.java:96)
  |         at org.jboss.aop.ClassContainer.createFieldTable(ClassConta
  | 	
  | 


Strange, but class jboss/system/server/BaseServerConfig doesn't exist in jboss-system.jar. My classpath looks like this:

jboss-seam-2.0.0.GA/bootstrap/
jboss-seam-2.0.0.GA/lib/test/*.jar
jboss-seam-2.0.0.GA/lib/*.jar (apart from jboss-seam-ui.jar)
compiled tests
classpath for compiling tests

What is wrong with my settings?

Regards,
Piotr 

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

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



More information about the jboss-user mailing list