This procedure explains how to enable LDAP authentication for logins to the GlassFish ESB Server Domain Administration Server (DAS). Logging in to the DAS is typically only performed by ESB Server administrators who want to use the ESB Server Administration Console or asadmin command. Environment...
Home » Archive by category "OpenESB" (Page 3)
Writing JBI Composite Applications Using JavaEE Service Engine
Most of the JBI composite applications in OpenESB are written using BPEL Service Engine. This is because BPEL allows us to orchestrate various webservices. But what if one wanted to write a simple composite application without using BPEL. Let’s say someone wants to use an...
How to share sun-scheduler-bc job across multiple cluster instances
General Information: As we know sun-scheduler-bc provides scheduling capabilities for initiating JBI services. The binding component is powered by http://www.opensymphony.com/quartz/, and allows you to schedule triggers to launch (consume) other JBI components. We can use this component to scheduled “Simple“, or “Cron” or “Hybrid” trigger as we...