• AS7 - change logging levels thru CLI

    for example, if i had a logger in standalone.xml configured as:   <logger category="com.lightspeed">       <level name="INFO"/> </logger>   how would i chang...
    Profile Photo
    last modified by bill.rosenberg
  • Single sign not share the same session attributes

    I have several applications deployed on the same jboss instance. I currently have Single Sign On configured using the <sso/> tag. It is possible for a user to navigate from one application to another app (redire...
    Profile Photo
    created by chapman.geovanni
  • As 7.2 Log4j Logging

    Logging seemed to work fine when i was using AS 7.1 with log4j libs and code, now when using 7.2, i do not see the expected logging using log4j.   I follow the migration guide:   Procedure 3.5. Configure JB...
    Profile Photo
    last modified by bill.rosenberg
  • Unexpected HTTP response: 500  Request

      Unexpected HTTP response: 500  Request { "address" => [("deployment" => "focsear.ear")], "operation" => "deploy" }   Response  Internal Server Error { "outcome" => "failed",...
    Profile Photo
    last modified by prasadzkv
  • Module commons.io not visible for commons-fileupload

    Hi,   I've deployed an EAR that uses "org.apache.commons-fileupload", but I got java.lang.ClassNotFoundException: org.apache.commons.io.output.DeferredFileOutputStream from [Module "org.apache.commons-fileuplo...
    Profile Photo
    last modified by boubaker
  • JBOSS 71.1 final Clustering steps

    Hi,   My query as JBOSS 71.1 final Clustering steps.I want to run two different jbosses running on different loactions with cluster mode.My jboss version as 7.1.1 final. Can you explain clear steps to starting ...
    Profile Photo
    created by yuga.reddi09
  • Continual JBOSS internal error

    I'm consistently getting an internal jboss error when logging into a the JBOSS JBPM(5.4) console:  Its displayed immediately after logging in.  What could be causing it? Thanks for your help!!    ...
    Profile Photo
    created by dmwpepper
  • Problem of configuring SSL for Https in Jboss AS 7

    Actually we are migrating from Jboss-4.2.2GA to Jboss As7 it is good to work with Jboss As7 but the problem is that in Jboss-4.2.2GA the SSL is enabled and working fine for HTTPS with port 8443 for given following c...
    Profile Photo
    created by kishorerouthu
  • Spring integration and exception handling in web container for web services

    In my web.xml I have defined error pages and handlers for handling e.g. 405 and 400 responses. These work fine for normal Spring MVC requests, but not for the webservices from Spring integration:   That will sho...
    Profile Photo
    last modified by rzubcevi
  • Java Policy file for JBOSS 7.0.2

    Does anyone have a good example of a Java policy file for JBOSS that does not consist of a whole list of AllPermissions settings? I am not able to get it to work without the AllPermissions setting. But that does not ...
    Profile Photo
    last modified by rzubcevi
  • EJB lookup during server shutdown

    Guys,   I´m needing call a EJB on AS7 server shutdown, but when I try, I get the exception "No EJB client context is available" .   The resumed code :   @Stateless @LocalBean public class FirstS...
    Profile Photo
    last modified by fuinhaazul
  • Closing the subforum?

    Since most dev-discussionn takes place on the mailing-list or on #jboss-as7, would there be a point in closing this subforum to avoid confusion? Most posts here belong in the main JBoss AS 7 forum anyway. Or limit pos...
    Profile Photo
    last modified by nickarls
  • Disabling application deployment in JBoss AS 7

    I have a deployment architecture spanning in two different environments say X and Y. X has a standalone JBoss AS 7 and Y has a separate standalone JBoss AS 7. We have application abc.war and xyz.war and as part of the...
    Profile Photo
    last modified by arulprashanth
  • ClassNotFoundException (org.xml.sax.helpers.DefaultHandler) in a module

    Hi,   I am trying to deploy a web application within JBoss AS, where a class in a custom-built library (let's call it mylib.jar) extends org.xml.sax.helpers.DefaultHandler. As long as mylib.jar is situated in /...
    Profile Photo
    last modified by markus_s
  • To use LdapExtLoginModule with JaasSecurityDomain mbean - encode64 operation

    Hi,   I am trying to port security code which was running on jboss4 to jboss7. As a part of it I need to encode the bindCredentials. Previously I defined a bean in jboss-service.xml and was using it in code to ...
    Profile Photo
    created by veenaonnet
  • Need help to migrate JBOSS-Cache to Infinispan 5.1.x

    I am in process of migrating my application from AS-5.1.0 GA to 7.1.1. I have gone (at least it think I have) through all steps defined in the migration documentation.  The only part I am having issue is porting ...
    Profile Photo
    last modified by seyed.z
  • [jboss-modules] More public ModuleLoaders

    Hi,   I'm currently trying to integrate jboss-modules into Tomcat (https://github.com/hasalex/tomcat-modules), in replacement of the regular WebappClassLoader. I'm not sure to have a real use-case of that, but I...
    Profile Photo
    created by sewatech
  • Readonly transactions in session beans

    I am looking for something similar to read-only transaction in spring for JBoss 7.1.x. Does JBoss 7 and JPA2 supports something like that? Where I could find more information for it or for general performance optimali...
    Profile Photo
    last modified by lszymik
  • Log HTTP POST data in JBoss AS 7.1.1

    Is there an easy way to log HTTP POST/GET data in JBoss AS 7.1.1?  I'm trying to track a problem where I believe to be receiving an invalid post.  Is ther a way to output the raw data to the logs?   Th...
    Profile Photo
    last modified by justinksu
  • Install JBOSS tools on Eclipse Juno (4.x)

    Greetings:   I recently adopted Eclipse Juno for my IDE and went to the marketplace to install the JBOSS tools.  I noticed that there is only a package for Indigo and not one for Juno as of yet.   I a...
    Profile Photo
    last modified by iainnitro