[jboss-user] [JNDI and Naming] - EJB 3.1 @Singleton remote access

Christian Tre do-not-reply at jboss.com
Fri May 14 03:33:28 EDT 2010


Christian Tre [http://community.jboss.org/people/RET] replied to the discussion

"EJB 3.1 @Singleton remote access"

To view the discussion, visit: http://community.jboss.org/message/543024#543024

--------------------------------------------------------------
The ear is packed as following

+ META-INF
| | ejb-jar.xml
| | MANIFEST.MF
| log4j.properties
| ejb3.jar
 | + META-INF
 |   | MANIFEST.MF
 |   | persistence.xml
 | + de
 |   + xxx
 |   | + business
 |   |   + service
 |   |     | BaseEntityService.class
 |   |     | BaseEntityServiceImpl.class
 |   |     + core
 |   |       | CompanyServiceImpl.class
 |   |       | ParameterHolderImpl.class
 |   |       | ParameterServiceImpl.class
 |   |       + interceptor
 |   |       | | ParameterReloader.class
 |   |       + interfaces
 |   |         | CompanyService.class
 |   |         | CompanyServiceLocal.class
 |   |         | ParameterHolder.class
 |   |         | ParameterHolderLocal.class
 |   |         | ParameterService.class
 |   |         | ParameterServiceLocal.class
 |   | + persistence
 |   |   + entity
 |   |   | | BaseEntity.class
 |   |   | | Entity.class (Interface)
 |   |   | + core
 |   |   |   | Company.class
 |   |   |   | Parameter.class
 |   | + utils
 |   |   | .... unimportant

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/543024#543024]

Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100514/bb7c18d3/attachment-0001.html 


More information about the jboss-user mailing list