Hi, i am new in development of j2ee-applications, so i think my question could be too stupid......
We have 70 entity-beans with local and remote interfaces and 5 session beans (will be more in future) in one ejb-jar-file. The session-beans reference the entity beans with local interfaces! The entity-beans are very stable ( because we are developing the session beans now). The ejb-jar-file resides in addition with an client.jar-file in on ear-file. The deployment time is very long ( a few minutes ). I think the time is very long, because orion test the entity-beans on changes (which never occure in the moment). Is there any way to speed up the deployment time? Could we divide the entity-beans and the session-beans in two different jar, to speed up? (i think the local references could be a problem) best regards Matthias Gottschlich ---------------------------------------------------------------------------------------------------- mail: [EMAIL PROTECTED] ----------------------------------------------------------------------------------------------------
