[jboss-dev-forums] [Design of JCA on JBoss] - Re: JCA AOP-MC Integration

vickyk do-not-reply at jboss.com
Fri Jul 13 07:43:10 EDT 2007


"kabir.khan at jboss.com" wrote : 
  | As a temporary fix, try overwriting your local maven snapshot with the jar from the old thirdparty repository http://repository.jboss.org/jboss/aop/snapshot/lib/jboss-aop-jdk50.jar
  | 
Yes it worked :)

Now the adapter tests are failing with 
Test set: org.jboss.test.JBossMQUnitTestCase
  | -------------------------------------------------------------------------------
  | Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.015 sec <<< FAILURE!
  | testNoTx(org.jboss.test.JBossMQUnitTestCase)  Time elapsed: 0 sec  <<< ERROR!
  | java.lang.IllegalStateException: Incompletely deployed:
  | *** DEPLOYMENTS IN ERROR: Name -> Error
  | DestinationManager -> java.lang.ClassNotFoundException: org.jboss.mq.kernel.DestinationManager
  | PersistenceManager -> java.lang.ClassNotFoundException: org.jboss.mq.pm.none.PersistenceManager
  | MessageCache -> java.lang.ClassNotFoundException: org.jboss.mq.kernel.MessageCache
  | RealQueue -> java.lang.ClassNotFoundException: org.jboss.mq.server.JMSQueue
  | ServerIL -> java.lang.ClassNotFoundException: org.jboss.mq.il.jvm.JVMServerIL
  | StateManager -> java.lang.ClassNotFoundException: org.jboss.mq.sm.none.NullStateManager
  | ConnectionFactory -> java.lang.ClassNotFoundException: org.jboss.mq.SpyConnectionFactory
  | Queue -> java.lang.ClassNotFoundException: org.jboss.mq.SpyQueue
  | Invoker -> java.lang.ClassNotFoundException: org.jboss.mq.server.JMSServerInvoker
  | GCF -> java.lang.ClassNotFoundException: org.jboss.mq.GenericConnectionFactory
  | *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
  | JMSServer -> DestinationManager{Instantiated:**ERROR**}
  | 
  | 	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:260)
  | 	at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
  | 	at org.jboss.test.kernel.junit.MicrocontainerTestDelegate.validate(MicrocontainerTestDelegate.java:199)
  | 	at org.jboss.test.kernel.junit.MicrocontainerTest.setUp(MicrocontainerTest.java:68)
  | 	at junit.framework.TestCase.runBare(TestCase.java:125)
  | 	at junit.framework.TestResult$1.protect(TestResult.java:106)
  | 	at junit.framework.TestResult.runProtected(TestResult.java:124)
  | 	at junit.framework.TestResult.run(TestResult.java:109)
  | 	at junit.framework.TestCase.run(TestCase.java:118)
  | 	at junit.framework.TestSuite.runTest(TestSuite.java:208)
  | 	at junit.framework.TestSuite.run(TestSuite.java:203)
  | 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
  | 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
  | 	at junit.framework.TestResult.runProtected(TestResult.java:124)
  | 	at junit.extensions.TestSetup.run(TestSetup.java:23)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  | 	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
  | 	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
  | 	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 	at java.lang.reflect.Method.invoke(Method.java:585)
  | 	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
  | 	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
  | 	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
  | 
  | 

I want to know the Maven repository details for the jbossmq , I am not able to get it .

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

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



More information about the jboss-dev-forums mailing list