Trying to create a unit test (borderline integration testing) using开发者_开发知识库 ThreadFactory, and just wondering how do I \'force\' Java/JVM to not being able to create more threads ?
How I can kill a user sessionId from a web administration panel? I mean, I have multiple users entering a website with jboss 4.2 and struts 1.3 and I want to close a session of some of these users rem
is there a way to decide during runtime, which class from which jar (deployed on jboss) will be used?
I have a Spring application that is being deployed to JBoss 4.2.I can manually edit the generated WAR file and alter the jboss-web.xml file to set the c开发者_开发问答ontext-root value and that works
Playing with OrderedExecutor, I tried using the CountDownLatch to start all the submitted tasks at the same time, but the tasks don\'t start, they\'re frozen.
I have a big problem using webservices and iPhone. I try to user different library : wsdl2objc and SudzC and i have the same problem.
I want to set up a new JBoss Server in Eclipse Indigo. But unfortunately there are no types in the \"New server\" window for me to choose from. Clicking \"Dow开发者_运维百科nload additional server ad
I have an EJB Project deployed on JBoss with some entity classes. As soon as I deploy the EJB Jboss gives me this exception:
I\'m needing CDI functionality on a rest application in which I\'m using RESTEASY. So I followed the manual\'s instruction to setup resteasy-cdi module on my app, that runs on JBoss AS7.
This question already has answers here: EJB 3.1 Dependency Injection Failed (2 answers) Closed 2 years ago.