<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - JBoss ejb making remote calls to BEA bean</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 25 May 2013 11:56:55 -0400</pubDate>


    <item>

        <title>BEA  JBOSS Communication [ MDB or Session Bean ? ]</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[Hi Adrain,...]]></description>
        

        <pubDate>Wed, 03 Sep 2008 01:05:50 -0400</pubDate>

        

        <jf:creationDate>Wed, 03 Sep 2008 01:05:50 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 03 Sep 2008 01:05:50 -0400</jf:modificationDate>
        <jf:date>Sep 3, 2008</jf:date>
        <jf:author>Ramkumar Chinta</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Just wondering</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[Is this common practice, putting Weblogic class files on the path of an EJB deployed in another server such as Jboss?  Just curious because I am about to expereince the same issue... the group I am dealing with that manages the Weblogic server does not...]]></description>
        

        <pubDate>Mon, 25 Apr 2005 15:49:41 -0400</pubDate>

        

        <jf:creationDate>Mon, 25 Apr 2005 15:49:41 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 25 Apr 2005 15:49:41 -0400</jf:modificationDate>
        <jf:date>Apr 25, 2005</jf:date>
        <jf:author>Troy Harris</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Yes</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[Thanks Adrian.<br>It worked. Thanks for the help.<br><br>Thanks]]></description>
        

        <pubDate>Sun, 27 Mar 2005 18:09:16 -0500</pubDate>

        

        <jf:creationDate>Sun, 27 Mar 2005 18:09:16 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 27 Mar 2005 18:09:16 -0500</jf:modificationDate>
        <jf:date>Mar 27, 2005</jf:date>
        <jf:author>rakesh maheshwari</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Yes</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[Yes, it must go in the ejb classpath rather than the server classpath. To do this, include wlclient.jar in the root of the ejb jar rather than in the server lib folder.<br><br>Hope this helps.]]></description>
        

        <pubDate>Tue, 22 Mar 2005 07:19:37 -0500</pubDate>

        

        <jf:creationDate>Tue, 22 Mar 2005 07:19:37 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 22 Mar 2005 07:19:37 -0500</jf:modificationDate>
        <jf:date>Mar 22, 2005</jf:date>
        <jf:author>adrian osullivan</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Yes</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[Thanks Adrian for the response.<br>I tried to add wlclient.jar to jboss but it fails complaining of classcastexception, because it has both the namingFactories (Jboss and WebLogic).<br>Where should I put my wlclient.jar to avoid this...]]></description>
        

        <pubDate>Fri, 18 Mar 2005 22:32:16 -0500</pubDate>

        

        <jf:creationDate>Fri, 18 Mar 2005 22:32:16 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 18 Mar 2005 22:32:16 -0500</jf:modificationDate>
        <jf:date>Mar 18, 2005</jf:date>
        <jf:author>rakesh maheshwari</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Yes</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[Any java process can be an EJB client, including other EJBs running in any server, as long as it can do a remote JNDI lookup and the EJB you want to call has a remote interface. <br><br>You need to get a reference to your WL Bean using from the Weblogic...]]></description>
        

        <pubDate>Thu, 17 Mar 2005 05:11:56 -0500</pubDate>

        

        <jf:creationDate>Thu, 17 Mar 2005 05:11:56 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 17 Mar 2005 05:11:56 -0500</jf:modificationDate>
        <jf:date>Mar 17, 2005</jf:date>
        <jf:author>adrian osullivan</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>JBoss ejb making remote calls to BEA bean</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32666</link>

        

        
            <description><![CDATA[I have 2 ejb beans, one is deployed in BEA weblogic 8.1 and the other one is deployed in JBoss 3.2.6<br>I want to modify my bean deployed in JBoss to be able to make call(s) to bean deployed in BEA. <br>I am new to EJB programming, so I am not sure if it...]]></description>
        

        <pubDate>Thu, 17 Mar 2005 02:14:59 -0500</pubDate>

        

        <jf:creationDate>Thu, 17 Mar 2005 02:14:59 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 17 Mar 2005 02:14:59 -0500</jf:modificationDate>
        <jf:date>Mar 17, 2005</jf:date>
        <jf:author>rakesh maheshwari</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>



</channel>
</rss>

