In our project, we may store several beans in the same directory.  The
name of our ejb-jar.xml files are therefore:

    <bean1>-ejb-jar.xml
    <bean2>-ejb-jar.xml

During our build, we merge these xml files together and all the
associated beans go into a single jar file, with a single 'ejb-jar.xml'
file.

However, during development, we keep the *-ejb-jar.xml files for each
bean separate.

The dialogue window which prompts for the path to the ejb-jar.xml file
assumes that the file will be named exactly 'ejb-jar.xml'.  This is not
the case for our project.  The dialog you had in previous versions was
better because it allowed you to select any xml file.

I would even allow you to restrict the select to '*ejb-jar.xml'.  But
assuming the the file is named exactly 'ejb-jar.xml' makes the current
EJB support unusable for us (unless there is a work-around for the
dialog, which I imagine should be possible by manually editing
configuration files -- but I haven't looked that far yet :).

cc


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to