• Build with Java 7 and -source 1.6 leads to warnings

    Hello,   the 7.2.0.Final is using the enforcer plugin to require Java 7 as a build environemnt. At the same time it specifies -source 1.6.0 in some modules. This leads to some warning messages about having a wro...
    Profile Photo
    last modified by b.eckenfels
  • Jboss 6 or 7 temporary path Question

    Hi   In JBOSS EAP 6 is there an option that will allow you to change the location of the JBOSS server temporary directory. I am trying to run the JBOSS test suite but some of the test are failing because the te...
    Profile Photo
    last modified by chrostsj
  • Can't build JBoss AS 5.1.0 (any more?)

    Hi,   I have to do a little maintenance stuff on old JBoss 5.1.GA So I did a fresh checkout   $ svn co http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_1_0_GA/ $ cd JBoss_5_1_0_GA/build $ ./build.sh ...
    Profile Photo
    created by bha007
  • How recent are the JBoss AS 8 dependencies

    Hello,   with the help of http://versioneye.de, you can have a look at the compile and runtime dependencies of the jboss-as project (on GitHub). It is based on parsing the POMs. There are currently some minor gl...
    Profile Photo
    created by b.eckenfels
  • Cxf REST and hypermedia

    Can anyone please throw some light on the Cxf component of JBoss to be used with REST along with Hypermedia support... any pointers would be helpful, Thanx.
    Profile Photo
    created by javanand
  • is there a 7.2 prerelease announcement?

    Hello,   since 5 days there is a 7.2.0.Final-prerelease1 tag in the Git repository - and a switch to 8.0.0.Alpha1-SNAPSHOT on master.   But I havent been able to locate anny announcement in the User- or De...
    Profile Photo
    last modified by b.eckenfels
  • JBOSS 6 test Suite

    Hi   I am trying to run the JBOSS 6 testsuite, When it tries to deplpoy,  I am getting JMS is not active yet. The server log says that JBOSS is started. Is there a way to configure JMS?   Any ideas &#...
    Profile Photo
    last modified by chrostsj
  • JCA validation report generation

    Hello, I would like to strat discussion about this JIRA: https://issues.jboss.org/browse/AS7-528 which has been left to comminity. Description of the issue itself is not very descriptive   Validation report ...
    Profile Photo
    last modified by romanj
  • Remote EJB Context Initialization fails

    Hello all, i have a backend server application which is running on the jboss-7.1.1 server. This application consists of several statless beans. First the frontend and backend run on the same server and it works. N...
    Profile Photo
    last modified by mhille
  • Looking for JBoss 5.1 sample application sources that build with maven

    I'm looking for a small sample application that will deploy on JBoss 5.1.0, including the sources that will build with maven.  I've searched around and can't find anything.   Anyone have something they can ...
    Profile Photo
    last modified by sgold45
  • jira 5.1 on jboss 7.1

    I tried to deploy jira 5.1 on jboss 7.1, but it failed. Need help, thanks.   20:35:59,067 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "atlassian-jira-...
    Profile Photo
    last modified by lgl
  • Start Stop War-Ear programmatically in JBoss-5

    Hi,    Below is the script to start and stop the war/ear in Jboss programmatically. With this script am facing the below issue. Can anyone please let me know the changes that need to be done.   Issues...
    Profile Photo
    last modified by forum.khan
  • Adding an operation step handler for an existing subsystem

    Hi, First time post, so I hope this is the right section - apologies in advance if it's not!   Been struggling a bit with subsystems lately, and thought I was getting on top of it - but, I'm kinda stuck (so per...
    Profile Photo
    created by jimmythedog
  • @Inject in Custom JBoss Module

    I have the following in a custom module:         import javax.inject.Inject;     import org.slf4j.Logger;       ...       @Inject &#...
    Profile Photo
    last modified by jboss123user
  • Problem: DEBUG [org.jboss.web.tomcat.security.SecurityAssociationValve] Failed to determine servlet

    Hi! I have this error:   2013-01-23 11:54:17,015 DEBUG [org.jboss.web.tomcat.security.SecurityAssociationValve] Failed to determine servlet java.lang.ClassCastException: org.apache.catalina.realm.GenericPrinci...
    Profile Photo
    created by martingomez
  • rich:extendedDataTable, converted value and filter

    Hello all,   I want to filter a column of extendedDatatable, the value is convert.   In the memory, the value is 1 or 2, but in the screen I want to show "Buy" or "Sell".   But when I want to filter...
    Profile Photo
    last modified by kronn
  • Fail to propagate security Principal; Always 'anonymous'; Always 'caller unauthorized'

    Dear all,   it's my first time to send a post here, hope someone can help me to resolve my problem.   i've  been trying the sample code from j2ee 1.5 tutorial, and i encounter a problem about securing...
    Profile Photo
    created by lyipb
  • Facing conflict between Ipv4 and ipv6 ip address.

    I have  Ipv4 and ipv6 machine's trying to access web application in an server which has Ipv4  ip address. I am able to  access web application from machine with ipv4, but while accessing the same from m...
  • jBPM class cast exception in signal to ESB node

    Hello!, I am developing a web app using the jbpm api 3  for task and process control. When i execute a signal from my web app to a ESB node this is the exception log from jboss EAP 5: thanx for yur help. 18:1...
    Profile Photo
    created by edgol
  • Don't able to get the  SecurityAssociation.getPrincipal() value.

    Hi all,   I am trying to get the value of  SecurityAssociation.getPrincipal().getName value in my application after sucessful authentication, i am using Jaas secuurity for authentication. After sucessful a...
    Profile Photo
    created by garvitj