jboss 2 « Development « JSP-Servlet Q&A





1. Web Logic to jBoss Migration    coderanch.com

2. JBoss 5.1 ejbCreate method not called on mdb    coderanch.com

Hi, Could anyone tell me, why ejbCreate method is NOT called on MDB in JBoss 5.1.0 for EJB 3.0. The same code worked in weblogic 10. Please find the code below package com.pyro.reader; import javax.ejb.ActivationConfigProperty; import javax.ejb.CreateException; import javax.ejb.EJBException; import javax.ejb.MessageDriven; import javax.ejb.MessageDrivenBean; import javax.ejb.MessageDrivenContext; import javax.jms.*; @MessageDriven(mappedName = "SampleQueue", activationConfig = { @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"), @ActivationConfigProperty(propertyName = ...

3. JMS on jboss consumer rate limit and producer rate limit    coderanch.com

Hi guys, does anybody know how to set consumer rate limit and producer rate limit in a j2EE application using JMS? I can't find this info anywhere... the application I need to modify has a configuration file with following info: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager 0 org.jboss.mq.server.ReceiversImplArrayList so I believe I simply need to add attributes ...

4. org.jboss.deployers.spi.DeploymentException: JBoss 5.0.1    coderanch.com

Hi, I am currently new to the JBoss server and when I am trying to deploying the application it gives me the following errors. Kindly let me know how to fix this. Stacktrace 15:07:18,737 ERROR [ContextLoader] Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating ...

5. How can I control dequeueing speed in jboss?    coderanch.com

Hi guys, I have an application that uses JMS. Items are put on a queue and read from the queue in the same application. Now I need to introduce a sort of controlled rate when reading msgs from the queue. Basically I need either: a) ensure that there is a given time between dequeueing an item and dequeueing the next one ...

6. JMS dequeuing with JBoss does not seem to respect priority...    coderanch.com

Hi guys, I have the following situation on a queue. I have posted 6 messages with priority 0 and 6 with priority 5. All of them have attribute JMS_JBOSS_SCHEDULED_DELIVERY set with the same timestamp. I attach extract from JMX Console below: Given this situation, I would expect all priority 5 messages to be delivered first, and then all priority 0s. What ...

7. org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE    coderanch.com

Hi, can anybody help me to resolve following exception.it got this exception when i deployed in app in Jboss 5.0.1 2011-10-28 11:43:30,038 WARN [org.jboss.system.server.profileservice.hotdeploy.HDScanner] (HDScanner) Failed to process changes org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): DEPLOYMENTS MISSING DEPENDENCIES: Deployment "jboss.j2ee:module="anaejb6_0.jar",service=EjbModule,uid=27849244" is missing the following dependencies: Dependency "jboss.ejb:service=EJBTimerService" (should be in state "Create", but is actually in state ...

9. JSP, JFreeChart, and JBoss    jfree.org

A very generous programmer gave me an example of how JFreeChart can be used in a JSP but I can't seem to get it up and running. I downloaded another example off the web and it works fine. I've put both jcommon and jfreechart jars into WEB-INFO/lib but the chart won't display. Anyone have similar problems when using JBoss? Does anyone ...





11. JBOSS JSP AND ZK    zkoss.org

12. JBoss & Servlet    forums.oracle.com