Hi there,
I have a kind of tricky question… I’m working on a EAR project with 3 EJB 3.0 projects and one legacy EJB 2.1 project which is a precomplied (and through ejbdeploy enhanced) JAR file.
When I deploy the EAR through ME Blue it packs the temp EAR and deploys it with an ejbdeploy call which ist perfectly ok.
Unfortunately the ejbdeploy task changes the legacy EJB 2.1 JAR too and it won’t run afterwards. So that leads me to the idea that I want to mask out the legacy EJB 2.1 from the ejbdeploy call.
Is there any – even dirty (hacking installEAR.jacl or whatever… ;-)) – possibility to achieve this?
Or has anybody a better idea?
Thx,
Thomas