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

vickyk do-not-reply at jboss.com
Fri Jul 13 01:32:46 EDT 2007


I finally get the same error what Adrian has been getting testBadInflow(org.jboss.test.jca.inflow.test.InflowUnitTestCase)  Time elapsed: 0.032 sec  <<< ERROR!
  | java.lang.NullPointerException
  | 	at org.jboss.aop.InstanceAdvisorDelegate.getPerInstanceAspect(InstanceAdvisorDelegate.java:168)
  | 	at org.jboss.aop.proxy.container.InstanceProxyContainer.getPerInstanceAspect(InstanceProxyContainer.java:85)
  | 	at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:106)
  | 	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | 	at AOPContainerProxy$0.beforeDelivery(AOPContainerProxy$0.java)
  | 	at org.jboss.test.jca.inflow.test.InflowUnitTestCase.testBadInflow(InflowUnitTestCase.java:76)
  | 	at org.jboss.test.jca.inflow.test.InflowUnitTestCase.testBadInflow(InflowUnitTestCase.java:76)
  | 	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 junit.framework.TestCase.runTest(TestCase.java:154)
  | 	at junit.framework.TestCase.runBare(TestCase.java:127)
  | 	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)
  | 

This is from the Maven build now :(

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

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



More information about the jboss-dev-forums mailing list