[jboss-jira] [JBoss JIRA] (AS7-6819) MBD deployment issue with JCA inbound lisenter (Plz help)

Sudip Bhowmik (JIRA) jira-events at lists.jboss.org
Sat Mar 30 04:14:42 EDT 2013


     [ https://issues.jboss.org/browse/AS7-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sudip Bhowmik updated AS7-6819:
-------------------------------

              Summary: MBD deployment issue with JCA inbound lisenter (Plz help)  (was: Missing[JBAS014861: <one or more transitive dependencies>])
               Labels: jboss  (was: )
    Affects Version/s: 7.1.3.Final (EAP)
          Environment: Windows with Jboss 7.1.3 EAP version.
          Description: 
13:04:10,050 INFO  [org.jboss.as.server] (HttpManagementService-threads - 1) JBAS015870: Deploy of deployment "DiameterEAR-1.0.ear" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.CREATE Missing[jboss.ra.\"DiameterRAInDeploy-1.0\"]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.VIEW.\"com.infyon.DiameterRAIn.DiameterMessageListener\".MESSAGE_ENDPOINT Missing[JBAS014861: <one or more t
ransitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.ejb3.timerService Missing[JBAS014861: <one or more transitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".moduleDeploymentRuntimeInformation Missing[JBAS014861: <one or more transitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.START Missing[JBAS014861: <one or more transitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"Diame
terMDB-1.0.jar\".component.MessageDrivenBean.TimedObjectInvoker Missing[JBAS014861: <one or more transitive dependencies>]"
           Complexity: Medium
          Component/s: EJB
                       JCA


PLease help me to resolve this issue. I am not able to deploy MDB having a binding over inbound resource adapter. 

import com.infyon.DiameterRAIn.DiameterMessageListener;

import java.util.logging.Logger;
import javax.ejb.ActivationConfigProperty;
import javax.ejb.TransactionManagement;
import javax.ejb.TransactionAttribute;
import javax.ejb.TransactionManagementType;
import javax.ejb.TransactionAttributeType;
import javax.ejb.MessageDriven;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.MessageListener;
import javax.jms.TextMessage;

import org.jboss.ejb3.annotation.ResourceAdapter;

@MessageDriven(
name = "MessageDrivenBean",
messageListenerInterface=DiameterMessageListener.class,
activationConfig =
      {
          @ActivationConfigProperty(propertyName="ServerName",propertyValue="localhost"),
          @ActivationConfigProperty(propertyName="PortNumber",propertyValue="40100"),
          @ActivationConfigProperty(propertyName="UserName",propertyValue="user"),
          @ActivationConfigProperty(propertyName="Password",propertyValue="pwd"),
          @ActivationConfigProperty(propertyName="EventPatterns",propertyValue="myPattern")
      }
)


@TransactionManagement(value= TransactionManagementType.CONTAINER)
@TransactionAttribute(value= TransactionAttributeType.REQUIRED)
@ResourceAdapter("DiameterRAInDeploy-1.0.rar")

public class ReceiveGxMDB implements DiameterMessageListener
{
	 /** The logger */
//....
}
                
> MBD deployment issue with JCA inbound lisenter (Plz help)
> ---------------------------------------------------------
>
>                 Key: AS7-6819
>                 URL: https://issues.jboss.org/browse/AS7-6819
>             Project: Application Server 7
>          Issue Type: Clarification
>          Components: EJB, JCA
>    Affects Versions: 7.1.3.Final (EAP)
>         Environment: Windows with Jboss 7.1.3 EAP version.
>            Reporter: Sudip Bhowmik
>              Labels: jboss
>
> 13:04:10,050 INFO  [org.jboss.as.server] (HttpManagementService-threads - 1) JBAS015870: Deploy of deployment "DiameterEAR-1.0.ear" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.CREATE Missing[jboss.ra.\"DiameterRAInDeploy-1.0\"]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.VIEW.\"com.infyon.DiameterRAIn.DiameterMessageListener\".MESSAGE_ENDPOINT Missing[JBAS014861: <one or more t
> ransitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.ejb3.timerService Missing[JBAS014861: <one or more transitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".moduleDeploymentRuntimeInformation Missing[JBAS014861: <one or more transitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"DiameterMDB-1.0.jar\".component.MessageDrivenBean.START Missing[JBAS014861: <one or more transitive dependencies>]","jboss.deployment.subunit.\"DiameterEAR-1.0.ear\".\"Diame
> terMDB-1.0.jar\".component.MessageDrivenBean.TimedObjectInvoker Missing[JBAS014861: <one or more transitive dependencies>]"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list