my resource adapter, which works wit JBoss 3.2.5, does not work with JBoss 
4.0.3SP1. I get Problems deploying my resource adapter.

perhaps the problem was caused, because JBoss 4.0.3 supports JCA 1.5, but how 
can I change my JCA 1.0 to 1.5 ?

I get following message:

ERROR main 16:06:17,187 org.jboss.deployment.scanner.URLDeploymentScanner 
Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.jca:service=LocalTxCM,name=mbstcpra
  State: CONFIGURED
  I Depend On:
    jboss:service=TransactionManager
    jboss.jca:service=RARDeployer
    jboss.jca:service=LocalTxPool,name=mbstcpra
    jboss.jca:service=CachedConnectionManager

ObjectName: jboss.jca:service=LocalTxPool,name=mbstcpra
  State: CONFIGURED
  I Depend On:
    jboss.jca:service=LocalTxPF,name=mbstcpra
  Depends On Me:
    jboss.jca:service=LocalTxCM,name=mbstcpra

ObjectName: jboss.jca:service=LocalTxPF,name=mbstcpra
  State: CONFIGURED
  I Depend On:
    jboss.jca:service=RARDeployment,name=MBS web TCP resource adapter
  Depends On Me:
    jboss.jca:service=LocalTxPool,name=mbstcpra

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:service=RARDeployment,name=MBS web TCP resource adapter
  State: NOTYETINSTALLED
  Depends On Me:
    jboss.jca:service=LocalTxPF,name=mbstcpra


my ...-service.xml looks like this:

<?xml version="1.0" encoding="UTF-8"?>


eis/MBS
<depends 
optional-attribute-name="TransactionManagerService">jboss:service=TransactionManager
jboss.jca:service=RARDeployer
    
<depends optional-attribute-name="ManagedConnectionPool">

<depends optional-attribute-name="ManagedConnectionFactoryName">

   
<depends optional-attribute-name="OldRarDeployment">
jboss.jca:service=RARDeployment,name=MBS web TCP resource adapter

            


0
50
5000
1
ByContainer


<depends optional-attribute-name="CachedConnectionManager">
jboss.jca:service=CachedConnectionManager




my ra.xml looks like this:

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963785
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to