0 Replies Latest reply on May 14, 2007 8:27 AM by genady_yadata

    Overriding annotations with ejb-jar.xml

    genady_yadata

      Hi,
      I've read about overriding annotations with ejb-jar.xml file to allow configuration at deploy time. It works fine.

      My problem is that the ejb-jar.xml resides deep inside a jar file which in turn is packaged in a .ear file and it makes it difficult to modify.

      Is there another location from which JBoss can pick the file? Or is there an API that I can use to programmatically override the annotations similar to what the ejb-jar.xml file does?

      Thanks in advance!