websphere

WebSphere on VMWare Fusion

Any ideas where can I find a free (trial or for educational purposes) WebSphere Application Server image for use with VMWare Fusion? Thanks in advance. ...

Difference between weblogic and websphere?

I am not able to find actual difference between these two J2EE server. From my past experience, I found out following: WL is evolving more faster than WAS. WL is more user friendly than WAS. To simply deploy a application in WAS, we need to go in deep and its difficult to find if u are new to it. I found out that WAS is slower in som...

Cannot enlist Synchronization. LocalTransactionCoordinator is completing or completed issue with hibernate spring transaction.

I am getting Cannot enlist Synchronization. LocalTransactionCoordinator is completing or completed exception when integrating my method is called from the portlet. I am using spring transaction management for handling all the hibernate transaction in the spring configuration file through AOP. When I run my hibernate dao method for pers...

close fails on database connections (managed connection cleanup fails) in websphere 7 but not in websphere 6.1

I have a simple method (used in a web application through servlets) that gets a connection from a JNDI name and issues a select statement (get connection, issue select, return result, close the connection etc. in finally). Due to other methods in the application the connection is set as autocommit=false. This method works normally in web...

Ejb lookup failing on WAS7.0 with NamingException

Hi, I have an application developed on RAD using WAS 6.0. I migrated the code to WID 7.0. After making some changes in the EJB modules(Had to remove the bnd.xmi file from each ejb module to deploy the application on Application Server)the application is running fine, but the EJB modules give the following error: NamingException has Occu...

Getting a connection from a Sybase datasource in WAS 6.1 fails with message "User name property missing in DriverManager.getConnection"

I have a standalone application that needs to connect to a Sybase database via a datasource, I'm trying to connect using getConnection() and get the connection from this Sybase datasource which is hosted in WAS 6.1, sadly I'm getting an error JZ004 -> Sybase(R) jConnect for JDBC(TM) Programmer's Reference: SQL Exception and Warning Messa...

IBM Websphere Portal Server

can any one help me out where can i find a download for IBM Websphere Portal Server ...

MSMQ and WebSphere MQ message integration

Hi, Does someone know how to integrate MSMQ to an IBM WebSphere MQ? I guess one can always use BizTalk 2009 (Biztalk host integration server)but that seems to be quite an overkill just to be able to exchange messages between MSMQ and WMQ. Please give me some advice! Someone must have done this before! If it helps your recommendation th...

Can WebSphere variables be used in extendedDocumentRoot?

Can variables be used in the ibm-ext.xmi file for the extendedDocumentRoot attribute on WebSphere 6.x? It appears they are available for Websphere 7. ...

Can a war file be deployed on any server?

Please pardon me if this question is silly. Suppose I develop a j2ee web application using srping framework and a MS SQL Server database, using a Webspphere application server. I later create a war file for this application. Can I deploy this war file on a tomcat server without any change in code? Or my question is can this be hosted by ...

Not able to use spring Beans outside container . Always picking up WebSphere Context

We have the a whole lot of spring bean defined in our project which we deploy in Websphere ^. One example being the following: <bean id="oasJdbcData" class="oracle.jdbc.pool.OracleConnectionCacheImpl"> <property name="driverType"> <value>oracle.jdbc.driver.OracleDriver</value> </property> <property na...

Configure Hibernate to obtain a fresh connection from a connection pool.

How do I configure Hibernate so that each time I call sessionFactory.openSession() it connects with a new connection from the connection pool? The connection pool is managed by Websphere Application Server and is a JDBC Data Source. Thanks ...

Where is the source archive for my Websphere portal classes?

I'm pretty new to Websphere application development and I'm missing the source attachment for all the classes in the com.ibm.wps.* packages in my IBM Rational Application Developer setup. For example the class com.ibm.wps.engine.Command from JAR wp.engine.impl.jar has no source attached. Do I have to install another package with the sou...

Where can I learn about JNDI strings?

How do you know how to form a JNDI string? I know there must be a format and that the divisions must mean something but I haven't been able to find a good resource that explains them. For example: java:comp/env/wm/default. This is supposed to connect to a WorkManager in Websphere with the name of default. But what does the "java", "c...

Websphere 7 simple realm (like tomcat-users.xml)

I am trying to port a J2EE app from Tomcat to Websphere and I'm not too familiar with Websphere. The only problem I am having is authorization (I use basic-authentication in my web.xml). In Tomcat I use the tomcat-users.xml file to define my users/passwords and to what roles they belong. How do I do this "simply" in Websphere? When dep...

Call to DataSource.getConnection not returning the expected connection.

I have the following code: Hashtable env1 = new Hashtable(); env1.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,"com.ibm.websphere.naming.WsnInitialContextFactory"); log.info("Executed step 1"); env1.put(javax.naming.Context.PROVIDER_URL, "iiop://myhost.com:9301"); log.info("Executed step 2");...

Where can I find WebSphere configuration files?

Hello Stackoverflow'ers, I would like to know where are the WebSphere configuration details saved? Specifically, configuration details that are shown in the Administrative Console (from the web) or from the console using wsadmin. Some of the examples would be: Java and Process Management: Class loader, Process definition, Process ex...

Why Hibernates ignores the name attribute of the @Column annotation?

Using Hibernate 3.3.1 and Hibernate Annotations 3.4, the database is DB2/400 V6R1, running that on WebSphere 7.0.0.9 I have the following class @Entity public class Ciinvhd implements Serializable { @Id private String ihinse; @Id @Column(name="IHINV#") private BigDecimal ihinv; .... } For reasons I can't fi...

How do I build a WAS 6.1 specific EAR without RSA/RAD?

Are there some IBM ant tasks that support this? ...

When deploying an EAR into WebSphere, what's the cause of a "duplicate entry" SaveFailureException?

When attempting to install the EAR, the following exception results: Caught Exception installing ApplicationName com.ibm.ws.scripting.ScriptingException: com.ibm.websphere.management.application.client.AppDeploymentException: AppDeploymentException: [] org.eclipse.jst.j2ee.commonarchivecore.internal.exception.SaveFailureException: M...