[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Problem with JSP Output while using Custom TagLibs

2006-04-10 Thread baba79au
Hi I need an urgen help.. Please try helping me.. ! Thanks in advance.. Environment Running under: JBoss Version : 4.0.2 |JDK Version : 1.4.2 | | I am using the Custom Tag Lib to iterate over the data. I am having a problem with the output of the jsp while using the custom

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in accessing Connection Factory

2006-04-03 Thread baba79au
Hi I think there must be some sort of good documentation be provided on JBoss JMS features. As of i know i am really exhausted, it took totally 2 weeks to fix this error for me. I was continually searching on the net and then i came to the conclusion that I am not going to get any sort of

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in accessing Connection Factory

2006-03-30 Thread baba79au
Hi Thanks for your reply, I tried accessing java:/JmsXA, but agian the same error was thrown. Any suggestions please. I really need help solving this issue. Regards Bava S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933914#3933914 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Problem in accessing Connection Factory

2006-03-30 Thread baba79au
Hi I am new to JBoss. I am having a problem accessing the ConnectionFactory to send a Message to Queue. The code i have used is below: InitialContext ctx; QueueConnectionFactory cf; QueueConnection connection; QueueSession session; Queue destination; QueueSender sender; TextMessage

[JBoss-user] [Installation, Configuration Deployment] - Problem in accessing Connection Factory

2006-03-29 Thread baba79au
Hi I am new to JBoss. I am having a problem accessing the ConnectionFactory to send a Message to Queue. The code i have used is below: InitialContext ctx; QueueConnectionFactory cf; QueueConnection connection; QueueSession session; Queue destination; QueueSender

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in accessing Connection Factory

2006-03-29 Thread baba79au
I would like to know is there any configuration setting to be added/enabled to activate the ConnectionFactory. Please help me... Thanks for your help.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933587#3933587 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: PrimaryKey class Error occured on JBOSS

2006-03-05 Thread baba79au
Hi Dimitri, I had a look for double deployment of EJB, but i couldn't find any. So any clue why this is happening? Regards Baba S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928085#3928085 Reply to the post :

[JBoss-user] [EJB/JBoss] - PrimaryKey class Error occured on JBOSS

2006-03-01 Thread baba79au
Hi, Environment: Application Server : JBoss 4.0.2 | EJB Version : 2.0 CMP I'm getting this error when i try to access my ejb. The following is the error: javax.naming.CommunicationException [Root exception is java.io.InvalidClassException:

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in getting database connection

2006-01-31 Thread baba79au
Hi, thanks for your response. My JBoss AS Version is 4.0.2. So are there any references i can take a look at. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920834#3920834 Reply to the post :

[JBoss-user] [Testimonials] - Re: Problem in getting database connection

2006-01-31 Thread baba79au
Hi fbiaggi, thank you very much, this config solved my problem. Thanks for your support. Regards baba S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920843#3920843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920843

[JBoss-user] [Installation, Configuration Deployment] - Problem in getting database connection

2006-01-26 Thread baba79au
Hi, I am using the JBoss App Server, Informix Database. I am getting a problem to get the jdbc connection, while my EJB are doing well. When i try to get the database connection from standard java class using this code: private Connection getConnection() { try { //this function returns

[JBoss-user] [Testimonials] - Problem in getting database connection

2006-01-23 Thread baba79au
Hi, I am using the JBoss App Server, Informix Database. I am getting a problem to get the jdbc connection, while my EJB are doing well. When i try to get the database connection from standard java class using this code: private Connection getConnection() { try { //this function