[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-2085) ejbthree1995 unit test fails deploy an IORFactory
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Tue May 11 13:43:27 EDT 2010
[ https://jira.jboss.org/jira/browse/EJBTHREE-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12530204#action_12530204 ]
Andrew Lee Rubinger commented on EJBTHREE-2085:
-----------------------------------------------
Using a clone of Carlo's JBPAPP:
[alr at localhost jbossas]$ git remote -v
mike git://mike.lab.bos.redhat.com/jbossas.git (fetch)
mike git://mike.lab.bos.redhat.com/jbossas.git (push)
origin git://mike.lab.bos.redhat.com/~carlo/jbossas.git (fetch)
origin git://mike.lab.bos.redhat.com/~carlo/jbossas.git (push)
[alr at localhost jbossas]$ git status
# On branch JBPAPP-4128
nothing to commit (working directory clean)
And ejb3/trunk/testsuite with no outgoing changes, I see this pass:
[junit] Running org.jboss.ejb3.test.ejbthree1995.unit.Secured21ViewTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.175 sec
> ejbthree1995 unit test fails deploy an IORFactory
> -------------------------------------------------
>
> Key: EJBTHREE-2085
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-2085
> Project: EJB 3.0
> Issue Type: Bug
> Components: testsuite
> Environment: EAP 5.1
> Reporter: Carlo de Wolf
> Assignee: Andrew Lee Rubinger
>
> org.jboss.iiop.rmi.RMIIIOPViolationException: All interface methods must throw java.rmi.RemoteException, or a superclass of java.rmi.RemoteException, but method sayHi of interface org.jboss.ejb3.test.ejbthree1995.SecuredGreeter21Remote does not.
> at org.jboss.iiop.rmi.OperationAnalysis.<init>(OperationAnalysis.java:81)
> at org.jboss.iiop.rmi.InterfaceAnalysis.analyzeOperations(InterfaceAnalysis.java:148)
> at org.jboss.iiop.rmi.ContainerAnalysis.doAnalyze(ContainerAnalysis.java:184)
> at org.jboss.iiop.rmi.InterfaceAnalysis.doAnalyze(InterfaceAnalysis.java:75)
> 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:597)
> at org.jboss.iiop.rmi.WorkCacheManager.doTheWork(WorkCacheManager.java:197)
> at org.jboss.iiop.rmi.WorkCacheManager.getAnalysis(WorkCacheManager.java:120)
> at org.jboss.iiop.rmi.InterfaceAnalysis.getInterfaceAnalysis(InterfaceAnalysis.java:61)
> at org.jboss.ejb3.iiop.IORFactory.start(IORFactory.java:272)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list