I\'m working on a maven project which uses seam 2.2.0, hibernate 3.5.0-CR-2 as JPA provider, DB2 as database server and Websphere 7 as application server. Now I\'m facing de following problem:
I am using an @Resource annotation in a class instantiated in a ServletContextListener\'s contextInitialized(...) method, but the member is always null. Here\'s my sample code.
My company is a software solutions provider to a major telecommunications company. The environment is currently IBM WebSphere-based with front-end IBM Portal servers talking to a cluster of back-end W
When attempting to install the EAR, the following exception results: Caught Exception installing App开发者_如何学ClicationName
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 wsa
Using Hibernate 3.3.1 and Hibernate Annota开发者_StackOverflow社区tions 3.4, the database is DB2/400 V6R1, running that on WebSphere 7.0.0.9
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
Please pardon me if this question is silly. Suppose I develop a J2EE web application using Spring framework and a MS SQL-Server database, using a WebSphere application server. I later create a WAR fil
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.开发者_StackOver
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 开发者_如何学Cmanaged by Websphere