Petals-BC-EJB

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (12)

View Page History
{include:0 CDK Component Configuration Table}
\\
{warning}EJB binding component can only handle outgoing message (JBI \-> EJB), so you can't specify an external-listenerclass-name.{warning}
\\

h1. Service Configuration
{loremipsum:2}

h3. Service Unit descriptor
{loremipsum:1}
h2. Send a JBI message to an external EJB
{code:lang=xml}
<?xml version="1.0" encoding="UTF-8"?>
<jbi:jbi version="1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jbi="http://java.sun.com/xml/ns/jbi">
</jbi:services>
When a JBI message is received on an endpoint linked to an EJB, the message is transformed into a RMI message, then&nbsp;sent to the linked EJB.
</jbi:jbi>
{code}
Whena JBI message is received on an endpoint linked to an EJB, the message is transformed into a RMI message, thensent to the linked EJB.When a JBI message is received on an endpoint linked to an EJB, the message is transformed into a RMI message, then sent to the linked EJB.