9 Replies Latest reply on Aug 20, 2007 6:18 PM by pmuir

    [SEAM 2.0 BETA 1] Embedded ejb container fails at test start

    littlewing1112

      Hello,

      Foremost, my environment :

      J2SE 1.5.0_11
      JBOSS 4.2.0.GA
      SEAM 2.0.BETA1


      I created with the typical configuration of seam gen an ear project. After created an action , I tried to create a unit test and run it in the embedded container.
      Unfortunately I always have this error :

      [Parser] Running:
       D:\java\src\testseam2\temp-testng-customsuite.xml
      
      WARN 06-08 17:11:49,951 [org.jboss.mx.loading.UnifiedLoaderRepository3.addClassLoader():675] Tried to add non-URLClassLoader. Ignored
      INFO 06-08 17:11:52,925 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():126] JBossTS Transaction Service (JTA version) - JBoss Inc.
      INFO 06-08 17:11:52,935 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():128] Setting up property manager MBean and JMX layer
      WARN 06-08 17:11:53,076 [com.arjuna.ats.arjuna.coordinator.TxControl.<clinit>():266] [com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -3f5785b8:f4a:46b73a38:0
      INFO 06-08 17:11:53,226 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.addService():110] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 3914
      INFO 06-08 17:11:53,436 [?.?():?] TransactionStatusManagerItem - host: 192.168.122.72 port: 3914
      INFO 06-08 17:11:53,506 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start():161] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 3914 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
      INFO 06-08 17:11:53,526 [?.?():?] Registering mbean for module 'arjuna'
      INFO 06-08 17:11:53,576 [?.?():?] Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl
      INFO 06-08 17:11:53,636 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():163] Starting recovery manager
      INFO 06-08 17:11:53,666 [?.?():?]
       --- Start RecoveryActivators
      INFO 06-08 17:11:53,727 [com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple.<init>():142] [com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is ready on port 3 915
      INFO 06-08 17:11:53,727 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():168] Recovery manager started
      INFO 06-08 17:11:53,727 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():191] Binding TransactionManager JNDI Reference
      INFO 06-08 17:11:58,504 [org.jboss.jms.server.ServerPeer.<init>():187] ServerPeer[0] creating server peer with ID 0
      FAILED CONFIGURATION: @BeforeClass init
      org.jboss.deployers.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      
      *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
      
      jboss.jca:name=DefaultDS,service=DataSourceBinding
       -> jboss.jca:name=DefaultDS,service=LocalTxCM{Start:Configured}
       -> jboss.jca:name=DefaultDS,service=LocalTxCM{Create:Configured}
      
      jboss.jca:name=DefaultDS,service=LocalTxCM
       -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Start:Configured}
       -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Create:Configured}
      
      jboss.jca:name=DefaultDS,service=ManagedConnectionFactory
       -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Create:** NOT FOUND **}
       -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Start:** NOT FOUND **}
      
      jboss.jca:name=DefaultDS,service=ManagedConnectionPool
       -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Start:Configured}
       -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Create:Configured}
      
      jboss.jca:name=JmsXA,service=DataSourceBinding
       -> jboss.jca:name=JmsXA,service=TxCM{Create:Configured}
       -> jboss.jca:name=JmsXA,service=TxCM{Start:Configured}
      
      jboss.jca:name=JmsXA,service=ManagedConnectionFactory
       -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Create:** NOT FOUND **}
       -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Start:** NOT FOUND **}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
      
      jboss.jca:name=JmsXA,service=ManagedConnectionPool
       -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Start:Configured}
       -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured}
      
      jboss.jca:name=JmsXA,service=TxCM
       -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Start:Configured}
       -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured}
      
      jboss.messaging.connectionfactory:service=ConnectionFactory
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
      
      jboss.messaging.destination:name=DLQ,service=Queue
       -> jboss.messaging:service=PostOffice{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=PostOffice{Create:Configured}
      
      jboss.messaging.destination:name=ExpiryQueue,service=Queue
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
      
      jboss.messaging.destination:name=PrivateDLQ,service=Queue
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
      
      jboss.messaging.destination:name=PrivateExpiryQueue,service=Queue
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
      
      jboss.messaging.destination:name=QueueWithOwnDLQAndExpiryQueue,service=Queue
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
      
      jboss.messaging.destination:name=QueueWithOwnRedeliveryDelay,service=Queue
       -> jboss.messaging:service=PostOffice{Start:Configured}
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
      
      jboss.messaging.destination:name=TopicWithOwnDLQAndExpiryQueue,service=Topic
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
      
      jboss.messaging.destination:name=TopicWithOwnRedeliveryDelay,service=Topic
       -> jboss.messaging:service=PostOffice{Create:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.messaging:service=PostOffice{Start:Configured}
      
      jboss.messaging:service=JMSUserManager
       -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured}
       -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured}
      
      jboss.messaging:service=PersistenceManager
       -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured}
       -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured}
      
      jboss.messaging:service=PostOffice
       -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
       -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured}
      
      jboss.messaging:service=ServerPeer
       -> jboss.messaging:service=JMSUserManager{Start:Configured}
       -> jboss.messaging:service=JMSUserManager{Create:Configured}
       -> jboss.messaging:service=PersistenceManager{Create:Configured}
       -> jboss.messaging:service=PersistenceManager{Start:Configured}
      
      jboss.mq:service=DestinationManager
       -> jboss.messaging:service=ServerPeer{Start:Configured}
       -> jboss.messaging:service=ServerPeer{Create:Configured}
      
      
      *** CONTEXTS IN ERROR: Name -> Error
      
      jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND **
      
      jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND **
      
      
       at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144)
       at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169)
       at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201)
       at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214)
       at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919)
       at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856)
       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: testTest


      How can I solve this problem ?

      Regards


        • 1. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s
          littlewing1112

          I also tried with the integration tests from the booking example.
          I have the same error.

          • 2. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s
            pmuir

            you get this error running ant test inside the booking directory on a clean copy of jboss-seam-2.0.0.BETA1?

            • 3. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s

              I too get this error. My environment is identical to littlewing's. To verify, I downloaded a clean copy of Seam 2.0 Beta, changed to the examples/booking directory and tried "ant testexample". The stacktrace is also identical to littlewing's and refers to two missing rars:

              jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND **

              jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND **

              I thought I could bypass it by overriding the startJbossEmbeddedIfNecessary method in my test case but that gives me a NoSuchMethodError for a Drools class:

              Caused by: java.lang.NoSuchMethodError: org.drools.RuleBase.newStatefulSession(Z)Lorg/drools/StatefulSession;
              at org.jboss.seam.security.RuleBasedIdentity.initSecurityContext(RuleBasedIdentity.java:65)
              at org.jboss.seam.security.RuleBasedIdentity.create(RuleBasedIdentity.java:53)

              I figured I should wait until the Booking example is working before I try anything else.

              • 4. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s
                urswag

                I also got this error.
                What I did was to download embedded-jboss-beta2.
                I copied then the bootstrap directory into the jboss Seam boostrap directroy.
                Then I should work.

                • 5. Is this fixed yet?

                  I get the following error running tests with the Booking Example...

                  * Updated the jboss-embedded-all.jar for java 1.6
                  * Running Seam 2.0
                  * Inside Eclipse



                  [testng] *** CONTEXTS IN ERROR: Name -> Error
                  [testng] jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND **
                  [testng] jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND **
                  [testng] at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144)
                  [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169)
                  [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201)
                  [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214)
                  [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919)
                  [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856)
                  [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
                  [testng] ... Removed 22 stack frames



                  • 6. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s
                    urswag

                    The rar files are still not deployed!

                    The deploy directory of JBoss Seam boostrap has the files. As You can see there are no rar files.

                     Directory of C:\devapp\jbossseam\jboss-seam-2.0.0.BETA1\bootstrap\deploy
                    
                    03.08.2007 18:44 <DIR> .
                    03.08.2007 18:44 <DIR> ..
                    03.08.2007 18:44 22'444 ejb3-interceptors-aop.xml
                    03.08.2007 18:44 4'883 hsqldb-ds.xml
                    03.08.2007 18:44 <DIR> messaging
                    03.08.2007 18:44 560 remoting-service.xml
                     3 File(s) 27'887 bytes
                     3 Dir(s) 26'863'919'104 bytes free
                    


                    The deploy directory of embedded EJB boostrap has the required rar archives
                    jms-ra.rar jboss-local-jdbc.rar

                     Directory of C:\devapp\embedded-jboss-beta2\bootstrap\deploy
                    
                    17.08.2007 16:28 <DIR> .
                    17.08.2007 16:28 <DIR> ..
                    17.04.2007 11:13 22'444 ejb3-interceptors-aop.xml
                    17.04.2007 11:13 4'886 hsqldb-ds.xml
                    17.04.2007 11:13 2'402 jboss-local-jdbc.rar
                    17.04.2007 11:13 2'517 jboss-xa-jdbc.rar
                    17.04.2007 11:13 1'979 jms-ra.rar
                    17.04.2007 11:13 <DIR> messaging
                    17.04.2007 11:13 560 remoting-service.xml
                     7 File(s) 34'788 bytes
                     3 Dir(s) 26'863'919'104 bytes free
                    
                    


                    What You can do is.
                    Simply copy the embedded EJB boostrap content
                    into the Seam bootstrap directory.
                    Or You can in the Seam base build.xml modify the property eejb.conf.dir in the way that it points to the embedded EJB boostrap.
                    directory.

                    • 7. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s

                      Ok...downloaded embedded-jboss-beta2...

                      Extracted it.
                      Deleted the booking/bootstrap
                      Copied the embedded-jboss-beta2/bootstrap to booking/bootstap...

                      I am running MySQL 5...

                      I now get this error...



                      [testng] ERROR 17-08 11:57:05,296 (DeployerWrapper.java:commitDeploy:177) -Error during deployment: vfsfile:/C:/Documents%20and%20Settings/casey.boyd/workspace/booking/bootstrap/deploy/jboss-local-jdbc.rar
                      [testng] org.jboss.deployers.spi.DeploymentException: Error parsing meta data jboss-local-jdbc.rar/META-INF/ra.xml
                      [testng] at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
                      [testng] at org.jboss.deployers.plugins.deployers.helpers.ObjectModelFactoryDeployer.parse(ObjectModelFactoryDeployer.java:114)
                      [testng] at org.jboss.deployers.plugins.deployers.helpers.AbstractParsingDeployer.parse(AbstractParsingDeployer.java:148)
                      [testng] at org.jboss.resource.deployers.RARParserDeployer.parse(RARParserDeployer.java:69)
                      [testng] at org.jboss.resource.deployers.RARParserDeployer.parse(RARParserDeployer.java:39)
                      [testng] at org.jboss.deployers.plugins.deployers.helpers.AbstractParsingDeployer.createMetaData(AbstractParsingDeployer.java:112)
                      [testng] at org.jboss.deployers.plugins.deployers.helpers.AbstractParsingDeployer.createMetaData(AbstractParsingDeployer.java:88)
                      [testng] at org.jboss.resource.deployers.RARParserDeployer.deploy(RARParserDeployer.java:82)
                      [testng] at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
                      [testng] at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:170)
                      [testng] at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:592)
                      [testng] at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:476)
                      [testng] at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:406)
                      [testng] at org.jboss.embedded.DeploymentScanner.start(DeploymentScanner.java:109)
                      [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                      [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                      [testng] at java.lang.reflect.Method.invoke(Unknown Source)
                      [testng] at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55)
                      [testng] at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:108)
                      [testng] at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
                      [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:103)
                      [testng] at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:145)
                      [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:197)
                      [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:136)
                      [testng] at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
                      [testng] at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:233)
                      [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:724)
                      [testng] at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:445)
                      [testng] at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:555)
                      [testng] at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:489)
                      [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:289)
                      [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:192)
                      [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:302)
                      [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:272)
                      [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:119)
                      [testng] at org.jboss.kernel.plugins.deployment.xml.BeanXMLDeployer.deploy(BeanXMLDeployer.java:96)
                      [testng] at org.jboss.embedded.Bootstrap.deployBaseBootstrapUrl(Bootstrap.java:150)
                      [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:162)
                      [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201)
                      [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214)
                      [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919)
                      [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856)
                      [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
                      [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                      [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                      [testng] at java.lang.reflect.Method.invoke(Unknown Source)
                      [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604)
                      [testng] at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394)
                      [testng] at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142)
                      [testng] at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79)
                      [testng] at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165)
                      [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103)
                      [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678)
                      [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624)
                      [testng] at org.testng.TestRunner.run(TestRunner.java:495)
                      [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300)
                      [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295)
                      [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275)
                      [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190)
                      [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792)
                      [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765)
                      [testng] at org.testng.TestNG.run(TestNG.java:699)
                      [testng] at org.testng.TestNG.privateMain(TestNG.java:824)
                      [testng] at org.testng.TestNG.main(TestNG.java:802)
                      [testng] Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: vfsfile:/C:/Documents and Settings/casey.boyd/workspace/booking/bootstrap/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
                      [testng] at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:173)
                      [testng] at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:180)
                      [testng] at org.jboss.deployers.plugins.deployers.helpers.ObjectModelFactoryDeployer.parse(ObjectModelFactoryDeployer.java:110)
                      [testng] ... 64 more


                      ideas?

                      • 8. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s

                        Ok...here is my configuration...

                        Java - 1.6.0_02
                        MySQL - 5 (Community Edition)
                        Eclipse - 3.3.0
                        Seam - 2.0.0 BETA1
                        JBoss AS - 4.2.0
                        Embedded JBoss Beta 2

                        My problem seems to be with the jboss-local-jdbc.rar/META-INF/ra.xml file...

                        ursway, can you post yours?

                        I would love to get the testing to work...any help would be very appreciated...

                        thanks

                        indy

                        • 9. Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s
                          pmuir

                          All tests are passing in CVS currently.