JBOSS error message
807569May 29 2006 — edited May 30 2006Hi,
May be this is not the right place to post this but i did not receive any reply from JBOSS forum.
I've followed the tutorial from
http://www.laliluna.de/ejb-3-tutorial-jboss.html
and created a jar file FirstEJB3Tutorial.jar. But, when when deployed the jar file to the JBOSS 4.0.4, the jmx-console does not show the JNDI deployed service. Please help.
The jar file available at
http://www.laliluna.de/download/first-ejb3-tutorial.zip
Error Message
===========
org.jboss.xb.binding.JBossXBException: Failed to parse source: The content of element type "enterprise-beans" is incompl
ete, it must match "(session|entity|message-driven)+". @ unknown[6,23]
at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:141)
at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:190)
at org.jboss.ejb3.Ejb3DescriptorHandler.parseDescriptors(Ejb3DescriptorHandler.java:549)
at org.jboss.ejb3.Ejb3HandlerFactory$DDFactory.<init>(Ejb3HandlerFactory.java:42)
at org.jboss.ejb3.Ejb3HandlerFactory.getInstance(Ejb3HandlerFactory.java:79)
Thanks in advance.