[JBoss-user] [JNDI/Naming/Network] - How to protect a JNDI resource?

2006-06-16 Thread dhirendra_logicon
Hi, I am developing Entity Beans for the database on MySQL server. But i want that only these particular EJBs can connect with the database. I am using JBoss 4.0. My Datasource JNDI configuration is as follows: | | | | | jdbc/emallDB | jdbc:mysql://localhost/t

[JBoss-user] [EJB/JBoss] - How to print debug info inside EJB classes

2006-05-16 Thread dhirendra_logicon
Hi guys, Please tell me how to print debug info (Equivalent to System.out.println()) from inside the EJB classes, so that I can see the debug info in the server's log file. I am using JBoss 4.0.CR2 with Eclipse 3.1.1 IDE. Thanx View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - Problem in using System.out.println()

2006-05-04 Thread dhirendra_logicon
Hi, I am using System.out.println() command to print the debug informations in my J2EE applications. The Sun Application Server 8.1 used to output these in its server log file. But its not working for the JBoss. Please tell me what to do? Thanks View the original post : http://www.jboss.com/in

[JBoss-user] [EJB/JBoss] - Re: Problem in deploying BMP based web application

2006-05-03 Thread dhirendra_logicon
The problem solved. I was calling the database connection using the JNDI name "java:comp/env/jdbc/myEStoreDB" however it should be "java:jdbc/myEStoreDB". But it's very sad to know that there was not a single reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [EJB/JBoss] - Problem in deploying BMP based web application

2006-05-01 Thread dhirendra_logicon
Hi friends, I am a new bea in JBoss field. I have deployed web applications in Sun Application Server 8.1 using NetBeans 4.1. Now, I am trying to deploy my J2EE applications in JBoss using JBoss 4.0 (latest) with JBoss(1.5.1GA) - Eclipse(3.1.1). First, I want to test a simple Database Applicatio