[JBoss-user] Multiple apps and datasources

2001-04-01 Thread Lac Sanh La
Hi All, I am trying to deploy two sites point to two separate database. The three set of data are created correcty Default, DefaultDB and DefaultDB_1. When start the applications they all point to Default. How can I config JBOSS to point to the appropriate one ? Thanks! Lac [JDBC provider] S

Re: [JBoss-user] Illegal Access Exception

2001-04-01 Thread jBoss Monkey
Thanks  Scott, that explains the problem. Let me give a try. May be we should make the error message more user friendly. ~jm >From: "Scott M Stark" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [JBoss-user] Illegal Access Exception >Date: Fri, 30 Mar 2

Re: [JBoss-user] Illegal Access Exception

2001-04-01 Thread jBoss Monkey
That will be great. Looking forward for this fix.  Thanks,   ~jm >From: Dan Christopherson <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [JBoss-user] Illegal Access Exception >Date: Fri, 30 Mar 2001 16:19:53 -0600 (CST) > >On Fri, 30 Mar 2001, jBoss M

[JBoss-user] JBass Doc download?

2001-04-01 Thread Ling Wang
Hi all, Can anybody tell me how to download the latest JBoss documentation so I can read it locally instead of getting the inforamtion through my phone wire every time? Your help will be appreciated. Ling Wang _ Get your FREE dow

[JBoss-user] JBoss Doc download?

2001-04-01 Thread Ling Wang
Hi all, Can anybody tell me how to download the latest JBoss documentation so I can read it locally instead of getting the inforamtion through my phone wire every time? Your help will be appreciated. Ling Wang _ Get your FREE dow

Re: [JBoss-user] Re: passing objects a parameters.................

2001-04-01 Thread Guy Rouillier
Add "-Djava.security.manager " (without the double quotes) to your java command. If you don't have a global java.policy file, you may also need something like the following: -Djava.security.policy=jar:file:../lib/testbeantest.jar!/client.policy adjusted to point to your policy file. - Orig

Re: [JBoss-user] Multiple Servers - Bean Locating

2001-04-01 Thread Guy Rouillier
An EJB trying to locate another EJB is just like any other client trying to locate an EJB. Use JNDI to look up the EJBs from a known location. In a production environment, this will probably be something like LDAP. - Original Message - From: "James Cook" <[EMAIL PROTECTED]> To: "Jboss-U

Re: [JBoss-user] Autostart Tomcat+JBoss

2001-04-01 Thread Guy Rouillier
Tomcat and JBoss must start ** before ** apache. - Original Message - From: "Christopher Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 01, 2001 2:28 PM Subject: [JBoss-user] Autostart Tomcat+JBoss > How can I config Apache to autostart Tomcat+JBoss during start

Re: [JBoss-user] IDE for JBOSS?

2001-04-01 Thread Guy Rouillier
I was talking about the community edition, which is free. At the moment, Sun is offering a free download of the EE SDK on the developer site. Registration is free. - Original Message - From: "Renzo Toma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 01, 2001 9:04 AM Sub

[JBoss-user] verifier question...

2001-04-01 Thread Lars Hofhansl
In /org/jboss/verifier/strategy/AbstractVerifier.java throwsRemoteException is defined as follows: /* * checks if the method includes java.rmi.RemoteException or its * subclass in its throws clause. */ public boolean throwsRemoteException(Method method) { Class[] e

RE: [JBoss-user] Question about JBoss 2.1 EAR packaging and deployment

2001-04-01 Thread Alexander Jerusalem
I have the same problem as Doug. The manifest file solution described in the documentation doesn't seem to work. And adding the third party libraries to lib/ext isn't possible in all situations. For example if you have to use two versions of that third party libraries in two different projects

Re: [JBoss-user] Jakarta Struts with JBoss 2.1

2001-04-01 Thread awc
Hi Keith, I got this to work on linux with jboss-2.1 with embedded tomcat and struts nightly build. If you copy struts.jar to tomcat/lib, please remove it. To make struts-example to work, all you have to do it to copy struts-example.war to webapps folder. anil > I'm getting the often reported

RE: [JBoss-user] Question about JBoss 2.1 EAR packaging and deployment

2001-04-01 Thread Shahar Solomianik
add the jars to lib/ext -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Newton Sent: Monday, April 02, 2001 12:26 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Question about JBoss 2.1 EAR packaging and deployment I am a new user to JBoss 2.1, and

[JBoss-user] Question about JBoss 2.1 EAR packaging and deployment

2001-04-01 Thread Doug Newton
I am a new user to JBoss 2.1, and have been having some difficulties in creating deployable EARs.   I am trying to deploy both EJB jars and WARs in an EAR archive, where the EJBs and WARs both need to reference the same third party jars.  I have already tried packaging the EJB jars, WARs, and

[JBoss-user] boulot en midi de la france?

2001-04-01 Thread markus liedl
bonjour, peut-etre, il y a quelq'un qui sais un projet environ jboss/j2ee/java dans la midi de la france. moi, je travaille comme independant java developpeur, et a l'heure actuelle je cherche un projet pas loin d'open-source mais quand meme paye. on peut me contacter: markus.lado(at)gmx.de

Re: [JBoss-user] Verifier Error Messages

2001-04-01 Thread Bryan Field-Elliot
I use Together CC also. I believe this problem is that the method signatures in the remote interface (which Together generated) are throwing EJBException, when they shouldn't. I always have to delete that exception from the throws clause of my remote interface after adding a new business metho

[JBoss-user] JNDI and Connection Pools, etc

2001-04-01 Thread Pellegrini, John
I'm using JBoss 2.0FINAL with TomCat and WebLogic's jDriver for SQL Server, and would like to use JNDI to look up my database connection pool, and also a few environment variables set in the web.xml file (via env-entry elements). > /lib/ext has: mssql.jar (the WebLogic SQLServer driver) > jboss.

Re: [JBoss-user] Autostart Tomcat+JBoss

2001-04-01 Thread Dewayne McNair
You can't... JBoss+Tomcat has to be started manually just like a stand-alone Tomcat install. Now, that's not to say you can't write a startup script that first starts JBoss+Tomcat, then starts Apache. I'm just saying that, AFAIK, there isn't a way to have Apache startup external programs. -- De

[JBoss-user] Autostart Tomcat+JBoss

2001-04-01 Thread Christopher Cheng
How can I config Apache to autostart Tomcat+JBoss during startup of Apache? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [jBoss-User] CMP bean, trans-attribute "Supports" never seems to commit

2001-04-01 Thread Emmanuel Sciara
I agree with Brian. It would be great is the verifier could pick that up. I was unfortunate to have to spend a fair amount of time finding this problem in my app... Emmanuel - Original Message - From: "Bryan Field-Elliot" <[EMAIL PROTECTED]> To: "JBoss-User" <[EMAIL PROTECTED]> Sent: Mon

Re: [JBoss-user] JBoss on Win98

2001-04-01 Thread Pedro B. Gomes Costa
Hi, Do you use IBM JDK like me? I had the same problem with JBoss 2.1. IBM JDK doesnt like the JAXP lines. Changing to Sun's JDK 1.3 made JBoss work. For me this is a big problem! JBoss allways worked with IBM JDK and for me its a must, cause i use it to run everything (Resin ...) and dont want t

Re: [JBoss-user] IDE for JBOSS?

2001-04-01 Thread Peter Routtier-Wone
EJBs are Java beans created according to a spec. For crying out loud, you can create them with a text editor. I *do*. Forte plus the EE SDK is more than adequate. I think what you want is a point and click all in one editor/deployer/debugger that can also manage the datasources. If so you aren't

RE: [JBoss-user] IDE for JBOSS?

2001-04-01 Thread Renzo Toma
I don't think Forte for JAVA 2.0 Internet Edition supports EJB's. No reference to it on www.sun.com or Forte's documentation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Guy Rouillier Sent: zondag 1 april 2001 02:24 To: [EMAIL PROTECTED] Subject: Re:

Re: [JBoss-user] Oracle database pool hangs on 2.1

2001-04-01 Thread Alexander Jerusalem
Meanwhile I found out what the reason for my NullPointerException was and I can reproduce it: The Oracle TNS listener simply wasn't running (due to a newly introduced bug in Oracle 8.1.7 that brakes the startup procedure on some installations) and when I tried to connect via a simple test progr

Re: [JBoss-user] JBoss on Win98

2001-04-01 Thread Tom Davies
> 2. Does anyone who is (forced) to work with Windows98 have any top tips > for being able to scroll back through the output to the console...I'm > trying to look at all the text that scrolls past when I start JBoss, > and I can'tany top tips on better command line interpreters, etc. Run jbos