Thread rich:extendedDataTable, converted value and filter
rich:extendedDataTable, converted value and filterHello 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...
Thread Facing conflict between Ipv4 and ipv6 ip address.
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 ProposalsAdditional 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...
Thread jBPM class cast exception in signal to ESB node
jBPM class cast exception in signal to ESB nodeHello!, 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...
Thread Don't able to get the SecurityAssociation.getPrincipal() value.
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...
not able to use jce libs in jboss 5.1hello, 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...
Thread How to enable SSL on a newly created realm in JBoss AS 7.1
How to enable SSL on a newly created realm in JBoss AS 7.1Hi, 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/...
EJB 3.1 Timer Service Fail OverI 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...
How To Deprecate an AS7 AttributeWith 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...
Thread problems starting JassSecurityDomain in 6.1.0.Final
problems starting JassSecurityDomain in 6.1.0.FinalI 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...
Thread application threads running on all clustering nodes
application threads running on all clustering nodesHi, 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 ...
Thread Encrypting Datasource Passwords with PBEUtils
Encrypting Datasource Passwords with PBEUtilsHi 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 ...
Thread JBoss 5.1 for SOA: how to enumerate all Endpoints
JBoss 5.1 for SOA: how to enumerate all EndpointsHi 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...
Thread Why can't my EJB see common files inside war file?
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...
Deploying non-jars from a SAR in AS 5.1I 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...
Thread How to register JSR109 handler in JBoss 5.1 for SOA?
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...
@Transactional + TwoPhase CommitHi 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 ...