• Contribute to Jboss development

    Hi all,   I have used JBoss application server. I'm interested in involving for JBoss development. Can you all help me on that,  Please advice me about how should I start. My expertise are  on Java(J2S...
    Profile Photo
    last modified by thakshilad
  • Cordova Ajax call error response 502 always

    Dear Sir/Madam,   I'm newly for JBoss, recently i'm trying to Ajax call for an access token from paypal, it is work when I export to android. However when i use in you emulator, it always response in error respo...
    Profile Photo
    last modified by ronald_chan
  • How do I make sure that all modules in a deployment use the same Classloader for a jar library?

    I have a deployable ear that I'm deploying to a JBoss application server. I am in the process of refactoring my code so that my entity classes are declared in a separate jar library that can be shared by the different...
    Profile Photo
    last modified by darylfoster
  • Issue in starting Jboss server 7.1.0

    Hi, I have installed Jboss 7.1.0 have set the paths for JBOSS_HOME and JAVA_HOME. but not able to start the server. I am getting the logs as below:   J Boss Bootstrap Environment   JBOSS_HOME: /opt/JBoss...
    Profile Photo
    last modified by niteshbarnwal
  • Wildfly Ha singleton , invoke singleton bean with several methods

    Hello, I am trying to figure out how to use just one singleton bean that "lives" on a cluster. I have found an approximation of that using HA singleton (example from wildfly/quickstart · GitHubhttps://github.co...
    Profile Photo
    last modified by loporto
  • How to make SOAP web service call to application  deployed on SSO SPNEGO enabled Jboss 6.0.0.final ?

    Hi All I have configured SSO SPNEGO on Jboss 6.0.0.1 and on application which is deployed on server is also configured to use SSO authentication method. SSO works fine and uses users credentials(username, password and...
    Profile Photo
    created by svadaviya
  • How to fallback to Basic Authentication from SPNEGO Jboss Authentication in Jboss 6.0.0.final ?

    Hello All, I need urgent help.   I have implemented SSO on Jboss 6.0.0.final using Jboss SPNEGO authentication. Authentication is done through Active Directory Server . So in my intranet when I login into machin...
    Profile Photo
    last modified by svadaviya
  • Clustered JMS Question

    I have a JMS message queue clustered on 4 servers. I have a message generator on one server that produces 1000 messages. The messages get distributed equally among the 4 server message queues.   The 4 clustere...
    Profile Photo
    created by foutjo
  • multiple ejb receiver for remote invocation

    I have an issue to connect to an identical remote EJB deployed on two seperate Jboss server instances (no cluster). The bean DragonBackendMgmtBean!com.durr.ecoemos.dragon.backend.interfaces.DragonBackendRemoteMgmt i...
    Profile Photo
    created by kpilz65
  • JBoss EAP5.2 clusterred nodes are giving error : java.lang.IllegalStateException: Don't know about node id:3..... and java.lang.IllegalStateException: Failed to remove binding, and..... java.lang.IllegalStateException: Cannot find object in dispatcher

    Hi All,   I am getting below error in production env. I am using 4 nodes and EAP-5.2   Error1:   Caused by: java.lang.IllegalStateException: Cannot find object in dispatcher with id ttb8-vdc0tdai-1-gkuz...
    Profile Photo
    last modified by manishkushwaha
  • QuartzScheduler as mbean service

    Hi everybody. I'am trying hard to register QuartzScheduler as Service in JBoss AS 7.2.0.Final I supplied the quartz-service.xml (see attachment) in standalone/deployments and registered quartz-2.2.1.jar as module. ...
    Profile Photo
    last modified by kpilz65
  • VFS temp files and ProtectionDomain code source location

      I was thinking about https://jira.jboss.org/jira/browse/JBAS-7882 patch that exposes temp nested jar location to the outside world via VirtualFileHandler.getRealURL().   This influences ProtectionDomain ...
    Profile Photo
    last modified by mstruk
  • Unable to add users after starting/ running  the jboss(jboss-as-7.1.0.Final) as windows service in a x64 windows system

    Hi All,   I am getting the following error in the windows (x64 system). The below error I am getting when I am running the add-user.bat file from the %JBOSS_HOME%\bin folder .   The jboss version is ---- ...
    Profile Photo
    last modified by satishniku
  • How to compress logfiles in WildFly-8.1 using periodic-rotating-file-handler

    At the moment i'm searching for a way to automatically compress/zip my logfiles, after WildFly (8.1.0.Final) "archived" them, as it was possible in older JBoss version. My configuration currently looks like this: [......
    Profile Photo
    last modified by rob_
  • JBoss protocol upgrade

    How to upgrade SSL to TLS ?   The following methods we have followed but no luck.Please suggest me how can i change succesfully.     </subsystem>         <...
  • Could not create a session: IJ000453: Unable to get managed connection for java:/JmsNonXA

    I am running into the following issue with my application. because of this i could not create my sessions . Can u provide inputs reg the same ?   Caused by: javax.jms.JMSException: Could not create a session: IJ...
    Profile Photo
    created by vidhyam
  • The ResourceConfig instance does not contain any root resource classes.

    I've successfully deployed and tested a RESTful web service in Tomcat 6. I tried all solutions for the following error message, but still get it, anyone can help ? :         {23:17:54,421 ERR...
    Profile Photo
    last modified by nicolas.maujean
  • Web Service call fails when sending large byte stream

    Hi -   We are using JBoss EAP 6.1. I'm consuming a SOAP web service from a .NET client, passing in a large byte stream (2M+). I used the same piece of code in Jetty server (via Eclipse) and had no issues. When I...
    Profile Photo
    created by v_gottipati
  • list jms messages into the queue

    hello   i musto to list the jms messages into one queue and i dont know how. there is any method, cli command or other method for listing the messages that are into one queue? thanks
    Profile Photo
    created by ermaki
  • Jboss Remote Debugging

    Hi All,     I wanted to know how does Jboss remote debugging works.   1) I am debugging a java file in eclipse in debug mode. 2) I will change the code and save the .java file. 3) The .java will sta...
    Profile Photo
    created by sumanthkethe