facebook

Merge file support for jboss-web.xml

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205561 Reply

    Having been able to merge files into jbosscmp-jdbc.xml, I have been trying without success to merge ejb-ref XML lines into the jboss-web.xml file.
    Example:
    my-jboss-ejb-web.xml
    <ejb-ref>
    <ejb-ref-name>ejb/SecuredEJB</ejb-ref-name>
    <jndi-name>ejb/Public</jndi-name>
    </ejb-ref>

    <ejb-ref>
    <ejb-ref-name>ejb/PrivateEJB</ejb-ref-name>
    <jndi-name>ejb/Private</jndi-name>
    </ejb-ref>

    into jboss-web.xml:
    <jboss-web>

    <security-domain>java:/jaas/example1</security-domain>
    <!– should be inserted here –>

    </jboss-web>

    Support for this feature would be great. 🙂

    #210633 Reply

    Riyad Kalla
    Member

    Kenneth,
    I believe this was answered in a nother post, did you ever get help with this?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Merge file support for jboss-web.xml

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