anonymous wrote : C:\dev_inst\jboss-4.0.4.GA\server\ejb3\lib Have you created your own directory(server) under the %JBOSS_HOME%/server directory? Because, looking at the above directory hiearchy, it looks like that you have placed the mail.jar under %JBOSS_HOME%/server/ejb3/lib directory. If that's the case, how are you starting Jboss? Is it just :
C:\dev_inst\jboss-4.0.4.GA> run or is it: C:\dev_inst\jboss-4.0.4.GA>run ejb3 If you have created a separate server then you should use the second command, mentioned above, to start JBoss. Or else if you are using the first command then you will have to place mail.jar in: C:\dev_inst\jboss-4.0.4.GA\server\default\lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958104#3958104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958104 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
