java web services not starting after adding ejb-jar.xml file
Hi,
I had a working ear application with 3 webservices and few ejbs. I integrated this project with activeMQ, and for that integration i added a ejb-jar.xml file into my ejb application conf folder. Now i can read and pass messages to the activeMQ from session beans, but now my web services not starting up. Do i need to add anything to ejb-jar.xml file?? I have only define my MDB in the ejb-jar.xml file.
Im using netbeans 6.9.1, java ee 5 and ActiveMQ 5.4.3. My web services were working properly before i added the ejb-jar.xml file. so i suspect this may be the cause, but i dont know how to solve it. please help me.
thanks in advance.
D




