[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1946) Undeploy Issue with Clustered Stateless Session Beans with HTTP(S) Remote Bindings
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed Apr 28 15:01:11 EDT 2010
[ https://jira.jboss.org/jira/browse/EJBTHREE-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12528021#action_12528021 ]
Andrew Lee Rubinger commented on EJBTHREE-1946:
-----------------------------------------------
Looks like some fine debugging. :)
If you create a patch (svn di > /path/to/file.patch) off jbossas/projects/ejb3/trunk and attach it to this issue, we'll run it through the relevant testsuites and see if there's any fallout. Also if you've got a testcase to reproduce the issue (which we can then make pass) that'd be fantastic.
> Undeploy Issue with Clustered Stateless Session Beans with HTTP(S) Remote Bindings
> ----------------------------------------------------------------------------------
>
> Key: EJBTHREE-1946
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1946
> Project: EJB 3.0
> Issue Type: Bug
> Components: proxy-clustered
> Affects Versions: 1.1.5
> Environment: AS 5.1.0 GA
> Reporter: Joel Konieczny
> Assignee: Andrew Lee Rubinger
> Attachments: test.rar
>
>
> Combination of a clustered annotation and a HTTP(S) based remote proxy on a stateless session bean causes the bean to leave the HTTP(S) remote proxy binding still deployed after an undeploy operation, breaking re-deploys of the bean.
> For example:
> <session>
> <ejb-name>TestBean</ejb-name>
> <remote-binding>
> <jndi-name>TestBean/remote</jndi-name>
> </remote-binding>
> <remote-binding>
> <jndi-name>TestBean/remotehttp</jndi-name>
> <client-bind-url>
> http://${public.firewall.address}/servlet-invoker/ServerInvokerServlet
> </client-bind-url>
> </remote-binding>
> <clustered>true</clustered>
> </session>
--
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
More information about the jboss-jira
mailing list