Hi,
Problem: Not able to use application specific log4j.xml in jboss 4.0.1
Details:
I'm trying to migrate one of my application from JBoss 3.2.3 to 4.0.1.
In Jboss 3.2.3, following lines in jboss-web.xml helped myApp.war to use its
own log4j.xml and print its log in a separate log file.
|
Hi,
I'm not using any of JBoss's Web Service. I'm having a servlet which extends
JAXMServlet. Then in onMessage() I have implemented to receive, validate &
parse the SOAP Message that is coming in. During the process I do load my DTO's
and make the business call.
Based on the response from the
Hi,
I have an application which is working fine in JBoss 3.2.3.
Now, I'm trying to port it to JBoss 4.0.1. When I send a SOAP Message, the
application's business logic does its work and tries to throw back a
SoapMessage. While constructing a Soap response, its throwing an error exactly
at Soa
Hi All:
Here is my setup:
Standalone Tomcat (hosting my WAR)
Standalone JBoss (just hosting my EJB's)
When I try to access my EJB from Tomcat(through a facade/DAO), I get the following
exception in the JBoss prompt:
| 13:33:57,340 ERROR [LogInterceptor] EJBException, causedBy:
| java.lang
anonymous wrote : As for the last reply on the topic: ENC is private to each
application component. An application component environment is a local environment
that is accessible only by the component when the container's thread of control is
interacting with it. Bean2 cannot access "java:comp"
Thanks for the reply.
I understand that I can define a resource reference and look-up for the resource
reference in the ENC and access an object that's tied to that Context.
Also, my understanding is that ENC are declared in the client side, meaning from the
place where you want to access the s
Hi:
I'm posting this message after googling for about 2 days and was not able to find a
solution.
I'm trying to access a Postgres Database through JNDI in JBoss 3.2.3.
My problem is, the Data Source I'm using is getting bound to "java:" instead of
"java:comp/env" ('am using the default Namin
Hi:
I'm posting this message after googling for about 2 days and was not able to find a
solution.
I'm trying to access a Postgres Database through JNDI in JBoss 3.2.3.
My problem is, the Data Source I'm using is getting bound to "java:" instead of
"java:comp/env" ('am using the default Naming S