Environment: Eclipse 2.1, myEclipse GA 2.5, JBOSS 3.2.1
If I attempt to do an ‘exploded’ deployment to JBOSS, the deployment fails with the following exception:
(org.jboss.deployment.DeploymentException: url file:/D:/jboss-3.2.1/server/default/deploy/Library.ear/LibraryEJB could not be opened, does it exist?)
Which looks like it’s caused by MyEclipse deploying my EJB contents, LibraryEJB.jar, to a directory of the same name, where JBOSS is expecting a directory without the ‘.jar’ suffix.
If I do a packaged deployment it works fine, but of course that means I have to redeploy every time I make a change.
Am I right in thinking that this is a problem?
Any possible workarounds?