[jboss-dev-forums] [Design of JCA on JBoss] - messagingType optional issue
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Aug 4 11:58:57 EDT 2008
We are seeing problems with some of the tck tests not supplying a message-destination-type (it is optional in javaee5) and the activation layer complaining about this:
| 23:38:41,162 INFO [EJBContainer] STARTED EJB: com.sun.ts.tests.ejb30.bb.mdb.dest.common.DestBean ejbName: DestBean
| 23:38:41,225 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:ear=mdb_dest_optional.ear,jar=mdb_dest_optional_ejb.jar,name=DestBean,service=EJB3 state=Create
| org.jboss.deployers.spi.DeploymentException: Required config property RequiredConfigPropertyMetaData at 350bd2[name=destinationType descriptions=[DescriptionMetaData at c234ef[language=en]]] for messagingType 'javax.jms.MessageListener' not found in activation config [ActivationConfigProperty(password=j2ee), ActivationConfigProperty(user=j2ee), ActivationConfigProperty(destination=MDB_QUEUE), ActivationConfigProperty(subscriptionDurability=false)] ra=jboss.jca:service=RARDeployment,name='jms-ra.rar'
| at org.jboss.resource.deployment.ActivationSpecFactory.createActivationSpec(ActivationSpecFactory.java:95)
| at org.jboss.resource.deployers.RARDeployment.createActivationSpec(RARDeployment.java:313)
| at org.jboss.resource.deployers.RARDeployment.internalInvoke(RARDeployment.java:277)
| at org.jboss.system.ServiceDynamicMBeanSupport.invoke(ServiceDynamicMBeanSupport.java:156
|
Do we need to fill this info in or should this be getting defaulted?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168503#4168503
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168503
More information about the jboss-dev-forums
mailing list