Is it possible to inject ejb\'s into 开发者_运维百科pojo\'s using the @EJB annotation? If it is, do I have to set up anything special on a JBoss server to make it work?
I\'ve copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I\'m receiving the following error when JB
I have a managed bean / service running inside of JBOSS.I then have a quartz job that will occasionally wake up and call a method of the managed bean.This method is sometimes long and drawn out, and s
I need to write a Message Driven Bean. I\'m using JBoss IDE 1.5. I understand the concept behind MDB\'s but I don\'t really know how to install the JMS provider (JBoss MQ? I think) and use it so that
I\'m trying to implement a security model where the model of secured pages inherits from a SecureSupport. I don\'t know how or if I can redirect from a constructor, however. See below:
In jboss-web.deployer/conf/web.xml there is a listener defined called SecurityFlustSessionListener. This listener searches for the component java:comp/env/security/securityMgr and if not found prints
Is there a way of specifying the configuration name of a message bean through annotations? In the jboss.xml descriptor you can have different configurations and bind the beans to a particular config:
I have an ANT build script that deploys a WAR folder into my JBOSS deploy directory. Can I convert that into an executable WAR/JAR file and run it as well?
We are hosting a Java EE Application running on JBoss. For security reasons this application that should be available on the internet is protected with a front-end Apache server. We are using AJP to e
I need a windows shell script which will redeploy my .ear file. I wrote one: net stop \"JBAS50SVC\" copy /y O:\\TEMP\\app.ear C:\\jboss-4.2.3.GA\\server\\default\\deploy\\app.ear