[JBoss-user] [Installation & Configuration] - Logging in JBoss 4.0.1

2005-01-17 Thread pani_rd
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. |

[JBoss-user] [JBossWS] - Re: Error while using SoapMessage.saveChanges()

2005-01-14 Thread pani_rd
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

[JBoss-user] [JBossWS] - Error while using SoapMessage.saveChanges()

2005-01-13 Thread pani_rd
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

[JBoss-user] [Security & JAAS/JBoss] - Error:

2004-07-08 Thread pani_rd
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

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-08 Thread pani_rd
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"

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-08 Thread pani_rd
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

[JBoss-user] [Beginners Corner] - [Newbie]: DataSource not binding to java:comp/env

2004-06-07 Thread pani_rd
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

[JBoss-user] [JCA/JBoss] - [Newbie] - DS not binding to java:comp/env instead binding t

2004-06-07 Thread pani_rd
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