Badal Pradhan created AS7-5042:
----------------------------------
Summary: Ear Deployment Issue in JBoss AS 7.1.0.Final
Key: AS7-5042
URL:
https://issues.jboss.org/browse/AS7-5042
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Environment: Window XP SP2, jdk160_05, Spring 2.5
Reporter: Badal Pradhan
Assignee: Jason Greene
When trying to deploy ear application; it shows the below message in server console:
JBAS015876: Starting deployment of "EJB3SpringPOC_EAR.ear"
JBAS015876: Starting deployment of "EJB3SpringPOC_EAREJB.jar"
JBAS015876: Starting deployment of "EJB3SpringPOC_EARWeb.war"
Registering web context: /EJB3SpringPOC_EARWeb
JBAS018559: Deployed "EJB3SpringPOC_EAR.ear"
I am able to access web application but not able to access ejb.
Below error is coming in EJB Client:
javax.ejb.NoSuchEJBException: No such
EJB[appname=EJB3SpringPOC_EAR,modulename=EJB3SpringPOC_EAREJB,distinctname=,beanname=BPMEJBSpringService]
Content of ear/META-INF/application.xml
----------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<application id="Application_ID" version="1.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
<display-name>EJB3SpringPOC_EAR</display-name>
<module id="EJB3SpringPOC_EAREJB">
<ejb>EJB3SpringPOC_EAREJB.jar</ejb>
</module>
<module id="EJB3SpringPOC_EARWeb">
<web>
<web-uri>EJB3SpringPOC_EARWeb.war</web-uri>
<context-root>EJB3SpringPOC_EARWeb</context-root>
</web>
</module>
</application>
Any configuration is missing from my side to make it work?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira