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
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&
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
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
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