• SessionContext switches between former logged in users

    Hi there,   i have a problem with user authentication in ejb layer.   i am using Jboss 7.1.1 Final, but had the same problem with Jboss 5 and 6. I have a custom login module defined in the standalone.xml ...
    Profile Photo
    last modified by giga
  • EJB bean is not working in Multi threading of JBoss 7.1.1 Final

    am getting "java.lang.IllegalStateException: No EJB receiver available for handling"  exception in my JBoss 7.1. am using multithreading, in single thread the ejb bean is working. in thread call if am using run()...
    Profile Photo
    last modified by bijoyjp
  • JSP compiler JDK1.7

    Where can I set the parameter "compilerTargetVM" for JSP compiler on JBoss 7.
    Profile Photo
    last modified by cdschorsch
  • A debuggers guide to 'AS7 Internal Architechture Overview'

    Introduction   Since Brian Stansberry was kind enough to write an article on the AS 7 interal architechture, the aptly named "AS7 Internal Architecture Overview", https://community.jboss.org/wiki/AS7InternalArc...
    Profile Photo
    last modified by nickarls
  • JBoss Basic Authentication problem

    I followed a tutorial for a J2EE web application and so far it works great. But I got stuck at the security step. The web app uses a H2 database for persistence and the authetication is supposed to use user informati...
    Profile Photo
    created by peterfrisch
  • Deploy portlets for Liferay 6.1.2 running on JBoss 7.2.0

    Hi Guys   I was wondering if anyone could help me out. I recently installed Liferay 6.1.2 on our JBoss 7.2.0. No problems with setting up the environment. Documentation was really helpful. But now I'm not making...
    Profile Photo
    last modified by sebastian.sommerfeld
  • My Jboss eap 6.10 Deployment of war failure

    Hello, My application war works fine in jboss eap 4.3 but same war I am unable to deploy in Jboss EAP 6.10. Please help me why its failing. JBAS014775:New missing/unsatisfied dependencies service jboss.naming.cont...
    Profile Photo
    last modified by lf_86
  • Change Exception Language

    Hey   I have an jBoss AS 7.1.1 Final. Normally i get all exceptions in english but somtimes the come in german, like this:   SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (http--0.0.0.0-...
    Profile Photo
    last modified by nliechti
  • Disabling a module in jboss 7

    Is there a way i can disable a module in jboss 7.1.2?   our base jboss installation currently is read only with only logs, deployments and configurations being writable. One of the modules that comes with the j...
    Profile Photo
    last modified by davisonri_k12
  • Difference between returning ic.lookup(jndiName) and PortableRemoteObject.narrow(objref, classType)

    Hi,   I'd like to know the diff between   return PortableRemoteObject.narrow(objref, classType);   and   return ic.lookup(JNDIName);   Can I use  " return PortableRemoteObject.narrow...
    Profile Photo
    created by vandiesel
  • Hack JBoss AS 7 (7.2.0.Final) to add myfaces-2.1.12 as default jsf implementation.

    As Stan Silvert described in his article 'Design of AS7 multi-JSF feature' : Currently, AS7 ships with two JSF implementations, a JSF 2.1 implementation and a JSF 1.2 implementation. But AS7 didn't ship with myfaces ...
    Profile Photo
    last modified by zhouyaguo
  • How to include the system classes in Jboss module?

    Some of the resources requires classes from the Java runtime (like org.w3c.dom.Element).  The default filter does not allow the delegation to go to the system class loader.   I noticed that I can do the fol...
    Profile Photo
    created by billyuen
  • Jboss with ejb3.1 jpa and JSF2 project.IDE:eclipse MYSQL

    Hi everyone, i work on web project with ejb3.1 jpa and JSF2 IDE :eclipse MYSQL jboss 7.1.1 when i want to access to my database for CRUD operation i have these errors. PS: i use jpa tools for my class model a...
    Profile Photo
    created by mandylouza
  • Module Compatible Classloading Guide

    Introduction  Modular classloading has a much greater focus on isolation and separation than traditional hierarchical models, so it is far less forgiving about using the "wrong" classloader. Unfortunately, this ...
    Profile Photo
    last modified by unratito
  • Management Layer Access Control

    This article is deprecated:Please refer to https://community.jboss.org/wiki/AccessControlNotes until we publish the final access control documentation Role based access control to the AS7 management layer.   Cor...
    Profile Photo
    last modified by heiko.braun
  • org.xmlpull.v1.XmlPullParserException: resource not found:

    I am converting a Jboss 4.0.2 application to Jboss 7.2 which uses an XML pull library. This all worked fine in JB4.   There is an issue where the following occurs.   I am using an Xml Pull jar named: xpp3...
    Profile Photo
    created by bill.rosenberg
  • Configuration for server.log file in Jboss 7.1.1

    hi all,   Currently, I using the Jboss 7.1.1 but I do not know how to configura the size for server.log file for it. I expect that when the size of server.log file is exceed 10MB, it will split to other file and...
    Profile Photo
    last modified by hondacodon
  • VisualVM -> JBoss AS 7.1.1

    Hi,   how can one access with VisualVM 1.3.3 the mbeans in JBoss AS 7.1.1 on a remote machine?   The solutions in the theads below do *not* work for me, VisualVM just does not connect.   Thanks, Jue...
    Profile Photo
    last modified by weberj
  • CDI vs. ManagedBean

    JBoss EAP 6.1 I have the following JSF   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/x...
    Profile Photo
    last modified by marcusdidiusfalco
  • using cli to update indivdual value in LIST

    I have a custom-handler configured in Jboss 7.1.1 standalone.xml and an attribute of a custom-handler are the properties. See:   https://docs.jboss.org/author/display/AS71/Logging+Configuration#LoggingConfigurat...
    Profile Photo
    created by fdominguez