[jboss-user] [EJB 3.0] - Re: Deployment problem

jaikiran do-not-reply at jboss.com
Sat Oct 18 06:43:41 EDT 2008


Thanks, i could reproduce this with this EAR. There's some issue with the injection probably related to https://jira.jboss.org/jira/browse/EJBTHREE-1289 which causes that exception when an ejb-jar.xml file is present in the ejb jar file. So the workaround is to remove the ejb-jar.xml file from your jcompany_jsf_modelo.jar ejb jar and deploy the application. I guess that deleting that xml file should be OK for you since it does not contain anything except the display name:

<?xml version="1.0" encoding="UTF-8"?>
  | <ejb-jar>
  | 	<display-name>jcompany_jsf_modelo</display-name>
  | </ejb-jar>
  |  

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183025



More information about the jboss-user mailing list