-
1. Re: error running jbpm-enterprise.ear under embedded
alesj Dec 22, 2008 4:13 AM (in response to ajanz)What kind of info is this?
-
2. Re: error running jbpm-enterprise.ear under embedded
ajanz Dec 22, 2008 4:16 AM (in response to ajanz)the info comes on the console when running the testng ant task.
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Real: name=vfsfile:/D:/Projekte/JBossSeam/workspace/myprojectbootstrap/deploy/jbpm-enterprise.ear state=PostClassLoader mode=Manual requiredState=Real -
3. Re: error running jbpm-enterprise.ear under embedded
alesj Dec 22, 2008 4:28 AM (in response to ajanz)There has to be a cause for this.
Check the file log. -
4. Re: error running jbpm-enterprise.ear under embedded
ajanz Dec 22, 2008 5:27 AM (in response to ajanz)change jboss embedded to debug
now i got
[testng] FAILED CONFIGURATION: @BeforeClass init
[testng] org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
[testng] *** CONTEXTS IN ERROR: Name -> Error
[testng] vfsfile:/D:/Projekte/JBossSeam/workspace/myproject/bootstrap/deploy/jbpm-enterprise.ear -> java.lang.IllegalStateException: Container configuration not found: Standard Stateless SessionBean available: []
[testng] at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:576)
[testng] at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:559)
[testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:149)
[testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:183)
[testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:195)
[testng] at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:11)
[testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1041)
[testng] at org.jboss.seam.mock.BaseSeamTest.startSeam(BaseSeamTest.java:935)
[testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:923)
[testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
[testng] ... Removed 22 stack frames
[testng] SKIPPED CONFIGURATION: @BeforeMethod begin
[testng] SKIPPED CONFIGURATION: @AfterMethod end
[testng] SKIPPED CONFIGURATION: @BeforeMethod begin
[testng] SKIPPED CONFIGURATION: @AfterMethod end
[testng] SKIPPED CONFIGURATION: @BeforeMethod begin
[testng] SKIPPED CONFIGURATION: @AfterMethod end
[testng] SKIPPED CONFIGURATION: @AfterClass cleanup -
5. Re: error running jbpm-enterprise.ear under embedded
ajanz Mar 3, 2009 5:38 AM (in response to ajanz)still got this problem...please help