I am building an EJB Project where I am creating a simple MDB that recieves a JMS message and prints it using Weblogic.
I am using ANT to build the JAR file and deploy that JAR as a module to Weblogic. I use no special ANT tasks and build the code as a normal JAR.
This process completes smoothly but the EJB doesn't read the message from the Queue. I doubt if I have put the ejb-jar and weblogic-ejb-jar under the correct folder.
My folder structure looks like below
- Project Folder
- Project Folder/src/package/EJBClass
- Project Folder/xmls : I copy the XMLs here
- Project Folder/war/classes
- Project Folder/war/lib
As you see I am using a normal Java project to build the JAR. Is the directory structure wrong ?
Thanks
Aucun commentaire:
Enregistrer un commentaire