3 Replies Latest reply on Dec 27, 2006 12:43 PM by norman.richards

    Linking Components from different Ears

    jgilbert

      I have SFSB components in multiple Ears. One ear contains a SFSB component that I would like to access from views in all the other Ears. When I tried this I received an exception saying that the JNDI name did not exist.

      This is because the components.properties file in the ear has:

      jndiPattern my-second-app-0.0.1/#{ejbName}/local

      So it is expecting all the components to be in the same Ear. Is there a way around this?