Websphere Scheduler is using scheduler datasource XA driver . When task is executed by scheduler it is starti开发者_Python百科ng a global transaction, but in our application we are creating a new conn
Hi I\'m at big financial institute and we\'ve an application running on Websphere 6.1. on Solaris. Due to MQ Connectivity we had to install fixpack 6.1.0.23. Unfortunately this broke an ejb (1.1) whic
I have recently upgraded from websphere 5.1.2 to websphere 6.1 server. I had some ldap code to query active direcotry that worked fine on 5.1.2 but now does not work on 6.1.
am running websphere 6.1 on RSA what is the default timezone set on it if i dont set any websphere variable etc(like the TZ variable).
I need to create a startup class in Websphere. This class is present in abc.jar. And also abc.jar开发者_JAVA百科 requires log4j.jar at startup of server.
We have been facing Out of Memory errors in our App server for sometime. We see the used heap size开发者_运维问答 increasing gradually until finally it reaches the available heap in size. This happens
I would like to develop administrative jython-scripts for WebSphere 7. Is there any IDE (or may be plugins for eclipse) which provides code auto-completition functions, ability to start/stop server, d
We are in the process of upgrading to WebSphere 7.0 on Windows 2008 R2.Our applications currently run on WebSphere 6.1 on Windows 2003.
I\'m building a webapp that should run on both Tomcat and WebSphere and I\'ve managed to make almost all the differences into properties with default values that I can override for deployment on the T
I\'d like to开发者_开发问答 know whether it is possible to get a reference to the ejb3 local business interfaces inside the jca adapter?