[jboss-jira] [JBoss JIRA] (AS7-1658) Referencing a remote business view within the same server leads to CCE
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Mar 7 16:03:42 EST 2012
[ https://issues.jboss.org/browse/AS7-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674894#comment-12674894 ]
David Lloyd commented on AS7-1658:
----------------------------------
It's because you're using local interfaces. When using local interfaces, you may only have one copy of the interface class (that's what makes it local). Switch to using remote interfaces (or, use Class-Path to get your local interfaces instead of duplicating them) and the problem should disappear.
> Referencing a remote business view within the same server leads to CCE
> ----------------------------------------------------------------------
>
> Key: AS7-1658
> URL: https://issues.jboss.org/browse/AS7-1658
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Affects Versions: 7.0.1.Final
> Reporter: Carlo de Wolf
> Assignee: Stuart Douglas
> Priority: Critical
> Fix For: 7.1.0.Beta1
>
> Attachments: AS7-1658-testcase.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list