[JBoss JIRA] Commented: (JBESB-2813) Lazy lookup of EJBs in EJBProcessor
by Noel Rocher (JIRA)
[ https://jira.jboss.org/jira/browse/JBESB-2813?page=com.atlassian.jira.plu... ]
Noel Rocher commented on JBESB-2813:
------------------------------------
Agree with Kevin's last comment.
If you look at the new code attached here, you'll see that it's a configuration option (lazy-ejb-init = true or false, default false) and default is preserving the current behavior.
Maybe some more loop code should be added to allow a reconnect when no HA remote EJBs are configured but for me it's less priority and need more configs for # of loops and sleeping time.
For sure something should be done to avoid JBoss AS instances dependencies.
> Lazy lookup of EJBs in EJBProcessor
> -----------------------------------
>
> Key: JBESB-2813
> URL: https://jira.jboss.org/jira/browse/JBESB-2813
> Project: JBoss ESB
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Adapters
> Affects Versions: 4.4, 4.5, 4.6
> Reporter: Martin Putz
> Attachments: EJBProcessor.java
>
>
> EJBProcessor performs lookup of remote EJBs at application startup. If the lookup fails, EJBProcessor throws an exception, so that the whole application cannot start.
> This should be changed to a lazy lookup.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months
[JBoss JIRA] Created: (JBESB-2908) webservice_consumer1's documentation
by Jehudi Castro (JIRA)
webservice_consumer1's documentation
------------------------------------
Key: JBESB-2908
URL: https://jira.jboss.org/jira/browse/JBESB-2908
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JBI
Affects Versions: 4.6
Reporter: Jehudi Castro
Priority: Minor
according to the documentation the output of this QS should be:
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
12:35:47,991 INFO [STDOUT] Response Map is:
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header></env:Header>
<env:Body>
<hel:sayHelloResponse xmlns:hel='http://webservice_consumer1/helloworld'>
<return>Hello World Greeting for 'Jimbo' on Sat Jul 14 12:35:47 EDT 2007</return>
</hel:sayHelloResponse></env:Body></env:Envelope>
12:35:47,991 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
the actual output is:
07:46:33,055 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
07:46:33,055 INFO [STDOUT] Response Map is: {sayHelloResponse.return=Hello World Greeting for 'Jimbo' on Sun Oct 25 07:46:32 CET 2009}
07:46:33,055 INFO [STDOUT] &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 6 months