• Experimenting with Single Installation Patching

    Instructions for experimenting with the "Single Installation Patching" feature currently being developed.   These instructions assume basic git knowledge and knowledge of how to work with the AS 7 code base. See...
    Profile Photo
    last modified by emuckenhuber
  • 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
  • MySQL := hibernate problem

    Hello,   As I saw here, I added \\ to the query     set @row = 0; select u.id, u.facebook, u.firstName, u.lastName, u.credit, (SELECT row FROM (SELECT id, @row \\:= @row+1 AS row from Users OR...
    Profile Photo
    last modified by kirilik
  • 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
  • Audit Logging Design Notes

    Design notes for work on https://issues.jboss.org/browse/WFLY-456 (formerly https://issues.jboss.org/browse/AS7-444).   My current development topic branch for this is https://github.com/kabir/wildfly/tree/WFLY-...
    Profile Photo
    last modified by kabirkhan
  • AS 7 Management versions

    This shows the management versions of the various subsystems for released AS 7 versions. The tables are generated by starting the target AS 7 version using standalone.sh --server-config=standalone-full-ha.xml and runn...
    Profile Photo
    last modified by brian.stansberry
  • WildFly Web Container Security Use Cases

    << Back to AS8 Security Dashboard   I want to capture some of the use cases I can think of here so they are recorded and communicated to the Undertow dev team.   1.  Mechanisms  We need...
    Profile Photo
    last modified by anil.saldhana
  • WildFly Security Dashboard

    Security UseCases/Discussions References     This article will act as the central dashboard for all security related discussions and articles for JBoss AS8. Security UseCases/Discussions (Please pl...
    Profile Photo
    last modified by ctomc
  • 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
  • AS8:  JBoss Security Manager Implementation Plan

    << Back to AS8 Security Dashboard     This wiki article will propose an implementation plan for the security manager related changes for JBoss AS8.   Background  Please follow https://commu...
    Profile Photo
    last modified by anil.saldhana
  • AS8:  JBoss Security Manager discussion

    << Back to AS8 Security Dashboard         David M Lloyd, Stefan, Flavia and I had a high level discussion on supporting Java Security Manager in AS8 in line with the needs of EE7 and JBoss M...
    Profile Photo
    last modified by anil.saldhana
  • 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
  • JBoss Jaas Jersey Rest Authentication and forwarding

    Hi,   I have the following Rest service which bypasses the form login and instead authenticates via the Rest service. This is working fine EXCEPT......I need to call the rest URL twice before I am forwarded to t...
    Profile Photo
    last modified by coenos
  • Missing user.properties

    We have a web application that uses com.sun.security.auth.callback.TextCallbackHandler, javax.security.auth.login.LoginContext and com.sun.security.auth.module.NTLoginModule to do Windows NT security. I've been using ...
    Profile Photo
    last modified by cbsoth00