Can we not have two seam components with same name scope in two different projects within a server intance? -
if have 2 components same name , precedence seam throws exception
java.lang.illegalstateexception: 2 components same name , precedence - component name:
but these components in 2 separate ear projects.
- isn't application scope confined 1 application (ear)?
- does mean entire instance?
Comments
Post a Comment