[jboss-user] [JBoss Seam] - Re: FAILED CONFIGURATION: @BeforeClass init

vikramchhetryy do-not-reply at jboss.com
Wed Jan 23 03:16:04 EST 2008


Logs that I see:-
[Parser] Running:
  |   /home/vikramc/workspace/Impact/src/test/com/impact/test/ChangePasswordActionTest.xml
  | 
  | FAILED CONFIGURATION: @BeforeClass init
  | java.lang.NoClassDefFoundError: org/jboss/deployers/spi/DeploymentException
  | 	at java.lang.Class.forName0(Native Method)
  | 	at java.lang.Class.forName(Class.java:164)
  | 	at org.jboss.seam.mock.BaseSeamTest.embeddedJBossAvailable(BaseSeamTest.java:1015)
  | 	at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1005)
  | 	at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:931)
  | 	at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
  | ... Removed 22 stack frames
  | SKIPPED CONFIGURATION: @BeforeMethod begin
  | SKIPPED CONFIGURATION: @AfterMethod end
  | SKIPPED CONFIGURATION: @AfterClass cleanup
  | SKIPPED: testChangePassword
  | 
  | ===============================================
  |     Change Password Test
  |     Tests run: 1, Failures: 0, Skips: 1
  |     Configuration Failures: 1, Skips: 3
  | ===============================================
  | 
  | 
  | ===============================================
  | Change Password Test
  | Total tests run: 1, Failures: 0, Skips: 1
  | Configuration Failures: 1, Skips: 3
  | ===============================================
  | 
  | 

I run it using testNG.

Changes made:-

  | <category name="org.jboss">
  |         <priority value="INFO"/>
  |     </category>
  |     <category name="com.arjuna">
  |         <priority value="INFO"/>
  |     </category>
  | 





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

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



More information about the jboss-user mailing list