Use of <local-last> in jboss-deployment-structure.xml
Issue
- What is the use of
<local-last value="true"/>injboss-deployment-structure.xml? - How can I make the
local-resourcepresent in asub-deployment(WAR or an EJB Jar) have the lowest priority ? - If the same class is present both in the sub deployment as
myappA.warand in another sub deploymentmyAppB.war,that is visible to themyAppA.war, then how to ensure that the Class from the other deployment i.emyAppB.warwill be loaded, rather than the class actually packaged in themyappA.war.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP).
- 6.x
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.