[JBoss-user] IDSDriver & Connection Pool

2001-06-22 Thread Jérôme Audouy
Hi, I use this config for the IDS Driver to use Connection Pool, and it not works. someone can help me, please ? org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,ids.sql.IDSDriver SQLServerPool org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl j

Re: [JBoss-user] jboss.jcml, MySQL

2001-06-22 Thread Roy Yip
Hi Richard, It seems your JBOSS couldn't load "org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl".class from the classpath. This class file should be packed in "minerva-1_0b3.jar" and you should be able to find it in %JBOSS_HOME%\lib\ext (I'm using JBOSS 2.2.1). If you find you've missed the

RE: [JBoss-user] Minerva DataSource Error

2001-06-22 Thread Reynir Hübner
well your JDBC-connection URL is not correct (it´s missing @-sign) correct would be : jdbc:oracle:thin:@hostName:portNumber:InstanceName this should be the config for you then : jdbc:oracle:thin@spirou:1521:AGENCE bye Reynir Þór Hübner [EMAIL PROTECTED] www.hugsmidjan.is -Original Me

RE: [JBoss-user] Urgent: storing vector in the database

2001-06-22 Thread RRokytskyy
Hi, > >true >false >false >false >300 >false > I would move your false from the into your that has Vector field. I hardly believe that you want to switch off tuned updates for _all_ CMP beans... This is nice feature and works almost all

RE: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread Lewis Henderson
There is a problem between JBoss & Tomcat embedded which means that the full classpath is not being handed on to the JSP's. I have a HACK!!! which adds the WEB-INF/classes and WEB-INF/lib/*.jar onto the 'common classpath'. I am not sure if this is a valid thing to do! I have attached the hack...

RE: [JBoss-user] Jboss and RMI problem on Solaris

2001-06-22 Thread RRokytskyy
Hi! I had similar problem with JBoss, however, I had quite sophisticated packet filtering there. So, I had to enable the communication between both hosts (both were running Solaris). Also I had to add the localhost to the /etc/hosts.equiv file. Maybe this will help in your case too. If such fil

[JBoss-user] problems with server with 2 network cards

2001-06-22 Thread Patrick Buchinger
hi everybody! i have a server with 2 network cards in it, one is connecting to the internal network (let's say ip=192.168.0.100) and one is connecting to the internet (let's say ip=212.172.122.17). the os of the server is linux (kernel 2.2.16). the server also is the gateway from the internal

[JBoss-user] Re: Table not found

2001-06-22 Thread Ralf Purnhagen
Order is a reserved word in SQL. Try to give your table another name (through jaws.xml). Ralf Boris Garbuzov wrote: > > Server says, it successfully deployed my CMP application, but client's create method >fails. What could it be? > > -client code-- > OrderRemote remote

[JBoss-user] jsp only

2001-06-22 Thread Richard Bottoms
Can someone do a simple JSP only app deployed using an .EAR file. I want to deploy an .EAR file with only JSP pages in it, no calls to EJB's or page redirects. Thanks, r.b. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net

[JBoss-user] Re: Two Questions: Connection is broken and POP3 locking

2001-06-22 Thread Ralf Purnhagen
Tim Sawlor wrote: > > I am occasionally getting a "Connection is broken" message from > Hypersonic, when I am trying to create an CMP entity bean. It happens > intermittantly, and I haven't been able to piece together the exact set > of circumstances that causes it yet. Anyone have any ideas? Pe

Re: [JBoss-user] jboss-jetty problem - stack traces

2001-06-22 Thread Julian Gosnell
Hhmmm... That's the trouble, you add code to make something more robust, and end up just introducing a new problem. I'll stick up a new build tonight and this one will fly ! I don't understand how I managed to deploy onto my copy last night - perhaps we are using very different config files. My

Re: [JBoss-user] jboss.jcml, MySQL

2001-06-22 Thread Richard Bottoms
>1. Make sure you've got the JDBC driver jar file >"mm.mysql-2.0.4-bin.jar" and put it into %JBOSS_HOME%\lib\ext. It will >be loaded into classpath automatically when you start JBOSS. >2. Create a new database record in mysql, let's call it "sample". >3. Create a new "temp" table with sql statemen

Re: [JBoss-user] Tomcat/Jakarta Struts

2001-06-22 Thread SRadford
Not a solution at all, just a statement. I deploy Struts WAR's into jboss (Embedded Tomcat) with no problem. Sean Grim Shiel

RE: [JBoss-user] Petstore deployed on JBoss 2.2.* ??

2001-06-22 Thread Simon Moses
Hi Faisal, this was the same error I had at one stage. I think that the jboss-web.xml file your are using is not correct. The jndi name for the ShoppingClientController is: ejb/scc TheShoppingClientController However, this should be: ejb/scc/Scc TheShoppingClientController The

Re: [JBoss-user] Is it possible to have something "cached" in EJBwithout storing it in the DB?

2001-06-22 Thread ZHU Jia
Thanks for your kind reply! [EMAIL PROTECTED] schrieb: > What do you think about stateful session beans? > For example, if you take the stateful session bean, you have the > conversational state. Having the big cache you can expect that your bean > will remain in memory. At least, when the bean

Re: [JBoss-user] Petstore deployed on JBoss 2.2.* ??

2001-06-22 Thread Faisal Abdallah
hi Me too I am having the same pb with ejb bounding :This is what I get so far Server Error ejb not bound Oops! Your request cannot be completed. The server got the following error. com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException: ejb not bound at com.sun.j2ee.bluep

<    1   2