• Accessing Quartz Job's from stateles EJB

    Hi,   1. we generate generated emails by (WAR).   2. verify them using a stateles EJB and   3. send them each hour (Quartz-SAR).     My EJB is stateles, so i need to collect the mails on ...
    Profile Photo
    created by n0cturne
  • Can you replace HornetQ with WebSphereMQ or run both?

    We are currently running JBoss 4.5 using WebSphereMQ as the messaging system.  I would like to upgrade to JBoss 7 but I need to know if we can either replace HornetQ with WebSphereMQ or can both messaging systems...
    Profile Photo
    last modified by drathnow
  • Link to external libraries - JBoss as 7

    My application prova.war must use external libraries. Where do I place these libraries and how do I link from my application? Do I have to use modules? Or I can link to external libraries in some other way? When using...
    Profile Photo
    last modified by antonio_bruno
  • ClassLoadingConfiguration

    Please help me with something:   I create a jboss-web.xml file   <?xml version="1.0" encoding="UTF-8"?>  <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 5.0//EN"   &#...
    Profile Photo
    created by mbehr
  • ClassNotFoundException: javax.servlet.ServletContextListener

    I have a Java EE 5 application (attached) with contents as follows (I've narrowed down my real application to the following test case which isolates the problem): |- META-INF/application.xml (declares web-module.war) ...
    Profile Photo
    last modified by shelleyb
  • HTTP - 404 error

    Hi,   I am gettting the following exception. I migrated from SEAM 1.2 to SEAM 2.2. This works fine when SEAM 1.2 is used.   HTTP Status 404 - /PerfmWeb/home.seam type Status report message /PerfWeb/home.se...
    Profile Photo
    created by shpit
  • Cannot find target references . /home.xhtml etc in pages.xml

    Hi, I am using SEAM 2.2. Please find the pages.xml below. All the *.xhtml pages are located under WEBCONTENT. After building the project it gives "Cannot find targeted resources for all : home.xhtml,error.xhtml,log...
    Profile Photo
    created by shpit
  • Interactive Application Deployment

    In JBoss 7, is there a way to interactively deploy an application? In other words, rather than manually creating JBoss deployment descriptors prior to deployment, is there a way for JBoss to prompt the deployer for in...
    Profile Photo
    created by shelleyb
  • Web Context Root Lookup

    I'm trying to lookup the web context root URL from JNDI per the Servlet 3.0 Specification: 15.2.3 JNDI Name for Web Module Context Root URL The name of the pre-defined java.net.URL resource for the context root of a ...
    Profile Photo
    created by shelleyb
  • JBoss 7 and JSR-77

    Is JBoss 7 JSR 77-compliant? According to this article, the ejb-management.jar may be deployed to make the MEJB available, however, (1) the ejb-management.jar doesn't appear to be available in JBoss 7, and (2) JSR 77 ...
    Profile Photo
    created by shelleyb
  • How to dynamically qualify a CDI event, when qualifier has members

    Hi guys, hopefully this it the right forum for this question about Weld and CDI... It's runing on AS6 with Weld 1.1.2.Final.   I want to dynamically provide the qualifier on a CDI event to be fired. With qualifi...
    Profile Photo
    last modified by benkirby
  • JBoss-6.1.0-SNAPSHOT - Adding @WebService causes EJBException "Named query not found"

    Hi   We faced an issue when a webservice annotation is added to a session bean and there are two persistence units defined. All of them are in the same ejb module defined and packed in an ear. The behaviour is n...
    Profile Photo
    last modified by rbattenfeld
  • jboss-6.1.0-SNAPSHOT - Calling getBusinessObject in PostConstruct of a Singleton Bean

    Hi Jairikan   Thanks again for the chat on #jbosstesting from yesterday.   I tested the @startup with ejb-jar.xml settings. The issues seems to be fixed. But I still have problems regarding the singleton ...
    Profile Photo
    last modified by rbattenfeld
  • (MSC service thread 1-9) java.lang.StackOverflowError

    I am migrating an existing production AS 4.2.2 application to AS 7. I have run into a stack over flow condition in the MSC service thread when I deploy my AS 7 application and I am not sure how to diagnose it.  H...
    Profile Photo
    last modified by zekela104
  • AOP in jboss AS 7

    Is AOP suppoerted in new release of JBoss AS 7? I do not see any jars or confif files related to AOP in Jboss As 7. If it is supported where to find these jar and config files in Jboss AS 7?
    Profile Photo
    last modified by naginkothari
  • Classloader issue when invoking EJB method via JMX

    Hi, I'm currently using AS6.final, with Weld upgraded to 1.1.1.final. EAR class isolatation is turned off. I have an EJB singleton, that I've registered with JMX - the EJB class is packaged in a JAR within an EAR. Whe...
    Profile Photo
    last modified by benkirby
  • JBoss 6.1 build hangs at "JBoss Application Server EmbeddedAS TestSuite"

    Hi, I'm trying to build JBoss from source code, but I face a problem with build hanging at "JBoss Application Server EmbeddedAS TestSuite":   [INFO] --------------------------------------------------------------...
    Profile Photo
    last modified by tskorka
  • jboss5 to jboss 6 migration - plzzz help

    Hi All,   I just deployed my applciaton in jboss 6 and I am getting the big stack trace..    This is the main error: Can anyone plz help asap   Unexpected error during load of:javax.xml.transfo...
    Profile Photo
    last modified by shilp_k
  • JBoss 6.1 release

    I'm guessing there's no official decision about when and who provides it. But there are community people (including me) who would like to contribute to the 6 release tree.   What would it take to fold in, at pre...
    Profile Photo
    last modified by genman
  • Destroying connection that is not valid, due to the following exception [com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset]

    Hi everyone, I'm facing the following problem in a Server runing Linux with JBoss AS 4.2.2, JRE 1.6, and MSSQL Server 2005 with JDBC 2.0 (sqljdbc4.jar). The thing is: on friday morning I started up the server and eve...
    Profile Photo
    created by cmastrantono