• 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...
  • AS 8 Testsuite Proposals

    Additional test grouping possibility Jira: https://issues.jboss.org/browse/AS7-5844 PR: https://github.com/jbossas/jboss-as/pull/3513 Motivation The tests are categorized into modules and then further to packages. T...
    Profile Photo
    last modified by ozizka
  • 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
  • not able to use jce libs in jboss 5.1

    hello,   environment:      java version "1.6.0_32"      jboss - 5.1   while porting an application over to jboss 5.1 - we have run in to this issue:   (http...
    Profile Photo
    created by geeky2
  • How to enable SSL on a newly created realm in JBoss AS 7.1

    Hi,   I have created a new realm called "MyRealm" and wanted to enable SSL on the realm in the standalone mode on JBoss AS 7.1  using the following link     https://docs.jboss.org/author/display/...
    Profile Photo
    created by ursudheesh
  • EJB 3.1 Timer Service Fail Over

    I am thinking about porting a Spring Quartz based application to EJB 3.1 to see if EJB has improved.  I am having problems understanding how fail-over works with the Schedule Timer Service.  In Quartz, there...
    Profile Photo
    created by nauvil
  • How To Deprecate an AS7 Attribute

    With AS7 7.2, we start to support deprecated attribute. Every time I face an attribute to deprecate I wonder if I have not forgotten to do something.   Here is the checklist to deprecate appropriately an attri...
    Profile Photo
    last modified by ctomc
  • problems starting JassSecurityDomain in 6.1.0.Final

    I am trying to make use of the JaasSecurityDomainIdentityLoginModule, but my deploy is failing ...   09:35:49,681 ERROR [AbstractKernelController] Error installing to Start: name=jboss.security:domain=ServerMast...
    Profile Photo
    last modified by stevemaring
  • application threads running on all clustering nodes

    Hi,   Our application is having threads on startup and more threads will be created on user interactions as well. These threads are being replicated (duplicated) across all nodes and hence all threads run which ...
    Profile Photo
    created by dpbabu
  • Encrypting Datasource Passwords with PBEUtils

    Hi everyone, I have been trying to follow the instructions in 17.2 of the security guide.  To that end I did the following:   1) Created a server.password using org.jboss.security.plugins.FilePassword and ...
    Profile Photo
    last modified by kevingscott
  • when i logined (1st time) to my project it is giving the error....but 2nd time it is not giving such type of error

    i am getting the following error.......i recently changed to jboss6.1 from 4.2.2...in 4.2.2 it is working fine but it's not working on 6.1 for the first time only(after server starts).....pls suggest me if any solutio...
    Profile Photo
    last modified by raghu88
  • JBoss 5.1 for SOA: how to enumerate all Endpoints

    Hi friends,   I unable to find information how to enumerate all regesterid in the AS Endpoints. One way I found - enumerate EPRs, but the EPR is not endpoint... My goal is to execute for each: for(Endpoint ep...
  • Why can't my EJB see common files inside war file?

    My DataProcessorBean packaged in an ear file can't find a local class(JDomUtils) during runtime. It compiles fine, it's accessible in my IDE, and I can see it also in the war file contained in the ear but getting th...
    Profile Photo
    created by markorocko
  • Deploying non-jars from a SAR in AS 5.1

    I am trying to integrate Apache Axis2 client using Rampart security from a JBoss sar. Part of the Rampart deployment is a *.mar file that needs to be on the classpath. I've added it to my sar but it does not seem to b...
    Profile Photo
    created by kc7bfi
  • How to register JSR109 handler in JBoss 5.1 for SOA?

    Hi everyone. I have JSR109 compat. handler (named jsr109test.ServerHandler and implemented javax.xml.rpc.handler.Handler inteface). What is required to edit in JBoss 5.1 (for SOA) configuration to start it working (c...
    Profile Photo
    last modified by michael.vengerovich
  • @Transactional + TwoPhase Commit

    Hi All,   I'm trying create a TwoPhase Commit, but, it appears not working fine. Look my structure:   Application.class -- with two business controller -- a method with @Transactional annotation, inside ...
    Profile Photo
    last modified by lucianoborges