<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Upcom.eu Blog &#187; Weblogic</title>
	<atom:link href="http://blog.upcom.eu/category/weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.upcom.eu</link>
	<description>Comments, remarks, information, solutions from the Upcom team</description>
	<lastBuildDate>Tue, 13 Sep 2011 17:56:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Remote EJB3 with Weblogic 10MP1</title>
		<link>http://blog.upcom.eu/2008/10/04/remote-ejb3-with-weblogic-10mp1/</link>
		<comments>http://blog.upcom.eu/2008/10/04/remote-ejb3-with-weblogic-10mp1/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 10:16:16 +0000</pubDate>
		<dc:creator>kflokos</dc:creator>
				<category><![CDATA[Weblogic]]></category>
		<category><![CDATA[weblogic ejb exception]]></category>

		<guid isPermaLink="false">http://blog.upcom.eu/?p=12</guid>
		<description><![CDATA[After some time trying to debug the following Exception when connecting to remote EJB3 on a Weblogic 10MP1 server &#8230; com.sun.corba.se.impl.encoding.CDRInputStream_1_0 read_value WARNING: &#8220;IOP00810257: (MARSHAL) Could not find class&#8221; org.omg.CORBA.MARSHAL:   vmcid: SUN  minor code: 257 completed: Maybe the solution was &#8230; <a href="http://blog.upcom.eu/2008/10/04/remote-ejb3-with-weblogic-10mp1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After some time trying to debug the following Exception when connecting to remote EJB3 on a Weblogic 10MP1 server</p>
<p>&#8230; com.sun.corba.se.impl.encoding.CDRInputStream_1_0 read_value<br />
WARNING: &#8220;IOP00810257: (MARSHAL) Could not find class&#8221;<br />
org.omg.CORBA.MARSHAL:   vmcid: SUN  minor code: 257 completed: Maybe</p>
<p>the solution was a buggy implementation by BEA! I was using the wlclient.jar and wl-j2ee-client.jar, supposed to support all the necessary classes. Switching to weblogic.jar solved the problem immediately!</p>
<p><em><strong>UPDATE</strong></em></p>
<p>I should have taken a moment to look at the official Weblogic documentation and how to generate client jars! The link is here : <a title="http://edocs.bea.com/wls/docs100/client/jarbuilder.html#wp1077742" href="http://edocs.bea.com/wls/docs100/client/jarbuilder.html#wp1077742" target="_blank">http://edocs.bea.com/wls/docs100/client/jarbuilder.html#wp1077742</a>.</p>
<p>With this tool a complete wlfullclient.jar is created that contains everything you might need from a standalone client to make use of the services on the WLS. I can&#8217;t understand why this jar is not part of the original deployment and one has to generate it using a tool&#8230; but that&#8217;s BEA (Oracle now) <img src='http://blog.upcom.eu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.upcom.eu/2008/10/04/remote-ejb3-with-weblogic-10mp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

