In this blog, we'll show how to get Scheduler BC to trigger a Stateless Session Bean (SLSB) deployed in a Java EE Service Engine. I'm using GlassFish ESB v2.1 Milestone 1 Installer from here so YMMV if using a different version:
- Start a new EJB Module project:

- Enter Name and Location of EJB Module:

- Select the GlassFish Server and press Finish:

- Under the Source Packages node of the project, create a Scheduler WSDL Binding:

- Choose the SCHEDULER Binding Type and press Next:

- Add a new Simple trigger:

- Define the Simple Trigger:

- Ensure the appropriate Date Format is selected before pressing Finish:

- Under the Source Packages node, create a Web Service from WSDL:

- Specify the Name and Location step and browse for the Scheduler Binding WSDL created earlier:

- Remember to enter a Package name before pressing Finish:

- In the Java editor that appears, implement the method accordingly:

- Almost done, save everything and create a Composite Application project:

- Key in Project Name and press Finish:

- Drag the EJB Module project onto the CASA canvas and do a Build Project and afterwards, should look like this:

- Save everything, Deploy the Composite Application project, and you should get similar results:









