Hi, I am trying MyEclipse 4.0 and jboss-4.0.3RC1
I am trying to deploy connector(JCA) archive to JBOSS server. I have J2EE 1.4 project, that has application.xml.
Part of it
<module id=”myeclipse.1124612314578″>
<connector>CONNECTORServer.rar</connector>
</module>
When deploying it(as module of EAR) as Exploded archive , it names directory CONNECTORServer.jar, although i have modified .mymetadata file to name it CONNECTORServer.rar. If i rename manualy directory from CONNECTORServer.jar -> CONNECTORServer.jar it works(aj JBOSS consider archive to be JCA archive because of its name) , but i loose sync on demand. When deploy it as packaged archive, its name is ok, but I thing in this situation sync on demand does not work. (If I add new class to CONNECTORServer project , nothing happens , but in exploded scenario, new class is copied to exported directory).
I think everyting should be done, is name directory as archive atribute of .mymetadata config file of entrprise project.
Can you give me some tip have to get around this bug ?