Hello, i get follwing Message from my JBoss:
14:01:21,143 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-3.2.3/server/default/deploy/SimpleMessage.jar | org.jboss.deployment.DeploymentException: Error in jboss.xml for Bean SimpleMessageBean: found in jboss.xml but not in ejb-jar.xml So i think, i should have a syntax error in my jboss.xml , but i dont have any mistakes there. Here is it: <?xml version="1.0"?> | <!DOCTYPE jboss PUBLIC | "-//JBoss//DTD JBOSS 3.2//EN" | "http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd"> | <jboss> | <enterprise-beans> | <message-driven> | <ejb-name>SimpleMessageBean</ejb-name> | <destination-jndi-name>topic/errorTopic</destination-jndi-name> | <configuration-name>Simple Message Bean</configuration-name> | </message-driven> | </enterprise-beans> | </jboss> I dont see any mistakes, dont know what i shall do now. Do you know where the error could be and what i can do against it. Thx <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827222#3827222">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827222>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
