Library files are also being deployed
Good day all,
I have a deployment issue that has plagued my development for sometime now.
I have an EJB module called commons which contains a lot of functionalities across my projects. But just recently, whenever I want to deploy another project, I get the NameAlreadyBoundException of the EJBs within the common module.
I package new projects as Ear but do not include the common ejb module as a a module instead I add its jar to the other module to act as a regular library file. Also to note is that it deploys other regular jar files as application stub clients.
Can anyone help me explain why this behaviour happens? My luck hitherto is that it has never occurred on my live server but it is not plaguing my developement server.
Regards,