Hi there!
I'm currently in the middle of a JBoss 5.1 to 6.1 migration and it's not
going well.  I know the problem was caused by ME, but I'm hopeful someone
will go, "oh yeah, you need to do <this>".

Currently, I'm using the 0.10 version.  This version worked fine under JBoss
5.1.  So well in fact this location standardized on it.  

The message I'm getting from JBoss is:

14:21:40,977 INFO  [org.jboss.ejb3.EJBContainer] STARTED EJB:
com.twtelecom.esbc.sip.mdb3.qpid.resourceconfig.ResourceConfigListenerMDB
ejbName: ResourceConfigListenerMDB
14:21:41,005 ERROR
[org.jboss.kernel.plugins.dependency.AbstractKernelController] Error
installing to Start:
name=jboss.j2ee:ear=sip_application-ear-1.0-SNAPSHOT.ear,jar=sip_application-ejb-1.0-SNAPSHOT.jar,name=ResourceConfigListenerMDB,service=EJB3
state=Create: org.jboss.deployers.spi.DeploymentException: Error for
ActivationSpec class org.hornetq.ra.inflow.HornetQActivationSpec as JavaBean
Caused by: java.beans.IntrospectionException: No property found for:
connectionURL on JavaBean:
org.hornetq.ra.inflow.HornetQActivationSpec(ra=null
destination=jms/QpidNowTopic destinationType=javax.jms.Topic
selector=SipMessageType = 'ResourceConfigMsg' ack=Auto-acknowledge
durable=false clientID=null user=null maxSession=1)

In my EJB, this I define this:  

@MessageDriven ( activationConfig = { @ActivationConfigProperty (
propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge" ) ,
@ActivationConfigProperty ( propertyName = "connectionURL", propertyValue =
"amqp://guest:guest@clientid/test?brokerlist='tcp://mrgdalprdn4:5672'" ) ,
@ActivationConfigProperty ( propertyName = "destination", propertyValue =
"jms/QpidNowTopic" ) , @ActivationConfigProperty ( propertyName =
"destinationType", propertyValue = "javax.jms.Topic" ) ,
@ActivationConfigProperty ( propertyName = "maxSession", propertyValue = "1"
) , @ActivationConfigProperty ( propertyName = "messageSelector",
propertyValue = "SipMessageType = 'ResourceConfigMsg'" ) ,
@ActivationConfigProperty ( propertyName = "useLocalTx", propertyValue =
"false" ) } ) @TransactionAttribute( TransactionAttributeType.NOT_SUPPORTED
) public class SystemConfigListenerMDB extends ResourceConfigLogic
implements MessageListener{

Any idea what I'm doing wrong???

Thanks!
Daniel Carda
Time Warner Telecom



   
-- 
View this message in context: 
http://old.nabble.com/JBoss-5.1-to-6.1-Migration-Problem...-tp33860736p33860736.html
Sent from the Qpid Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to