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&...]