Hi Simon, You have correctly assumed our structure. Ideally we would be using implementation.ejb since we have an app server already running the EJBs. However, since Tuscany does not support this today, we are using pass-through implementation.java POJOs with a service reference to the corresponding EJB. Time permitting, we can look into helping on the implementation of supporting implementation.ejb but time is pretty hard to come by these days!
We will be starting off using the 1.6.1 version of Tuscany so if there is any old 1.x Geronimo implementation.ejb content laying around feel free to let me know. Perhaps there is a pattern I can observe and apply to WebLogic? I see Simon Nash also answered this thread with an example of the bootstrap code needed. I will see if I can encapsulate this and tie it to the life-cycle (deployment) of the EAR. Showing my ignorance of web apps, how is this bootstrap code triggered when deploying a WAR? Is it through a ServletContextListener? If so, I can easily create a simple WAR in my EAR that does the same. Paul
