Log in to follow, share, and participate in this community.
Thread JBoss AS 6.1 Interceptors
JBoss AS 6.1 InterceptorsI try to create global interseptor with AOP in JBoss AS 6.1. I take realisation of standard JBoss interseptor http://grepcode.com/file/repository.jboss.org/nexus/content/repositories/releases/org.jboss.ejb3/jboss-ej...
AS7: Global EJB Interceptors?How can I define an interceptor for all EJB's on the server? I would like to measure response time on all EJB's without having to update the ejb-jar.xml in each of the EJB's. Is there an easy way to configur...
Thread Best practices: Persistence and Transaction
Best practices: Persistence and TransactionHi all, suppose you have the following architecture (running on JBoss AS 5.1): Session Bean A is called by a timer frequently, requests data from an external web service, and passes this data on to Ses...
Article java.lang.classnotfoundexception in debian
java.lang.classnotfoundexception in debianHello! I have some problems with the deployment of applications in Debian. When I do this in windows it works. This is a jboss log in debian: (It simple applications, I'm just starting)
Thread Building JBoss AS dependencies from sources
Building JBoss AS dependencies from sourcesHello, Community! My JBoss AS version is 6.1. Overview of my situation: - I want to build from sources some dependencies, which maven downloads through the AS building. - With maven dependency plugin...
Thread Server JBoss v5.0 at localhost failed to start.
Server JBoss v5.0 at localhost failed to start.Hello everybody, I get this error when I tried to start Jboss and in the console i get this message log4j:ERROR Failed to create directory structure: C:\Program Files\jboss-5.0.1.GA\server...
Best practices SAR/WAR communicationHi, What is the best practice to do that : i want to run a custom service when i launch JBoss, and a webapp (servlet/ws) to access objects of this service. the reason i want a separate service is tha...
Thread Problem with Web Application Deployment in JBoss EAP 5.1
Problem with Web Application Deployment in JBoss EAP 5.1Good night people in the community. I explain my problem, I have a web application made with JPA2.0 using EclipseLink2.0 (with jars: EclipseLink and javaxpersistence), when generating the war and raise it in an apache...
Thread jboss 4.2.3 and hibernate 4 - ear isolation
jboss 4.2.3 and hibernate 4 - ear isolationHello, I'm trying to make hibernate 4 work with jboss 4.2.3. I can't remove the default hibernate files from server/[my_config]/lib so I need to deploy an ear with the Hibernate4 jars included. The ear struc...
JSR portlet WS Integration ErrorHI, Im trying to integrate a JSR portlet with a outside web service. i was successful in deploying a JSR portlet the it worked fine. While trying to integrate the portlet with the outside portal via w...
Thread JBOSS repository and make with apache maven.
JBOSS repository and make with apache maven.Good day, My name is Arthur and I'm having some doubts regarding which to use the jboss repository (server application). I'm starting to defend a thesis in college about free software, but I have not found the main ...
Thread Invalidating session after making redirect="true" in struts 1.3
Invalidating session after making redirect="true" in struts 1.3Hi All, I am facing one issue while authentication. I an calling one struts action from which I am returning forward mapping. IN action mapping when I do redirect="false" it is taking me to that action but w...
Thread JAX-RPC Web Service can work in JBoss 5.1.0 GA ???
JAX-RPC Web Service can work in JBoss 5.1.0 GA ???Helloo! I have a web service developed long time back uisng JWSDP 1.4 (JAX-RPC). I am deploying its war file in JBoss 5.1.0, it do not give error on deployment, however when I try to invoke the web service usi...
Thread EjbContext CallerPrincipal is always anonymous
EjbContext CallerPrincipal is always anonymousHello, we're trying to setup a ldap authentication with the AS7.1 and we need help We manged it to authenticate with our ldap server, but now we have the problem, that when we call ejbContext.ge...