Hi all,
Desperate, I'm working with jboss-3.2.3 and mysql, i can't deploy some ejb, i need to
map them to a different database, it's one database with 5 tables per context and i
have 10 context, since every instance on the ejb create the same tables i need to use
different database, bit i can'
Thanks, got it working did'nt repalce the mysql-jdbc2-service.xml file in the deploy
directory for the server i was loading
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826649#3826649";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826649
Hi,
I changed the default database to mysql did the changes in deploy dir to the xml as
the getting started guide says and modified the conf/standardjbosscmp-jdbc.xml to
reflect the default ds as mysql and when i restart jboss i get an error. How can i
correct it, can't seem to find the xml that
Hi All,
I have a question, i have 2 sites 2 different context's, how can i maintain the state
of a session ejb when i foward from one site to an other.
One site is running on https. same server, debian, apache, jboss 3.2.3 and tomcat
5.0.19
Any imput would help.
Thanks
http://www.jboss.org/ind
Hi all,
I have a small problem trying to conect to a remote bean im runing the remote on a
debian server with apache and jboss 3.2.3 on an other server im running tomcat-5.0.19
i got it to conect but the create method returns null
private Carrito carritoX = null;
public void jspInit() {