• Is there any client jar file dependency on jvm version?

    Hi,   I am using some middleware application to connet to JBOSS 5 using JMS connector. The Middleware environement has java1.4 HP-UX and JBOSS 5 is running on Windows environment where Java 1.5 is installed. I a...
    Profile Photo
    created by neeraj.mishra
  • Start a javastandalone program in Jboss startup !!

    Hi,   I am a new bee to jboss . I have a requirement to start a java standalone application while starting the jboss (i.e while starting the ./standalone.sh ) in Jboss as 7.... where should i provide this in the...
    Profile Photo
    last modified by sgandhi
  • What is the expected behavior for a bean with @RunAsPrincipal

    I have question regarding @RunAsPrincipal for version JBoss AS 5.1 and how it should work.   We have a quartz scheduler running, which 1.) create an InitialContext based on the specified SECURITY_PRINCIPAL and S...
    Profile Photo
    created by fharms
  • AS7 Cluster Howto

    Note:   This article has moved to: https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto Please fetch the newest version from above link
    Profile Photo
    last modified by weinanli
  • force a commit in EJB3

    Hello everybody,   I'm working with JBoss5 and Oracle11g. I do a couple of inserts and a select inside a stateless bean's method. More precisely:   -insert into A values (...); -select * from A where ...;...
    Profile Photo
    created by fpezzati
  • AS Testsuite Requirements

    This should be a concise list of requirements for the AS 7 testsuite. There are some documents already, plus discussions on mailing list This should be a shorter aggregation of all of them, kind of check-list. It's...
    Profile Photo
    last modified by dlofthouse
  • jsf using *.xhtml or other

    I'm using JBoss 7.  When I created an index.xhtml file, I was able to access it via http://server/appname/index.jsf.  I'm also able to redirect to /index.jsf from the server.  I can download the .xhtml ...
    Profile Photo
    created by jchamber
  • JAXP issue with Java 1.6.0_25, Jboss 6.0

    I use JAXP in my application and it works with jboss 5 and 5 but not 6.0. Not sure why am I getting the error message bellow.   15:40:17,427 ERROR [LogInterceptor] Unexpected Error in method: public abstract vo...
    Profile Photo
    last modified by usdev
  • Configure Quartz in stand-alone mode

    Hi,   I have a stand-alone Quartz mode's question, and I don't found answer anywhere.   I want to configure a Jboss 5.1 server, with a Quartz in stand-alone, looks like a HornetQ stand-alone mode.   ...
    Profile Photo
    created by davilinho
  • Injecting Ehcache without Seam

    I'm running JBoss 5.1.0.   I have an EJB marked as a web service using the @WebService annotation.  At the moment, this EJB is being packaged into an EAR file without an additional WAR file.   I'm try...
    Profile Photo
    created by edwardpig
  • Question about JBoss AS and Java.

    Do java programmers using JBoss tend to use their api jar libs, like javaee.jar, to code JBoss Server programs (by including relevant jar,war,ear files to the server later), or do they depart from this, and rely on ...
    Profile Photo
    last modified by fredfred
  • Error in zip file

    Hi,     I'm running the latest 6.0.0-SNAPSHOT on Sun 1.6 JDK (Windows).     I have a war with a jar with a faces-config.xml in META-INF. When I deploy I get a   09:22:15,811 SEVERE [config]...
    Profile Photo
    last modified by nickarls
  • Recommended JBoss 6.1.x build

    Hi,   I'm experiencing some issues with JBoss 6, messaging (HornetQ 2.5.5) and also logging. Since JBoss 6.1.0 was released a while ago, I'd thought that trying out a version from the CI server might be a good i...
    Profile Photo
    created by florian.kunz
  • Failed to resolve global element binding {http://www.springframework.org/schema/beans}beans

    Hi all, im using jboss 6 with spring 3.1 library, i have an error when i deploy my application (note: the same application was deployed in weblogic application server without problem)   could anybody help whit t...
    Profile Photo
    created by cavalos2
  • Transaction is not active!?

    We run JBoss 5.1 and after awhile the java process hits 99% cpu and the whole system "hangs".   The logfile gets filled with things like this:   javax.transaction.RollbackException: [com.arjuna.ats.intern...
    Profile Photo
    last modified by eminil
  • Suspending WebMethod invocation

    Hello folks,   Since Servlet3.0 it is possible to suspend servlet requests with AsyncContext. The doXX Methods wont close the response and will be called again when an timeout occurs or the request is resumed by...
    Profile Photo
    created by avithan
  • Call external OSGI bundle from EAR package

    I follow this tutorial http://netbeans.org/kb/docs/javaee/maven-osgiservice-cdi.html I'm interested is it possible to replace the simple web client (WAR) package who calls the OSGI bundles with the EAR package. I want...
    Profile Photo
    created by rcbandit
  • Custom logger on AS 6

    Hi,     I've played around with a custom log4j-logger but so far, no go. What I've done:   I've packed my logger in a jar in <JBOSS_HOME>/server/default/lib, the logger looks something like ...
    Profile Photo
    last modified by nickarls
  • JMX Services

    Hi, all         Is there any way to deploy my JMX Beans in a WAR or EAR package? I have them in a SAR package and I'm facing some problems. In my project there is a singleton that must a...
    Profile Photo
    created by ortolanph
  • JBoss startup order

    Hi, I have a strange Spring issue when starting Jboss 4.3, I have a Spring bean defined which is created and instanciated correctly during the initialisation of the Application Context but then later in the Jboss star...
    Profile Photo
    last modified by david-brighton