[JBoss JIRA] Created: (EJBTHREE-1124) Default remote interface is incorrectly determined
by Carlo de Wolf (JIRA)
Default remote interface is incorrectly determined
--------------------------------------------------
Key: EJBTHREE-1124
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1124
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Priority: Blocker
Fix For: AS 5.0.0.Beta3
java.lang.RuntimeException: Use of empty @Remote on bean class and there are more than one default interface: test-bean-for-stateful
at org.jboss.ejb3.ProxyFactoryHelper.getRemoteAndBusinessRemoteInterfaces(ProxyFactoryHelper.java:591)
at org.jboss.ejb3.Ejb3DescriptorHandler.addDescriptorAnnotations(Ejb3DescriptorHandler.java:862)
at org.jboss.ejb3.Ejb3DescriptorHandler.addDescriptorAnnotations(Ejb3DescriptorHandler.java:853)
at org.jboss.ejb3.Ejb3DescriptorHandler.getStatelessContainer(Ejb3DescriptorHandler.java:467)
at org.jboss.ejb3.Ejb3AnnotationHandler.getContainers(Ejb3AnnotationHandler.java:142)
at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:511)
at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:471)
at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:453)
at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:419)
at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:361)
at org.jboss.ejb3.deployers.Ejb3Deployer.deploy(Ejb3Deployer.java:134)
... 63 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (EJBTHREE-1122) Bean with multiple definitions of the same @Local or @Remote interface fails to deploy
by Carlo de Wolf (JIRA)
Bean with multiple definitions of the same @Local or @Remote interface fails to deploy
--------------------------------------------------------------------------------------
Key: EJBTHREE-1122
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1122
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Priority: Blocker
Fix For: AS 5.0.0.Beta3
If a bean implements an interface designated as @Local (or @Remote) and it extends a base which implements the same interface, the interface is reported multiple times. Thus the ProxyFactory fails to start.
java.lang.IllegalArgumentException: repeated interface: com.sun.ts.tests.ejb30.common.appexception.AppExceptionLocalIF
at java.lang.reflect.Proxy.getProxyClass(Proxy.java:370)
at org.jboss.ejb3.stateful.BaseStatefulProxyFactory.init(BaseStatefulProxyFactory.java:93)
at org.jboss.ejb3.stateful.BaseStatefulProxyFactory.start(BaseStatefulProxyFactory.java:99)
at org.jboss.ejb3.stateful.StatefulLocalProxyFactory.start(StatefulLocalProxyFactory.java:93)
at org.jboss.ejb3.session.ProxyDeployer.start(ProxyDeployer.java:90)
at org.jboss.ejb3.session.SessionContainer.start(SessionContainer.java:211)
at org.jboss.ejb3.stateful.StatefulContainer.start(StatefulContainer.java:140)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (EJBTHREE-1123) Determining the messagingType of a MDB considers too many interfaces
by Carlo de Wolf (JIRA)
Determining the messagingType of a MDB considers too many interfaces
--------------------------------------------------------------------
Key: EJBTHREE-1123
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1123
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Priority: Blocker
Fix For: AS 5.0.0.Beta3
For determining the messagingType only directly implemented interfaces should be considered, not inherited.
java.lang.RuntimeException: Unable to choose messagingType interface for MDB CallbackBean from [interface javax.jms.MessageListener, interface javax.jms.MessageListener, interface com.sun.ts.tests.ejb30.common.callback.CallbackIF]
at org.jboss.ejb3.mdb.MDB.getMessagingType(MDB.java:77)
at org.jboss.ejb3.mdb.MDB.resolveBusinessInterfaces(MDB.java:116)
at org.jboss.ejb3.EJBContainer.instantiated(EJBContainer.java:1256)
at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:519)
... 72 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (EJBTHREE-1104) Annotation overrides from dd are not picked up properly
by Carlo de Wolf (JIRA)
Annotation overrides from dd are not picked up properly
-------------------------------------------------------
Key: EJBTHREE-1104
URL: http://jira.jboss.com/jira/browse/EJBTHREE-1104
Project: EJB 3.0
Issue Type: Bug
Reporter: Carlo de Wolf
Assigned To: Carlo de Wolf
Fix For: AS 5.0.0.Beta3, AS 4.2.3.GA
This throws an exception: unsupported field type int on field public in org.jboss.annotation.ejb.PoolClassImpl.maxSize.
<annotation>
<annotation-class>org.jboss.annotation.ejb.PoolClass</annotation-class>
<annotation-implementation-class>org.jboss.annotation.ejb.PoolClassImpl</annotation-implementation-class>
<property>
<property-name>value</property-name>
<property-value>org.jboss.ejb3.StrictMaxPool</property-value>
</property>
<property>
<property-name>maxSize</property-name>
<property-value>5</property-value>
</property>
<property>
<property-name>timeout</property-name>
<property-value>10000</property-value>
</property>
</annotation>
In 4 the setting is is ignored.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months