Ok, then paste the following into jboss40-service.xml somewhere inside server element:
| <!-- ==================================================================== --> | <!-- The deployers... --> | <!-- ==================================================================== --> | | <!-- EJB deployer, remove to disable EJB behavior--> | <mbean code="org.jboss.ejb.EJBDeployer" name="jboss.ejb:service=EJBDeployer"> | <attribute name="VerifyDeployments">true</attribute> | <attribute name="ValidateDTDs">false</attribute> | <attribute name="MetricsEnabled">false</attribute> | <attribute name="VerifierVerbose">true</attribute> | | <!-- | StrictVerifier: Setting this to 'true' will cause all deployments | to fail when the Verifier detected a problem with the contained | Beans. | --> | <attribute name="StrictVerifier">true</attribute> | | <depends optional-attribute-name="TransactionManagerServiceName">jboss:service=TransactionManager</depends> | <depends optional-attribute-name="WebServiceName">jboss:service=WebService</depends> | </mbean> | | <!-- EAR deployer, remove if you are not using Web layers --> | <mbean code="org.jboss.deployment.EARDeployer" name="jboss.j2ee:service=EARDeployer"> | </mbean> | The deployers where taken out of jboss-service.xml and deployed as -deployer.xml in recent Branch_4_0. That's probably why you have problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852682#3852682 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852682 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
