Does anyone know how to clear DeadLetterQueue from jBoss? When i start jBoss, it is waiting 4 minutes at:
I got \"Worker Thread In开发者_StackOverflow社区itialization Failure +jboss-4.2.2.GA\" error in My production server.What is solution to solve this?I believe this is because remoting is enabled in Jbo
I am the beginner to jboss seam.I got the following error while deploying: 16:47:06,675 INFO[ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSour
I have a ejb3 using a web service and configure the host name of the web service in the ejb-jar.xml file (or@WebServiceRef(wsdlLocation = \"http:://myserver/service.wsdl\") ). Can I do the same config
How can i can achieve remote transaction while using Remote EJB (over RMI/IIOP or RMI/JRMP). Is that JBoss 4.0 support this kind of transaction or开发者_StackOverflow should i use jotm or atomikos?
Does running an EJBQL UPDATE开发者_StackOverflow社区 statement defeat the performance benefits of container managed persistance when compared to modifing the accessors on a managed entity?
we have a solaris sparc 64 bit running the jboss. it has 24G mem. but because of JVM limitation, i can only set to JAVA_OPTS=\"-server -Xms256m -Xmx3600m -XX:MaxPermSize=3600m\".
i\'m trying to enable jboss to uses ssl protocol using a previously generated certificate from verisign, i imported both certificate, server certificate and ca certificate into the keytore file, and i
im switching jboss 4.2.2 to 5.0.1 and i have installed jboss. now on clien开发者_开发技巧t side i replaced existing jar files. jbossall-client.jar,jboss-client.jar,commons-logging.jar,jboss-serializat
Question 1: As per the book I follow to learn EJB author told that every lookup creates a new stateful session bean. So, what I did is defined a method init() with @PostConstruct annotation with a sys