facebook

Deploying Connector archive to JBOSS

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #235408 Reply

    Roman Kitko
    Member

    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 ?

    #235419

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #235494

    Roman Kitko
    Member

    Aditional info for my topic :
    I am sorry, now I am providing required info, although i think in this situation it does not mater.

    MS Windows 2000 Server
    Eclipse 3.1.0
    Eclipse was freh installed
    Plugins : XMLBuddy,Properties Editor
    MyEclipse version : 4.0
    JAVA : SUN JDK 1.5_04
    There are no exceptions in eclipse .log
    I am using jboss-4.0.3RC1.
    The program does not fail, only it wrongly names directory where EJB module is deployed in exploded option. In packaged option it names jar file as it is in .mymetadata.

    #235499

    Riyad Kalla
    Member

    Roman, try renaming your project to CONNECTORServer.rar, the MyEclipse deployer should honor the name and deploy the project given that name.

    #235556

    Roman Kitko
    Member

    I just tried as you recomended. It realy works, thanks, it solves my problem.
    Only last notice, it is litle bit confused to name project as deployed archive – making dependency on deployment.
    Thank you, I do not know how, you can close this topic, I consider it solved.
    Thank you.

    #235558

    Riyad Kalla
    Member

    We have some enhancements planned for future releases that won’t be so strange, thank you for replying.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Deploying Connector archive to JBOSS

You must be logged in to post in the forum log in