• JBoss AS 7 Support for XDoclet tag @jboss.method-attributes needed

    Hello,   we are migrating from JBoss AS 4.0.5 to JBoss AS 7.1.3. We have a CMP Entity Bean (EJB 2.1) with a 1:n/n:1 relation (java.util.Set<ObjectXYZ>). When we load the Entity outside of a transaction (...
    Profile Photo
    last modified by erscan
  • JBossAS Roadmap for JavaEE 7 ?

    Will JBossAS 7 implement JavaEE 7 or is JavaEE 7 addressed by a later JBossAS version?
    Profile Photo
    last modified by juergen.zimmermann
  • How to specify a SAR's module dependencies?

    Hi all,   I'm trying to get a simple SAR deployed to AS7.  It has an mbean class in it that implements ServiceMBean.  However, when I deploy it, I get a ClassNotFoundException for ServiceMBean.  I...
    Profile Photo
    last modified by matt.drees
  • On the topic of missing resources

    The current upstream master currently says upon finding a mismatch in datasource definition/lookup something like   JBAS014775:    New missing/unsatisfied dependencies:     &#...
    Profile Photo
    last modified by nickarls
  • Using netty causes an classloader issue.

    Actually i am trying to implement a small tcp/ip server using google protobuf and netty. At the end an event handler from the netty pipeline will be called which passes the specified message to the server logic. Befor...
    Profile Photo
    created by merdmann
  • Using Log4J in AS7

    I'm trying to get a number of logging mechanisms to work in AS7 (standalone mode) in the context of JBAS-8429. JBoss logging works fine for me and my log messages appear nicely in the standalone/logs/boot.log file. ...
    Profile Photo
    last modified by bosschaert
  • JAR blacklist for deployment

    Countless times that I've seen, a JBoss system JAR somehow gets accidentally deployed to the EAR/WAR file that we are trying to launch on JBoss.   Instead of giving a warning or an error stating that your web a...
    Profile Photo
    last modified by ndipiazza
  • Managing passwords with the vault

    I followed the setup steps provided by Anil.   Using JBoss7.1.1.Final , urn:jboss:domain:1.2,  standalone mode.  Windows7 x64, jdk 1.7.   I get a 'Failed to parse configuration' error when insert...
    Profile Photo
    last modified by bdyerjboss
  • are there any other ways to invoke EJB except for @EJB  (lookup='JNDI')

    Hi all,   I want to inject an EJB obejct to another EJB object,  so I am well knowing that I can have it like   @EJB(lookup="java:global/project/SomeDAOImpl!com.company.dao.common.local.SomeLocal") p...
    Profile Photo
    created by yunshi
  • AS 7.1.1 : JNDI Look up for JMS connection factroy is not working

    Dear Experts, I am trying to write a sample program for JMS using Jboss. I went through the following link for how to use Jboss for JMS http://docs.jboss.org/jbossmessaging/docs/usermanual-2.0.0.beta1/html/usi...
  • org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list

    Hi All,   I am migrating an application from jboss 5.x to jboss 7.1.1 My application uses hibernate 3.3.1.GA, seam, jpa. I configured basic settings required for jboss 7.1. i am using oracle 10g database and I a...
    Profile Photo
    last modified by edimukc
  • Programmatically access JBoss Security realm

    I have defined a realm in standalone.xml which is:   <security-domain name="adbRealm" cache-type="default">     <authentication>         <login-...
    Profile Photo
    last modified by tapas.235711131719
  • How to use resin as XML parser in Jboss 7 standalone?

    We use XML transformations and our stylesheets make heavy use of resin specific code (java extensions). I was wondering how to use resin.jar (where the respective parsers reside)? I specify the SAX parser with a syste...
    Profile Photo
    last modified by frankmoss
  • Injecting custom resource factory with @Resource

    Dear JBoss Experts   I want to inject my own resource factory into a RESTful service using @Resource. For example,   @ApplicationPath("/foo/") @Path("/") class Foo extends Application {    ...
    Profile Photo
    last modified by andrewwinter77
  • Missing file from Nexus preventing build of Arquillian TestNG Integration

    After downloading the most recent codebase from git for jbossAS 7.2.0.SNAPSHOT, I recieved the following error: [INFO] ------------------------------------------------------------------------ [INFO] Building JBoss A...
    Profile Photo
    last modified by mikevan
  • Deploy multiple resource adapters (including ironjacamar.xml)

    Hi there,   In JBoss 7.1.1, is it possible to deploy two resource adapter rar's at the same time which both have their own ironjacamar.xml included in META-INF? I'm trying to do that and always get the error: &#...
    Profile Photo
    last modified by clubsoda
  • Two-phase commit using an XA-datasource

    Howdy! I'd like to ask a question about using an xa-datasource defined within my AS7 instance. What I did: I defined two different xa-datasources pointing to two databases What I need: I need to implement a two ph...
    Profile Photo
    last modified by jecmenb
  • How to use a JBoss AS7 JNDI Datasource, from a Spring hibernate project running outside server?

    How to use a JBoss AS7 JNDI Datasource, from a Spring hibernate project running outside server?   I am trying to find a way to access my JBoss AS7 JNDI Data Sources out side a web application. Can someone please...
    Profile Photo
    last modified by techsjs2012
  • AS7 getting slower

    Hello,   we have a real strange behavoir, which can´t be profiled with JProfiler cause it looks like a blocking inside JBoss before passing by any requests to our app. We are using a .WAR with Seam 2, JSF...
    Profile Photo
    last modified by renegritsch
  • Session replication using AS7 clustering, S3 PING, Amazon EC2

    Hello all,   I am trying to setup session replication using AS7 clustering, S3 PING and Amazon EC2 for the Seam booking EAR app.   So far, I have managed to get session replication working with two differe...
    Profile Photo
    created by silverdev