<?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>Random Thoughts &#187; WebLogic</title>
	<atom:link href="http://blog.inflinx.com/tag/weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +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>JAX-WS Using WebLogic 10.3</title>
		<link>http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/</link>
		<comments>http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 05:59:20 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[JAX WS]]></category>
		<category><![CDATA[JAXB]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=468</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/';
var dzone_title = 'JAX-WS Using WebLogic 10.3';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
The Java API for XML Web Services or JAX-WS provides a simple, easy to understand architecture for developing and deploying web services. In this post I will be creating a simple Task List CRUD application that showcases the JAX WS technology. I will be using Eclipse IDE for development and WebLogic 10.3.0 for deployment. Weblogic [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/10/09/jax-ws-using-weblogic-10-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EJB 3 Message Driven Beans in WebLogic 10.3</title>
		<link>http://blog.inflinx.com/2010/03/21/ejb-3-message-driven-beans-in-weblogic-103/</link>
		<comments>http://blog.inflinx.com/2010/03/21/ejb-3-message-driven-beans-in-weblogic-103/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 02:14:57 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[EJB 3]]></category>
		<category><![CDATA[MDB]]></category>
		<category><![CDATA[Message Driven Bean]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=391</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/03/21/ejb-3-message-driven-beans-in-weblogic-103/';
var dzone_title = 'EJB 3 Message Driven Beans in WebLogic 10.3';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
In this post, I will show how to create and test Message Driven Beans in WebLogic 10.3. Here are the steps: Step 1: The first step is to create projects to hold Message Driven Beans. Using Eclipse IDE, here are the generated EAR and EJB projects: EAR is the standard packaging mechanism for Java enterprise [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/03/21/ejb-3-message-driven-beans-in-weblogic-103/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optional Packages in Weblogic 10.3</title>
		<link>http://blog.inflinx.com/2010/03/18/optional-packages-in-weblogic-103/</link>
		<comments>http://blog.inflinx.com/2010/03/18/optional-packages-in-weblogic-103/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 02:49:56 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=354</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/03/18/optional-packages-in-weblogic-103/';
var dzone_title = 'Optional Packages in Weblogic 10.3';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Optional Packages provide a great way to share individual jar files among multiple applications. Reusable java classes and third party framework classes are good candidates for deploying as optional packages. In this post I will show how to install and use Optional Packages in Weblogic 10.3. I. Create Jar file The first step in the [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/03/18/optional-packages-in-weblogic-103/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>weblogic.xml deployment descriptor</title>
		<link>http://blog.inflinx.com/2009/12/31/weblogicxml-deployment-descriptor/</link>
		<comments>http://blog.inflinx.com/2009/12/31/weblogicxml-deployment-descriptor/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 22:49:14 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=348</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2009/12/31/weblogicxml-deployment-descriptor/';
var dzone_title = 'weblogic.xml deployment descriptor';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
If you are using 10.3.0 version of Weblogic here is a sample weblogic.xml file with correct schema information: YOUR_APPLICATION_CONTEXT_NAME And here is a sample weblogic.xml file for version 10.3.2 version: YOUR_APPLICATION_CONTEXT_NAME If you use the wrong version file, you might end up with exceptions like this: com.bea.xml.XmlException: failed to load java type corresponding to e=weblogic-web-app@http://xmlns.oracle.com/weblogic/weblogic-web-app [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2009/12/31/weblogicxml-deployment-descriptor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Distributed JMS Queue on WebLogic 10</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/</link>
		<comments>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 23:03:59 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/';
var dzone_title = 'Distributed JMS Queue on WebLogic 10';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Several months ago, I had to setup a JMS queue on a WebLogic 10 server.  Bea has nice documentation for JMS at http://edocs.bea.com/wls/docs100/messaging.html. Here is a condensed version for setting up JMS Distributed Queues. Disclaimer: These are instructions for the minimal JMS setup and do not include optimizations/tuning for production environment.  The first step in [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

