• SSL and Diffie-Hellman groups

    Hi folks!   I configured jBoss to use DHE-RSA-AES256-SHA for HTTPS connections. I wanted to know if it really uses this cipher and monitored the traffic with wireshark. Everything was ok except the DH key agreem...
    Profile Photo
    created by stemue
  • federation support in JBoss Authorization Server

    HI I am new to JBoss Authorization sever and just want to know is their any federation support in JBoss Authorization server. Which protocol it supports Ws-Fed or Ws-Trust or OAuth or all ?
    Profile Photo
    created by utsavvishnoi
  • Easy question: ¿how to run JBOSS 4.2 as a Daemon?

    Hi dear jboss community,   I am trying to run Jboss 4.2 in a Red Hat server. I learned that I need to create a script on init.d, but I have troubles with the script. I know that there is several post related, bu...
    Profile Photo
    last modified by prieser
  • Smooks result from transformation disappears

    We are getting a very strange situation :   String msgBody = (String) message.getBody().get();       System.out.println("Request in: " + msgBody);   String result;    ...
    Profile Photo
    created by naislav
  • JBoss AS 6 - load resource from WAR file

    I am loading resources from a WAR file via   <code>SomeClassInMyWarFile.class.getClassLoader().getResource("path/file.txt")</code> which works pretty well under JBoss 4.2.x, but under JBoss 6 the sam...
    Profile Photo
    last modified by cybro
  • Can we deploy Oracle Forms and Reports in JBoss AS?

    hi.! I want to know can we use JBoss AS to deploy Oracle Forms and Reports ? If yes then how or if no then why?
    Profile Photo
    created by ahmedsunny
  • JBoss AS 6.0.1 class resourcestream

    Hi, I am trying to migrate application from Jboss 4.2.3 to Jboss 6.0.1.in our application i have to access a resource (image) from war folder.   WAR |__ logo.jpg |__images/icons |__WEB_INF    ...
    Profile Photo
    last modified by kk8322
  • MyCache in JBoss 4.2.3

    Hi,     I have compiled and deployed my program in JBoss 4.2.3 GA. However I face one problem while running the deployment. When I start the server using   sh start.sh   the following errors ge...
    Profile Photo
    last modified by satyan1981
  • Getting error while running from jboss from another pc on lan

    Hi, I got your mail id from Jboss Community.. I need your support..   I am trying to configure Jboss4.0.5 in eclipse(Indigo). Eclipse has been installed on my pc & I have installed jboss another pc (LAN). &...
    Profile Photo
    last modified by ankurgupta.ipec
  • how to access folder insite jboss 6.1.0 directly through URL or access the folder publically

    I am working on JBOSS 6.1.0. I want to assign context path inside host element of the server.xml but it gives me following error. Deployment "WebServer" is in error due to the following reason(s): org.jboss.xb.bindin...
    Profile Photo
    created by jaygohel
  • JBoss 4.2.2 EJB 3 Invoker Bind Address

    I've got a problem with JBoss 4.2.2 in that I'm trying to get the EJB 3 invoker to bind to any address (0.0.0.0).   But when I set this in the server/default/deploy/ejb3.deployer/META-INF/jboss-service.xml file....
    Profile Photo
    last modified by ccbutkus
  • JBoss EAP 4.3 Periodic Log file rotation issue

    Hi Everyone,   Need help in figuring out an issue that I am facing with RotatingLogFileAppender on JBoss EAP 4.3 version.   We have our application running on JBoss EAP 4.3 version on Linux. To implement l...
    Profile Photo
    last modified by ravi_ambavaram
  • jboss 4.0.1sp1 to 5.1.0.GA migration issue.

    Hi I am a newbie. I have java 1.6.0_26. with windows XP. I downloaded the jboss 5.1.0.GA as a full folder using winzip. stuff works on 4.0.1sp1 but doesnt work on new jboss. final goal is to upgrade jboss to 7.x. code...
    Profile Photo
    last modified by ppgandhi11
  • Jboss 4.2.2 - deployment of EJB3 MDB causes failure of other EJB 3 deployments

    I have such an MDB:   @MessageDriven(activationConfig = {           @ActivationConfigProperty(propertyName = "destinationType",        ...
    Profile Photo
    created by kkkppp
  • JBoss 4.2.3 classcastexception JAXBContextImpl cannot be JAXBRIContext

    we are using jboss 4.2.3 one of our applications got following classcastexception Caused by: java.lang.ClassCastException: com.sun.xml.bind.v2.runtime.JAXBContextImpl cannot be cast to com.sun.xml.internal.bind.api.JA...
    Profile Photo
    created by ajanz
  • SecurityAssociation.getSubject() returns null

    we are trying to upgrade to Jboss 5.1 from 4.2 version.   While reading the subject we are using "SecurityAssociation.getSubject()", this used to work for us in Jboss 4.2.   But in Jboss 5.1 domain th meth...
    Profile Photo
    last modified by c4siva
  • EJB Can't use encrypted DataSource

    Hello Guys,   Im encrypting my datasources and some EJB's3 use this DS.   Here is my problem, if i use encryption my EJB's cant connect to data base, if i remove they connect well.   Anyone know how...
    Profile Photo
    last modified by spolti
  • Struts tags not getting compiled while migrating JBoss from 4.2 to 6.0 Final

    I am migrating my Struts application from JBoss 4.2 to 6.0. The JSP are not getting compiled, it is throwing null pointer exception. Whereas after making the changes like <html:option> to <option>, removin...
    Profile Photo
    last modified by andrewtr
  • Determing which version of JBOSS programatically(during deployment time itself)

    I want to determine which version of jboss as or jboss eap or jboss soa-p i am deploying my application during runtime programically. There is some specific purpose for this, but i need to know this urgently. As of n...
    Profile Photo
    created by jaigates
  • Question about native of jboss

    Hi All   I had install tomcat native to improve the performance, I had get the following message from the console.   server.log:2013-04-04 23:23:09,294 INFO  [org.apache.catalina.core.AprLifecycleList...
    Profile Photo
    created by xin.zhang.song