case 1: I\'m having war in one jboss server and ejb jar开发者_如何转开发 in another jboss server.
I want to write in an xml file located under the conf directory of jboss. I open it like this: public void initialiserXml() {
I have a script which queries my jboss server which results in new hibernate objects being saved.I\'m creating model1 and model2, calling create on model1 and letting cascade=\"save-update\" take care
Googling \"jboss security manager\" b开发者_Python百科rings up http://docs.jboss.org/jbossweb/2.1.x/security-manager-howto.html, but this is way out of date.
What I\'ve done so far acco开发者_运维百科rding to these instructions is unziped and moved jboss into my /usr/local/ directory.Then I put the jboss_init_redhat.sh script in /etc/init.d/ as jboss and e
How can I access remote EJB in Jboss AS 7? When I deploy application on Jboss AS 7开发者_开发问答 , I can see portable jndi names but unable to access using same name.Will be implemented in JBoss AS 7
I have a web and mobile application. The application has kind of items that user can add using either the website or mobile app. Both add item forms have date field which is stored in t开发者_C百科he
We have JSF 2.0 Richfaces 4.0 application working perfectly fine on Jboss 6.0 and we are trying migrate it to Jboss 7.0 AS.
From what I understand, a SecurityManager policy file with only grant { permission java.security.AllPermission;
I\'m migrating my 开发者_开发问答ear application from JBoss 5 to 6.0.0.Final. I noticed that JBoss 6.0.0.Final instantiates beans which have @WebService annotation on startup. JBoss 5 didn\'t do that.