jboss « websphere « Java Enterprise Q&A





1. JBoss 5.1.0GA: "java.lang.IllegalStateException: Null beanMetaData" and "java.lang.RuntimeException: failed to initialize bean container"    stackoverflow.com

I am trying to deploy a ear file, which was originally written for Jboss 4.0.3 SP1. The "upgrade" involved:

  • use of javax.annotation.PostConstruct
  • change activateConfig to activationConfig
  • make sure the bean implements import javax.jms.MessageListener
I believe the ...

2. Websphere vs jboss    stackoverflow.com

I m going to use webservice , jbpm, hibernate and spring so which application server is better to use? Websphere vs jboss? please descrivbe reason.....

3. Scheduling a Job in webserver -Java    stackoverflow.com

I want to schedule a job in Jboss and websphere server. I have a piece of code in java which should execute at a certain frequency independantly.And it should execute in a ...

4. Websphere application server VS Jboss    stackoverflow.com

I am looking for a kind of java ee application server. My company is using Websphere application server and I am reviewing jboss. I am not familiar with WAS, would anybody ...

5. How to map a websphere mq 7 queue to a EJB 3 destinationName    stackoverflow.com

I need to map WebSphere MQ7 queue (Say queA in Queue Manager QMA) to a EJB3 MDB. I created the MQ Queue Manager and Queue using
crtmqm QMA and start it using ...

6. Websphere single classloader equivalence in jboss    stackoverflow.com

We've got a project migrating from websphere to jboss. In the websphere deployment document, there's a step specifying war class loader policy: single class loader for application. Just wondering, what's the ...

7. light weight java web framework with jdk1.3    stackoverflow.com

here is situation, my boss ask me to develop a web application for querying and editing data of tables in a database. Then server environment is restricted to jdk1.3 with websphere(a ...

8. Migrating an EJB project running on JBoss to Websphere Applicataion Server 7    stackoverflow.com

I have a Java EJB project running on JBoss properly.However I have to migrate it to WAS. So I created an EAR then deployed it to WAS. After I tried to ...

9. JBoss & Websphere Portal    coderanch.com