<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch IBM/Websphere</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=46</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright>
        <item uniqueID="46-009864">
            <title>why we need Caching </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009864</link>
            <description>Hi All,&lt;br /&gt;Thanks a lot in advance.&lt;br /&gt;I have searched so many sites from google on cache but could not found anything good.&lt;br /&gt;Could any one please provide me the links of various sites which will tells why caching is required in web sites and in which kind of situations we can use cache and there limitations of usage.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;Sree</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009864</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009864sreedhar Lackka</comments>
            <author/>
            <pubDate>Sat, 5 Jul 2008 05:06:24 MDT</pubDate>
        </item>
        <item uniqueID="46-009863">
            <title>RAD6 datasource access using JNDI</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009863</link>
            <description>When Iam writing code like given below for datasource access using JNDI&lt;br /&gt; &lt;br /&gt;public class DataSourceJNDI {&lt;br /&gt; &lt;br /&gt;public static void main(String[] args)throws SQLException,NamingException {&lt;br /&gt;Hashtable env = new Hashtable();&lt;br /&gt;env.put(Context.INITIAL_CONTEXT_FACTORY,&lt;br /&gt;"com.ibm.websphere.naming.WsnInitialContextFactory");&lt;br /&gt;InitialContext ctx = new InitialContext(env);&lt;br /&gt;DataSource ds = (DataSource) ctx.lookup("jdbc/CMPDS");&lt;br /&gt;Connection con=ds.getConnection();&lt;br /&gt;Statement stmt=con.createStatement();&lt;br /&gt;ResultSet rs=stmt.executeQuery("SELECT NAME,ID,DEPT FROM EMPLOY");&lt;br /&gt;String name=rs.getString("NAME");&lt;br /&gt;String id=rs.getString("ID");&lt;br /&gt;String dept=rs.getString("DEPT");&lt;br /&gt;System.out.println(na...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009863</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009863Harikrishna kishore Harkala</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 15:01:59 MDT</pubDate>
        </item>
        <item uniqueID="46-009862">
            <title>WebSphere 7 Beta</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009862</link>
            <description>Well, it looks like IBM just might release something called WebSphere 7?&lt;br /&gt; &lt;br /&gt;They're allowing you to download the beta WebSphere 7 Application Server. JEE? EJB3.0? JSR286? Who knows?&lt;br /&gt; &lt;br /&gt;Looks like I've got some work to do this week: &lt;br /&gt; &lt;br /&gt;&lt;br /&gt;IBM WebSphere Application Server Network Deployment V7.0 Beta Open (https://www14.software.ibm.com/iwm/web/cc/earlyprograms/websphere/wasndv7/index.shtml?S_TACT=105AGX28&amp;S_CMP=rnav)&lt;br /&gt; &lt;br /&gt;-Cameron McKenzie</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009862</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009862Cameron Wallace McKenzie</comments>
            <author/>
            <pubDate>Tue, 1 Jul 2008 19:49:03 MDT</pubDate>
        </item>
        <item uniqueID="46-009861">
            <title>Test data source in WSAD</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009861</link>
            <description>How do I test the data source through console in WSAD?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009861</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009861Hima Ch</comments>
            <author/>
            <pubDate>Tue, 1 Jul 2008 17:41:03 MDT</pubDate>
        </item>
        <item uniqueID="46-009860">
            <title>Deployment.xml not found!</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009860</link>
            <description>Hi all&lt;br /&gt;I had a web application working fine in RAD and all of a sudden, I am getting this error&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;java.io.FileNotFoundException: C:\Program Files\IBM\Rational\SDP\6.0\runtimes\base_v6\profiles\default\wstemp\11adeee1a53\workspace\cells\vidyaramesh-PCNode01Cell\applications\WebShopEAR.ear\deployments\WebShopEAR\deployment.xml (The system cannot find the file specified)&lt;br /&gt;at java.io.FileInputStream.open(Native Method)&lt;br /&gt;at java.io.FileInputStream.&lt;init&gt;(FileInputStream.java:129)&lt;br /&gt;at com.ibm.wsspi.configarchive.DefaultFileAccessor.load(DefaultFileAccessor.java:85)&lt;br /&gt;at com.ibm.ws.sm.workspace.impl.FileAccessorUtil.getInputStream(FileAccessorUtil.java:186)&lt;br /&gt;at com.ibm.ws.sm.workspace.migr...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009860</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009860Vidya Moorthy</comments>
            <author/>
            <pubDate>Tue, 1 Jul 2008 09:47:02 MDT</pubDate>
        </item>
        <item uniqueID="46-009859">
            <title>preventing directory listing in WAS</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009859</link>
            <description>In our application we are using IMB WAS, but while testing the application it was found that we can see the directory listing of the files used. How can i prevent this from happening.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009859</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009859sahaj cheema</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 22:54:59 MDT</pubDate>
        </item>
        <item uniqueID="46-009858">
            <title>replacing class files instead of new build</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009858</link>
            <description>All,&lt;br /&gt;Just wanted to know if it was possible to replace a compiled class file in the {WAS_HOME}/installedapps directory instead of making a new build&lt;br /&gt; &lt;br /&gt;TIA</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009858</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009858Pranav Sharma</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 15:14:58 MDT</pubDate>
        </item>
        <item uniqueID="46-009857">
            <title>Need suggestion</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009857</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt; So for i was with j2ee development for the past 3 years.Now i have been asked to move into Websphere deployment side. I just want to know is it good for carrier to move into the deployment side?&lt;br /&gt; &lt;br /&gt;Please provide your valuable suggestions.&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Prabu</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009857</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009857Prabu Bala</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 11:08:58 MDT</pubDate>
        </item>
        <item uniqueID="46-009856">
            <title>Oracle DB Connectivity &amp;amp; Master Configuration</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009856</link>
            <description>Hi All,&lt;br /&gt;Am new to IBM Websphere,using IBM RAD version 7.0, am not able to connect the oracle DB. Am using Java 1.5, Oracle 9 with ojdbc14.jar file.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;while configuring "JDBC Providers"&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;DB Type: oracle&lt;br /&gt;Provider Type: Oracle JDBC Driver&lt;br /&gt;Implementation Type: connection pool data source&lt;br /&gt;classpath: ${ORACLE_JDBC_DRIVER_PATH}/ojdb14.jar&lt;br /&gt;------------------------------------------------&lt;br /&gt;&lt;b&gt;while configuring "Data Source"&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Name: DEDUP&lt;br /&gt;JNDI Name: jndi/DEDUP&lt;br /&gt;URL: jdbc rcle:thin:@*.*.*.*:15** EDUP&lt;br /&gt;-------------------------------------------------&lt;br /&gt;while selecting "DEDUP" and clicks "Test Connection" a message will displays:&lt;br /&gt; &lt;br /&gt;"Changes have been made...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009856</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009856Hari Kumarkar</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 06:04:57 MDT</pubDate>
        </item>
        <item uniqueID="46-009855">
            <title>Websphere logs</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009855</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I'm writing monitoring app to watch one old J2EE app logging to System.out. Running on WebSphere 6.1.&lt;br /&gt; &lt;br /&gt;Is it possible to catch application messages written to System.out?&lt;br /&gt; &lt;br /&gt;Thanks.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009855</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009855Jezura Zahradnik</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 05:28:57 MDT</pubDate>
        </item>
        <item uniqueID="46-009854">
            <title>WSAD 5.2 ejbDeploy</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009854</link>
            <description>Hi,&lt;br /&gt; I am using WSAD 5.2 version and i have set my java compiler to 1.4 version.When i am running "Generate Deployment Code" i am getting following error&lt;br /&gt;"IBM RMIC version 0x1310 does not match the IBM runtime version 0x410"&lt;br /&gt; &lt;br /&gt;Please advice on how to resolve this issue.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Raj</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009854</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009854Arockia Raj</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 21:26:50 MDT</pubDate>
        </item>
        <item uniqueID="46-009853">
            <title>1.log4j</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009853</link>
            <description>Hi &lt;br /&gt; &lt;br /&gt;I am migrating my application from weblogic to websphere. In my application the code uses t3 services to generate logs. I have to change that code to generate logs using log4j.I have to write code for rolling logs up to 7 days. can any one help me out how I can do this and the location of the jar and property files required for this.&lt;br /&gt; &lt;br /&gt;Thanks.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009853</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009853venkata vemuri</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 20:00:50 MDT</pubDate>
        </item>
        <item uniqueID="46-009852">
            <title>Problems with running EJBs in RAD 6.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009852</link>
            <description>Hi all&lt;br /&gt;I am trying to deploy a session bean and it works fine but when I run it, the JNDI test client is throwing an error!&lt;br /&gt;Error page exception&lt;br /&gt;The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Original Exception: &lt;br /&gt;Error Message: SRVE0200E: Servlet [com.ibm.etools.utc.servlet.JNDILookupServlet]: Could not find required servlet class - com.ibm.etools.utc.servlet.JNDILookupServlet&lt;br /&gt;Error Code: 404&lt;br /&gt;Target Servlet: jndiLookupServlet&lt;br /&gt;Error Stack: &lt;br /&gt;javax.servlet.UnavailableException: SRVE0200E: Servlet [com.ibm.etools.ut...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009852</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009852Vidya Moorthy</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 09:34:48 MDT</pubDate>
        </item>
        <item uniqueID="46-009851">
            <title>oracle.jdbc.V8Compatible=TRUE in WebSphere 4.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009851</link>
            <description>I am unable to setup oracle.jdbc.V8Compatible=TRUE property in WebSphere 4.0.7. I am using JDBC Driver version 10.2.0.3. However the property works fine with WAS 5,&lt;br /&gt; &lt;br /&gt;Its only with WAS 4 that this jdbc driver specific property is not working. &lt;br /&gt;I also tried one of the link but it throw the error.&lt;br /&gt;http://www-1.ibm.com/support/docview.wss?uid=swg21197705 (http://www-1.ibm.com/support/docview.wss?uid=swg21197705)&lt;br /&gt; &lt;br /&gt;Error throws is :&lt;br /&gt;CONM7003W: Could not find method to write property connectionProperties on class oracle.jdbc.pool.OracleConnectionPoolDataSource&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;I need to set this propery as a directive for JDBC Driver to accomodate date timestamp conversion from ORACLE 8i to ORACLE 9i.&lt;br /&gt; &lt;b...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009851</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009851Sheraz Jamshed</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 07:04:48 MDT</pubDate>
        </item>
        <item uniqueID="46-009850">
            <title>Classloading issue in Websphere 5.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009850</link>
            <description>We have a ear module(with a couple EJB and War modules) which uses custom soap.jar (provided by 3rd party product). We have this custom soap.jar in our ear and our application requires this soap.jar for processing.&lt;br /&gt; &lt;br /&gt;Since Websphere/server/lib has its own soap.jar, I guess this gets loaded by the Websphere class loader and unable to use the custom soap.jar&lt;br /&gt; &lt;br /&gt;Even if I switch the classloader policy of my ear module to PARENT_LAST it doesnt seem to use my custom soap.jar (in my ear), unless I overwrite the one under server/lib (which I cannot perform in production).&lt;br /&gt; &lt;br /&gt;Any advise on this or am I missing any piece?&lt;br /&gt; &lt;br /&gt;Kindly advise</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009850</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009850Dinesh Ramakrishnan</comments>
            <author/>
            <pubDate>Wed, 25 Jun 2008 12:38:43 MDT</pubDate>
        </item>
        <item uniqueID="46-009849">
            <title>DSRA9110E: Statement is closed issue occurs randomly while executing queries</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009849</link>
            <description>I am using WAS6.1 as my app server and looking up a data source on Web sphere.&lt;br /&gt;While executing queries using a connection acquired via the data source look-up, I get the following exception trace while executing queries,though it occurs randomly:&lt;br /&gt; &lt;br /&gt;Caused by: &lt;br /&gt;com.ibm.websphere.ce.cm.ObjectClosedException: DSRA9110E: &lt;b&gt;Statement is closed.&lt;/b&gt;&lt;br /&gt;at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.runtimeXIfNotClosed(WSJdbcStatement.java:1505)&lt;br /&gt;at com.ibm.ws.rsadapter.jdbc.WSJdbcCallableStatement.getInt(WSJdbcCallableStatement.java:451)&lt;br /&gt; &lt;br /&gt;I have tried using a test sql statement to ensure that the connection ppol does not return stale connections but even that does not solve the problem. I have also set Statemen...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009849</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009849knowledge seeker</comments>
            <author/>
            <pubDate>Tue, 24 Jun 2008 06:54:39 MDT</pubDate>
        </item>
        <item uniqueID="46-009848">
            <title>problem while deploying application in RAD7</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009848</link>
            <description>when i try to deploy my application in WAS6 (in RAD7), it is giving the following error&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;[6/24/08 16:53:33:143 IST] 0000001b FileRepositor A ADMR0009I: Document cells/pc012460Node01Cell/applications/AJAXEAR.ear/deployments/AJAXEAR/deployment.xml is created.&lt;br /&gt;[6/24/08 16:53:33:174 IST] 0000001b FileRepositor A ADMR0009I: Document cells/pc012460Node01Cell/applications/AJAXEAR.ear/deployments/AJAXEAR/AJAX.war/WEB-INF/ibm-web-bnd.xmi is created.&lt;br /&gt;[6/24/08 16:53:33:205 IST] 0000001b FileRepositor A ADMR0009I: Document cells/pc012460Node01Cell/applications/AJAXEAR.ear/deployments/AJAXEAR/AJAX.war/WEB-INF/web.xml is created.&lt;br /&gt;[6/24/08 16:53:33:392 IST] 0000001b FileRepositor A ADMR0009I: Document cells/pc012460...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009848</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009848suganya gayathry</comments>
            <author/>
            <pubDate>Tue, 24 Jun 2008 05:30:39 MDT</pubDate>
        </item>
        <item uniqueID="46-009847">
            <title>Is Websphere Portal server 6.0 supported by Windows Vista</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009847</link>
            <description>I would like to know whether we can install Websphere Portal server 6.0 in a system having a Windows Vista OS loaded. I woud also like to know if its possible in to install Application server 6.0. If these are not possible. Is there any version of Portal Server which Vista supports. Please help me out. &lt;br /&gt;Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009847</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009847george john</comments>
            <author/>
            <pubDate>Mon, 23 Jun 2008 23:28:38 MDT</pubDate>
        </item>
        <item uniqueID="46-009846">
            <title>JAX WS Dispatch class - thread safe?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009846</link>
            <description>I'm using JAX-WS on WebSphere 6.1, with the Web Services feature pack. I would like to know if WebSphere's implementation of the javax.xml.ws.Dispatch interface is thread safe/reentrant.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009846</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009846Steve Wink</comments>
            <author/>
            <pubDate>Fri, 20 Jun 2008 05:06:27 MDT</pubDate>
        </item>
        <item uniqueID="46-009845">
            <title>Connection Pooling - causes Hang up the Server</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009845</link>
            <description>Hi Friends,&lt;br /&gt; &lt;br /&gt; We are encountering a problem in Websphere Connection Pooling. &lt;br /&gt;We have set max connection as 10. &lt;br /&gt; &lt;br /&gt; In a While loop we are calling a method which updates database. We are closing the connection in that database method at end. &lt;br /&gt; &lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; while(somelogic){&lt;br /&gt; methoda();&lt;br /&gt; }&lt;br /&gt; void methoda(){&lt;br /&gt; try{&lt;br /&gt; getConnection(); (from pool)&lt;br /&gt; some logic&lt;br /&gt; }finally{&lt;br /&gt; closeConnection();// we are thinking that connection goes to pool.&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt; &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt; &lt;br /&gt; &lt;br /&gt; If the while exceeds 10 iteration, we are facing the server hang up. It seems the close connection d...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009845</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009845KasiMurugan Ramasamy</comments>
            <author/>
            <pubDate>Thu, 19 Jun 2008 22:02:26 MDT</pubDate>
        </item>
        <item uniqueID="46-009843">
            <title>Error starting websphere application server in RAD7</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009843</link>
            <description>My RAD is a new install, it worked fine for 2 weeks. Now, it throws this error when I try to start the server.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;The function is Websphere specific and is only supported on IBM 5.0 JRE.&lt;br /&gt;Please use the IBM JRE from the product install image.&lt;br /&gt; &lt;br /&gt;This issue has been raised at javaranch before, but I'm still quite lost.&lt;br /&gt; &lt;br /&gt;How do I "use the IBM JRE from the product install image."&lt;br /&gt; &lt;br /&gt;Any help is appreciated.&lt;br /&gt; &lt;br /&gt;TIA</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009843</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009843vinitha simon</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 15:14:22 MDT</pubDate>
        </item>
        <item uniqueID="46-009842">
            <title>Setting up classpath for JDBC JAR in resources.xml</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009842</link>
            <description>I am trying to install a JAR for a JDBC driver using resources.xml. I hope to get the resulting EAR file to the point where you can deploy it using the embedded configuration and have everything set up for you, including the driver for the WebSphere datasource. The problem that I am trying to deal with is that the Oracle database that I am hitting doesn't like the 9.2 driver that is installed on all machines. I am forced to upgrade all machines to use 10.2, which is a manual process that, at the moment, also requires mucking around in the \oracle\ora92\jdbc\lib directory and replacing drivers, possibly messing up other programs.&lt;br /&gt; &lt;br /&gt;I have looked around a resources.xml generated by Rational Application Developer 7 and found the s...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009842</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009842frohman</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 09:54:21 MDT</pubDate>
        </item>
        <item uniqueID="46-009841">
            <title>error in deployment-WASCE</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009841</link>
            <description>getting java.lang.InstantiationException: Can't load class error-&lt;br /&gt;no idea why this happens when the server deploys the application. all the required class are present inside the application.&lt;br /&gt; &lt;br /&gt;pls suggest why is this happening?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009841</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009841Ahirwar Mahesh</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 08:14:21 MDT</pubDate>
        </item>
        <item uniqueID="46-009840">
            <title>Integration on Sun one web server and WebSphere</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009840</link>
            <description>Can anyone provide me links that provides integration of &lt;b&gt;Sun one web server with IBM Websphere&lt;/b&gt;.I tried google search but i could not find anything.&lt;br /&gt; &lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009840</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009840Gowher Naik</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 06:26:21 MDT</pubDate>
        </item>
        <item uniqueID="46-009838">
            <title>WebSphere 5.1 deployment issue</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009838</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt;I went through the previous post and couldn't find any relevant one's, hence I am posting this issue.&lt;br /&gt; &lt;br /&gt;While deploying an EAR FILE on WebSphere 5.1, one of the java files uses &lt;br /&gt; &lt;br /&gt;import oracle.jdbc.OracleTypes; from classes12.zip.&lt;br /&gt; &lt;br /&gt;While developing on WSAD I have this file in the path as usual (Checked the properties). In the deployment environment I can find classes12.zip in the path. &lt;br /&gt; &lt;br /&gt;I also checked the JDBC Resource and JNDI path and they point to classes12.zip ( I have used the same version on my dev box)&lt;br /&gt; &lt;br /&gt;However while deploying the EAR via Admin console on another box, WebSphere complians as follows&lt;br /&gt;The import oracle cannot be resolved....&lt;br /&gt; &lt;br /&gt;1. W...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009838</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009838Arun Sunder</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 03:20:20 MDT</pubDate>
        </item>
        <item uniqueID="46-009837">
            <title>error during WAS 6.1 installation</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009837</link>
            <description>hi,&lt;br /&gt;i am getting the following error during the installation during the WAS 6.1 with RAD 7.&lt;br /&gt;pls can anyone help.&lt;br /&gt; &lt;br /&gt;Install Log &lt;br /&gt;Started at: 2008-06-16T00:11:40-07:00&lt;br /&gt;LevelTimeMessage&lt;br /&gt;1INFO00:00.20No log properties file found in: C:\DOCUME~1\js956c\LOCALS~1\Temp\ciclogs_js956c&lt;br /&gt;2INFO00:00.20Initial log file: C:\DOCUME~1\js956c\LOCALS~1\Temp\ciclogs_js956c\20080616_0011.xml&lt;br /&gt;3INFO00:02.14Store does not exist. Creating a new store...&lt;br /&gt;4INFO00:02.70No log properties file found in: C:\DOCUME~1\js956c\LOCALS~1\Temp\ciclogs_js956c&lt;br /&gt;5NOTE00:02.71Log File: C:\Documents and Settings\All Users\Application Data\IBM\Installation Manager\logs\20080616_0011.xml&lt;br /&gt;6INFO00:02.73No log properties file fou...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009837</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009837jay sampat</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 07:32:18 MDT</pubDate>
        </item>
        <item uniqueID="46-009836">
            <title>starting WAS 6.0.2 in RAD 7.0.6</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009836</link>
            <description>hi ,&lt;br /&gt;i am using RAD 7 with WAS v6.0.&lt;br /&gt;when i try to start the server using the RMI ,ORB BOOTSTRAP port 2809, the console gives me a message that the server is open for e business but the server view shows that it is starting and after 300s the error message comes that could not start server.&lt;br /&gt;pls help.&lt;br /&gt; &lt;br /&gt;When i check the soap connector port 8880 the server starts. Will this make a difference?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009836</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009836jay sampat</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 07:26:18 MDT</pubDate>
        </item>
        <item uniqueID="46-009835">
            <title>How to access class on other server from web page on websphere</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009835</link>
            <description>i have web page on websphere.Now this web page should access a java class on other server.&lt;br /&gt;How it is possible?&lt;br /&gt; &lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009835</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009835Gowher Naik</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 01:04:17 MDT</pubDate>
        </item>
        <item uniqueID="46-009834">
            <title>MAHAH</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009834</link>
            <description>I have just started with WASCE and trying to find out how the pre compilation of JSP happens in WASCE. actually i am looking for the ant script which compiles the jsp. some thing like this &lt;br /&gt; &lt;br /&gt;project name="WebSphere JSP Precompilation" default="all" basedir="."&gt;&lt;br /&gt;- &lt;target name="was_jspc_task"&gt;&lt;br /&gt;- &lt;taskdef name="wsjspc" classname="com.ibm.websphere.ant.tasks.JspC"&gt;&lt;br /&gt;- &lt;classpath id="wsjspc.classpath"&gt;&lt;br /&gt;- &lt;fileset dir="${was.install.root}/plugins"&gt;&lt;br /&gt; &lt;include name="com.ibm.ws.runtime_6.1.0.jar" /&gt; &lt;br /&gt; &lt;/fileset&gt;&lt;br /&gt; &lt;/classpath&gt;&lt;br /&gt; &lt;/taskdef&gt;&lt;br /&gt; &lt;wsjspc wasHome="${was.install.root}" earpath="${basedir}" forcecompilation="true" compileToWebInf="true" keepgenerated="true" jspCompileClasspath="" /...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009834</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009834Ahirwar Mahesh</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 00:02:17 MDT</pubDate>
        </item>
        <item uniqueID="46-009833">
            <title>logout functionality not works at Wesphere 6.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009833</link>
            <description>I am integrating a application security with WebShpere 6.0 and I am trying to implement logout functionality. Initially I thought that simply calling HttpSession.invalidate() would&lt;br /&gt;do the job, and that on a subsequent access of a protected resource&lt;br /&gt;the server would redirect to the login page. Instead, the resource is&lt;br /&gt;accessed without any redirection and my logs show that the&lt;br /&gt;HttpServletRequest.getUserPrincipal() returns the principal of the&lt;br /&gt;user that should have been logged out. Also on a session time-out, if&lt;br /&gt;the user navigates to a protected resource again, its principal would&lt;br /&gt;still be found in the request. &lt;br /&gt; &lt;br /&gt;can someone help me???</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009833</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009833Carlos Andres Holguin Arboleda</comments>
            <author/>
            <pubDate>Sat, 14 Jun 2008 11:06:09 MDT</pubDate>
        </item>
        <item uniqueID="46-009832">
            <title>RAD 7.0 logging error</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009832</link>
            <description>I'm seeing the following error when I start up my application in RAD:&lt;br /&gt; &lt;br /&gt;[6/13/08 7:58:08:718 PDT] 0000000a WrappingFileO E archiveCurrentFile TRAS0016E: An unexpected exception while trying to archive log file C:\RAD_WS_Profiles\EPHTProfile\logs\server1\SystemOut.log Exception is java.io.IO Exception: Unable to rename file C:\RAD_WS_Profiles\EPHTProfile\logs\server1\SystemOut.log to C:\RAD_WS_Profiles\EPHTProfile\logs\server1\SystemOut_08.06.13_07.58.08.log. Logging continues&lt;br /&gt; &lt;br /&gt;1. The folder 'server1' and the file 'SystemOut.log' both have full control permissions for the system and all users.&lt;br /&gt;2. The error code 'TRAS0016E' from the IBM site says "An unexpected exception while trying to archive log file {0} Except...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009832</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009832Shawnalee Job</comments>
            <author/>
            <pubDate>Fri, 13 Jun 2008 09:50:06 MDT</pubDate>
        </item>
        <item uniqueID="46-009831">
            <title>MQSeries question</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009831</link>
            <description>This is not really programming question, rather product inquiry.&lt;br /&gt;I need a simple application/component which will read a messages from WS MQSeries running on Unix and put them into table hosted on MS SQL server.&lt;br /&gt;Is there IBM or 3rd party product which will allow me to do this doing simple 'configuration'?&lt;br /&gt;I understand it is not difficult to develop simple JAVA program to do this, but I have to use something available over the counter.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009831</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009831Haris Karameh</comments>
            <author/>
            <pubDate>Fri, 13 Jun 2008 07:26:06 MDT</pubDate>
        </item>
        <item uniqueID="46-009830">
            <title>JSF Portlet ebook or sites need.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009830</link>
            <description>I need ebooks or pdf doc on JSF Portlets. OR any materials on developing JSF JSR 168 portlets. If development is on IBM portal server it would be preferable. Please its really urgent... Thanks in advance.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009830</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009830george john</comments>
            <author/>
            <pubDate>Fri, 13 Jun 2008 06:36:06 MDT</pubDate>
        </item>
        <item uniqueID="46-009829">
            <title>Server Problem during startup</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009829</link>
            <description>Hi Guys,&lt;br /&gt; &lt;br /&gt;I am getting the following errors while I try to start my server. It never happened before and dunno why it's happening now all of a sudden.&lt;br /&gt; &lt;br /&gt;The errors are:&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Error received while starting the server&lt;br /&gt;Reason: Launching the server failed.&lt;br /&gt; &lt;br /&gt;Server port 9080 is in use&lt;br /&gt;ORB Bootstrap port 2089 in use&lt;br /&gt;Soap Connector port 8880 is in use&lt;br /&gt;DRS Client port 7873 is in use.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;What all I tried to solve the problem:&lt;br /&gt; &lt;br /&gt;--&gt; I changed all the above port numbers to their next numbers and still did not work&lt;br /&gt; &lt;br /&gt;--&gt;Restarted my computer,Still not working&lt;br /&gt; &lt;br /&gt;--&gt;Deleted the servers in WSAD, closed WSAD and in the file system deleted servers folder,...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009829</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009829Arjun Reddy</comments>
            <author/>
            <pubDate>Thu, 12 Jun 2008 14:04:03 MDT</pubDate>
        </item>
        <item uniqueID="46-009828">
            <title>EJB2 Application deployment failing on WAS 6.1.0.15 with EJB3 feature pack</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009828</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I'm trying to migrate an EJB application from WAS 6.0 to WAS 6.1.0.15 with EJB3 service pack. Interestingly, what I found was, I could deploy the application on WAS 6.1.0.15 as long as EJB3 service pack is not installed on it. The moment I install EJB3 service pack on the server, application deployment is failing with one of the following exceptions com.ibm.websphere.naming.CannotInstantiateObjectException or DuplicateHomeNameException.&lt;br /&gt; &lt;br /&gt;Did anyone come across this problem and found any resolution for the same?&lt;br /&gt; &lt;br /&gt;Thanks in advance,&lt;br /&gt;Chandra.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009828</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009828Chandrasekhar Elindram</comments>
            <author/>
            <pubDate>Thu, 12 Jun 2008 06:52:02 MDT</pubDate>
        </item>
        <item uniqueID="46-009827">
            <title>Clipboard functionality</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009827</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt; We have clipboard functionality in our application. We found that the copy and paste is working fine in Tomcat server and Websphere6.1 server, but since our client is using in Websphere5.1, and when we tested it here, we found that copy and paste functionality is not working here...&lt;br /&gt; &lt;br /&gt;DOes anybody have idea on this.. If so, please help me..&lt;br /&gt; &lt;br /&gt;the code in the application to copy the data to clipboard is as follows:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;import java.awt.datatransfer.Clipboard;&lt;br /&gt;import java.awt.datatransfer.ClipboardOwner;&lt;br /&gt;import java.awt.datatransfer.StringSelection;&lt;br /&gt;import java.awt.datatransfer.Transferable;&lt;br /&gt;import java.awt.Toolkit;&lt;br /&gt; &lt;br /&gt;Toolkit toolkit = Toolkit.g...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009827</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009827Kavitha Amaranath</comments>
            <author/>
            <pubDate>Thu, 12 Jun 2008 05:08:02 MDT</pubDate>
        </item>
        <item uniqueID="46-009826">
            <title>ScreenShots Websphere?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009826</link>
            <description>HI. Guys. DO anybody have screenshots of Websphere , how it looks?&lt;br /&gt;What is the latest and stable version of websphere?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009826</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009826Chandrasekhar Mangipudi</comments>
            <author/>
            <pubDate>Wed, 11 Jun 2008 02:41:59 MDT</pubDate>
        </item>
        <item uniqueID="46-009825">
            <title>Error while migrating application from WSAD5.1 to RAD7</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009825</link>
            <description>Hi All,&lt;br /&gt; I am migrating my application from WSAD 5.1 to RAD 7 and following are the issues&lt;br /&gt;1- In my jsp i have defined a bean &lt;br /&gt;&lt;bean efine id="test" name="Test" property='&lt;%="value("+Test.NAME_test+")"%&gt;' /&gt;&lt;br /&gt; error occurs in my jsp &lt;br /&gt;"test cannot be resolved."&lt;br /&gt; &lt;br /&gt;2- In my wsdl i have following error &lt;br /&gt;"The prefix "wsdlsoap" for element "wsdlsoap:address" is not bound."&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;Shubhangi</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009825</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009825Shubha Mishra</comments>
            <author/>
            <pubDate>Wed, 11 Jun 2008 00:51:58 MDT</pubDate>
        </item>
        <item uniqueID="46-009824">
            <title>SSL certificate issue</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009824</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt;I am testing SSL connection program and it is giving me following error.&lt;br /&gt;I am using IBM WebSphere development Studio for my development.&lt;br /&gt; &lt;br /&gt;javax.net.ssl.SSLHandshakeException: unknown certificate&lt;br /&gt;at com.ibm.jsse.bs.a(Unknown Source)&lt;br /&gt;at com.ibm.jsse.bs.startHandshake(Unknown Source)&lt;br /&gt;at com.ibm.net.ssl.www.protocol.https.b.o(Unknown Source)&lt;br /&gt;at com.ibm.net.ssl.www.protocol.https.q.connect(Unknown Source)&lt;br /&gt;at com.ibm.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect(Unknown Source)&lt;br /&gt; &lt;br /&gt;======&lt;br /&gt;1.I have created/downloaded certificate from website ".cer" file.&lt;br /&gt;2.Used Ikeyman to add this certificate to "casecerts" under &lt;br /&gt; &lt;br /&gt;C:\Program Files\IBM\Ratio...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009824</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009824Mubeen Shaik</comments>
            <author/>
            <pubDate>Tue, 10 Jun 2008 16:33:57 MDT</pubDate>
        </item>
        <item uniqueID="46-009823">
            <title>WebSphere J2EE Module Dependencies</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009823</link>
            <description>I have an EAR file which contains 4 webapps. The jars used by each webapp reside at the EAR level. Now each webapp references these jars as J2EE modules under Properties&gt;J2EE Module Dependencies&gt;J2EE Modules. This causes a problem in my application which uses spring. Each webapp seems to use the same spring context which cause problems when beans with the same name are created by each webapp. Is this the correct behavior? When you reference jars as J2EE Modules does it lead to a share context across all web apps? &lt;br /&gt; &lt;br /&gt;Thanks in advance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009823</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009823Pat Short</comments>
            <author/>
            <pubDate>Tue, 10 Jun 2008 15:47:57 MDT</pubDate>
        </item>
        <item uniqueID="46-009822">
            <title>difference betwen WAS and myeclipse</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009822</link>
            <description>almost every job here in Netherlands are asking for people with WAS experience.&lt;br /&gt;my question is: what is WAS?if someone knows about myeclipse does it mean knows about WAS?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009822</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009822michael jordan</comments>
            <author/>
            <pubDate>Tue, 10 Jun 2008 10:17:56 MDT</pubDate>
        </item>
        <item uniqueID="46-009821">
            <title>Message Listeners in WAS 5.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009821</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I'm using WAS5 and MQ 5. I have an application that uses message driven beans and hence I have configured Message listeners in my application server. After the configuration I restarted the application server. The message listeners were not started and I found the following error in the SystemOut.log of the application server.&lt;br /&gt; &lt;br /&gt;[6/10/08 14:31:14:356 GMT+00:00] 2698eea0 MDBListenerIm W WMSG0017E: Unable to l&lt;br /&gt;ookup JMS resources, JNDI lookup exception: &lt;null&gt;&lt;br /&gt;[6/10/08 14:31:14:369 GMT+00:00] 2698eea0 MDBListenerIm W WMSG0019E: Unable to s&lt;br /&gt;tart MDB Listener E2EMCEListener, JMSDestination jms/QUEUE/E2EMCEProxyQueue : ja&lt;br /&gt;vax.naming.NameNotFoundException: jms/QUEUE/E2EMCEProxyQueue. Root exception i...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009821</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009821Vels Manian</comments>
            <author/>
            <pubDate>Tue, 10 Jun 2008 09:23:56 MDT</pubDate>
        </item>
        <item uniqueID="46-009820">
            <title>Rich Faces JSF plugin for RSA 7.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009820</link>
            <description>I am in need of a rich faces plugin for RSA 7.0 for jsf project.&lt;br /&gt;Please help me</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009820</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009820Dishpal Bhaluja</comments>
            <author/>
            <pubDate>Mon, 9 Jun 2008 08:03:53 MDT</pubDate>
        </item>
        <item uniqueID="46-009819">
            <title>Problem in EAR deployment in WAS 6.1</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009819</link>
            <description>I have an application that is working fine in WAS 5.1.&lt;br /&gt;But when I tried to deploy it in WAS 6.1, it is giving the following error :&lt;br /&gt; &lt;br /&gt;[6/9/08 13:15:18:096 IST] 00001359 ServletWrappe I SRVE0242I: [MIntel] [/MIntel] [startServlet]: Initialization successful.&lt;br /&gt;[6/9/08 13:19:05:738 IST] 00001359 ServletWrappe E Deregister the mbean because of uncaught init() exception thrown by servlet action: javax.servlet.UnavailableException: Parsing error processing resource path &lt;br /&gt;at org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:1035)&lt;br /&gt;at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1010)&lt;br /&gt;at org.apache.struts.action.ActionServlet.initModuleConfig(Actio...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009819</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009819rajiv gupta</comments>
            <author/>
            <pubDate>Mon, 9 Jun 2008 02:21:53 MDT</pubDate>
        </item>
        <item uniqueID="46-009818">
            <title>EAR not getting deployed with RAD 7.0 and Websphere 6.1</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009818</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I'm running a Web application using RAD 7.0 and Websphere 6.1. I built the application, started the server and used 'Run on Server' option to publish my EAR to the server. It says 'Publishing successful' and I can see my EAR listed in Server-&gt;Admin Console-&gt;Istalled Applications. But when I run the application, I'm getting class not found exception for my servlets and other java classes in the EAR.&lt;br /&gt;When I checked the metadata folder in my workspace(\.metadata\.plugins\org.eclipse.wst.server.core\publish), I can see the files in EAR listed in the file publish0.xml, but there is a tmp0 folder(\.metadata\.plugins\org.eclipse.wst.server.core\tmp0) which doesn't have anything. I think my EAR file should be present in this fo...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009818</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009818Shyam V Krishnan</comments>
            <author/>
            <pubDate>Sun, 8 Jun 2008 12:03:51 MDT</pubDate>
        </item>
        <item uniqueID="46-009817">
            <title>Adding JSON tag library to Websphere RSA 7.0</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009817</link>
            <description>I am unable to add JSON tag library to my rsa 7.0 .To which path i should add and what all configuration files i should change.Help me&lt;br /&gt; &lt;br /&gt;Im attaching an image of my project explorer.Hope this will help you people &lt;br /&gt;</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009817</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009817Dishpal Bhaluja</comments>
            <author/>
            <pubDate>Sun, 8 Jun 2008 01:35:49 MDT</pubDate>
        </item>
        <item uniqueID="46-009816">
            <title>help with wasce</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009816</link>
            <description>I am a new user of WASCE 2.0. I am doing some web projects with WASCE and DB2 in JSP Servlets. I was told that I could change the way I access my web project with something like www.myproject.com (http://www.myproject.com) instead of localhost:8080/myproject. But he didn't tell me how.&lt;br /&gt; &lt;br /&gt;Can anyone help me with this.&lt;br /&gt; &lt;br /&gt;Also I found that I have to restart the server whenever I make a change on the files, unlike apache which I use for php. Please help me on this also&lt;br /&gt; &lt;br /&gt;Thank you</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009816</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009816Maheswaran Moothiringode</comments>
            <author/>
            <pubDate>Sat, 7 Jun 2008 04:29:47 MDT</pubDate>
        </item>
        <item uniqueID="46-009815">
            <title>Proble Getting resultset using CallableStatement WAS 6</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009815</link>
            <description>Recently I'm migrating my project from WAS 5.1 Was 6.0&lt;br /&gt; &lt;br /&gt;I got strange problem while getting resultset from a stored procedure using Callablestatement.&lt;br /&gt; &lt;br /&gt;Please Help.&lt;br /&gt; &lt;br /&gt;Stored procedure returns multiple rows.&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; &lt;br /&gt;Java Code&lt;br /&gt;=============================&lt;br /&gt;CallableStatement cstmnt = con.prepareCall("{call SP_CREATEVINHISTORY(?,?,?,?,?)}");&lt;br /&gt; &lt;br /&gt;cstmnt.setString(1,vinHistoryValueBeanInput.getVin());&lt;br /&gt;cstmnt.setDate(2,vinHistoryValueBeanInput.getProcessingDate());&lt;br /&gt;cstmnt.setString(3,sysIdent);&lt;br /&gt;cstmnt.registerOutParameter(4,Types.INTEGER); cstmnt.registerOutParameter(5,Types.VARCHAR);&lt;br /&gt;cstmnt.execute();&lt;br /&gt;rs = cstmnt.getResultSet();...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009815</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009815Debopam Poddar</comments>
            <author/>
            <pubDate>Fri, 6 Jun 2008 11:37:45 MDT</pubDate>
        </item>
        <item uniqueID="46-009814">
            <title>Problem with configuring ClassLoader in Websphere Application Server 6.1</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009814</link>
            <description>Hi,&lt;br /&gt; &lt;br /&gt;I am encountering exception while trying to launch the application in WAS 6.1:&lt;br /&gt; &lt;br /&gt;I get NoSuchMethodError exception when I try to launch the application. The stack trace&lt;br /&gt;follows:&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;Exception occurred during event dispatching:&lt;br /&gt;java.lang.NoSuchMethodError: sun/net/www/http/KeepAliveCache.get(Ljava/net/URL Ljava/lang/Object;&lt;br /&gt;at fos.client.utils.http.HttpClient.New(HttpClient.java:303)&lt;br /&gt;at fos.client.utils.http.HttpURLConnection.connect(HttpURLConnection.java:414)&lt;br /&gt;at fos.client.utils.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:461)&lt;br /&gt;at fos.client.utils.Utilities.invokeServletMethod(Utilities.java:171)&lt;br /&gt;at fos.client.cm.admin.login....</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009814</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009814kunu patil</comments>
            <author/>
            <pubDate>Fri, 6 Jun 2008 06:39:44 MDT</pubDate>
        </item>
        <item uniqueID="46-009813">
            <title>Logging to different files in a Cluster</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009813</link>
            <description>Hi,&lt;br /&gt;I have a cluster with 3 server members. I am using websphere as IDE and log using log4j.I want to log to different log file based on the server member in the cluster. But now it is logging a single file only. Also how can i get the server member name in the cluster using java.The application server used is WAS 6.1&lt;br /&gt; &lt;br /&gt;Thanks &amp; Regards,&lt;br /&gt;Biju</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009813</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=46&amp;t=009813Bijumon C.K.</comments>
            <author/>
            <pubDate>Thu, 5 Jun 2008 07:03:41 MDT</pubDate>
        </item> 
    </channel>
</rss>
