RE: [JBoss-user] Tomcat 4.0 & JBoss 2.4.0

2001-09-26 Thread Saint-Martin Cecile
We use Xerces classes for parsing but the release of Tomcat uses crimson.jar and jaxp.jar. I don't know why they don't use xerces.jar. You should ask this to jakarta team that developped it. SAINT-MARTIN Cecile [EMAIL PROTECTED] actually, Im comfuse with crimson? what the purpose o

RE: [JBoss-user] Tomcat 4.0 & JBoss 2.4.0

2001-09-26 Thread Saint-Martin Cecile
Sorry, I have found what is the problem. JBoss was using Apache Xerces for parser and tomcat was using Jaxp. I delete jaxp.jar and crimson.jar directory and it's OK. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMA

[JBoss-user] Tomcat 4.0 & JBoss 2.4.0

2001-09-26 Thread Saint-Martin Cecile
interface has a create method with no argument. It works perfectly with tomcat 3.3. SAINT-MARTIN Cecile [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Stand alone tomcat

2001-08-06 Thread Saint-Martin Cecile
ption : ex : -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory for each system property you need, added in tomcat.bat SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jim Downing > En

RE: [JBoss-user] Getting multiple session Ids in the servlet.

2001-07-25 Thread Saint-Martin Cecile
Are URLs hostname the same each time you submit your form? ( http://localhost/myServlet and http://hostname/myServlet don't result in the same session). Do you submit your form in the same window? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De :

RE: [JBoss-user] Getting multiple session Ids in the servlet.

2001-07-23 Thread Saint-Martin Cecile
What's your code for getting session? Did you check servlet examples of tomcat? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Narendra > Phadke > Envoyé : mardi 24 juillet 2001 03:

[JBoss-user] Timer MBean

2001-07-23 Thread Saint-Martin Cecile
-MARTIN Cecile [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Timer MBean

2001-07-20 Thread Saint-Martin Cecile
Thx, I have set filters and it works. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Burkhard > Vogel > Envoyé : vendredi 20 juillet 2001 13:19 > À : [EMAIL PROTECTED] > Objet : Re

RE: [JBoss-user] Object not found in storage

2001-07-20 Thread Saint-Martin Cecile
Are you sure your CMP is mapped with the right table? Are you sure your table is not empty? (You should test your result of findByPrimarykey before using it...) SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]

[JBoss-user] Timer MBean

2001-07-19 Thread Saint-Martin Cecile
send by the timer. I have understood, but its maybe wrong, that a notification concernes an instance not all instance of object. So, i am completly wrong? SAINT-MARTIN Cecile [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] http

RE: [JBoss-user] Entity and session bean

2001-07-16 Thread Saint-Martin Cecile
That's another discussion, in fact JBoss support (for the moment?) files manipulation, and it doesn't crash. Try to imagine any other resource instead of files.. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMA

RE: [JBoss-user] EJB spec and java.io restrictions

2001-07-16 Thread Saint-Martin Cecile
't speak about portable application. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de David Ward > Envoye : lundi 16 juillet 2001 16:02 > A : [EMAIL PROTECTED] > Objet : [JBoss-user] EJB

RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-15 Thread Saint-Martin Cecile
The class ce.ready2ware.authentication.AuthenticationService must be in Tomcat classpath. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Daryl > Beattie > Envoyé : vendredi 13 juillet 200

RE: [JBoss-user] New records not loaded by BMP Entity Bean

2001-07-13 Thread Saint-Martin Cecile
Why do you call ejbCreate()? ejbCreate is called by EJB Container on event creation. To create a record, call homeInterface.create(parameters); SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de

RE: [JBoss-user] Auto-incr

2001-07-13 Thread Saint-Martin Cecile
I think your session bean have to be bean managed transaction (Bean). You should begin a transaction to read your table, increment (cnt = cnt + 1), update table, commit transaction. Then you shouldn't have problem with concurrent access. SAINT-MARTIN Cecile [EMAIL PROTECTED] >

RE: [JBoss-user] Urgent, May someone tell me how JBoss realize a Transaction?

2001-07-11 Thread Saint-Martin Cecile
Is your entity ben CMP or BMP, i.e. in your ejb-jar.xml file what's your value?   SAINT-MARTIN Cecile[EMAIL PROTECTED] -Message d'origine-De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Edward WangEnvoy¨¦ : mercredi 11 juillet 2001 11:12À :

RE: [JBoss-user] Log4j configuration file location

2001-07-11 Thread Saint-Martin Cecile
.run(Main.java:121) at java.security.AccessController.doPrivileged(Native Method) SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Scott M > Stark > Envoyé : mercredi 11 juillet 200

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Saint-Martin Cecile
I think the reference you have set in web.xml are wrong. Check it. For example, try to open your xml file with Internet Explorer 5.0, if your reference is wrong, you'll have an error. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED]

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Saint-Martin Cecile
Do you a doctype line in your xml files? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECTED] > Envoyé : mardi 3 juillet 2001 14:58 > À : [EMAIL PROTECTED] >

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 initial install erors

2001-07-03 Thread Saint-Martin Cecile
Sorry I didn' read completly your mail, I think your problem is in ejb-jar.xml or jaws.xml or jboss.xml not in web.xml SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECT

RE: [JBoss-user] Problem while starting JBossMQ

2001-07-03 Thread Saint-Martin Cecile
Check that you have a directory db\jbossmq. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Benoit > Rolland > Envoye : lundi 2 juillet 2001 17:53 > A : [EMAIL PROTECTED] > Objet

RE: [JBoss-user] Stateful SB passivation

2001-06-28 Thread Saint-Martin Cecile
Or declare it transient SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Schouten, > Andreas > Envoyé : jeudi 28 juin 2001 12:08 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-use

RE: [JBoss-user] GUID service?

2001-06-21 Thread Saint-Martin Cecile
J-GUID at http://www.activescript.co.uk/ EJBUtils at http://sourceforge.net/projects/ejbutils/ SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Unico > Hommes > Envoyé : jeudi 21 juin 2001

RE: [JBoss-user] no concurrency calls

2001-06-21 Thread Saint-Martin Cecile
(Cecile is my first name and SAINT-MARTIN my last name) I don't understand what you want to do. What's your goal? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > Boris Garbuzov

[JBoss-user] Adding deployment directory

2001-06-20 Thread Saint-Martin Cecile
What is the right syntax for adding a deploy directory ? J2EE:service=J2eeDeployer ../deploy;myDirectory ../deploy myDirectory Both don't work. SAINT-MARTIN Cecile [EMAIL PROTECTED] ___ JBoss-user mailing list [

RE: [JBoss-user] MessageDrivenBean and setRollbackOnly

2001-06-19 Thread Saint-Martin Cecile
In wich method do you call setRollbackOnly? You can call this method only in onMessage method. EJB 2.0 final specifications : <> SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Griffin

RE: [JBoss-user] General EJB question. no concurrent calls on stateful beans

2001-06-19 Thread Saint-Martin Cecile
Session stateful are designed to communicate with one and only one client, because they keep a conversational state with it. So, an instance shouldn't be accessed by several differents clients. If you don't need conversational state, use stateless bean. SAINT-MARTIN Cecile [EMAIL

RE: [JBoss-user] Manual suggestions

2001-06-18 Thread Saint-Martin Cecile
I read your mail after sending mine, so sorry. Your example is interesting, it will be perfect if there were a servlet :) SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Allen > fogleson &g

RE: [JBoss-user] Manual suggestions

2001-06-18 Thread Saint-Martin Cecile
c. on JBoss and Tomcat. SAINT-MARTIN Cecile [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Saint-Martin Cecile
local classpath. SAINT-MARTIN Cecile [EMAIL PROTECTED] > > > I put my xerces.jar, xalan.jar and jaxp.jar in the jre/lib/ext as I use > them > > for all kinds of projects! > > > > It should have worked in the /jboss/lib/extwhat class is it > failing to > &g

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Saint-Martin Cecile
We use Xalan xsl parser, we added xalan.jar to Tomcat classpath (in tomcat.bat). SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Timo > Kauppinen > Envoye : vendredi 15 juin 2001 14:09 &g

RE: [JBoss-user] ibm jdk 1.3

2001-06-15 Thread Saint-Martin Cecile
We use IBM JDK 1.3; we have deleted the xerces.jar file in jre\lib\ext and download Apache Xerces 1.3.0 and added it to JBoss classpath, it works fine. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la pa

RE: [JBoss-user] How to use uniqueidentifier / auto-numbering fie ld in a database ?

2001-06-15 Thread Saint-Martin Cecile
Hi, You can use EJBUtils at : http://sourceforge.net/projects/ejbutils/ or J-GUID http://www.activescript.co.uk/ SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Konstantin > Priblouda &g

RE: [JBoss-user] Old jserv with JBoss'

2001-06-14 Thread Saint-Martin Cecile
You don't need absolutely a war file with tomcat; it works with classes in correct directory. SAINT-MARTIN Cecile [EMAIL PROTECTED] > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Emerson > Sent: Wednesday, June 13, 2001

RE: [JBoss-user] manual

2001-06-13 Thread Saint-Martin Cecile
ation files. People can't actually see how they can configure JBoss in details, what they can do with, to compare with others EJB engine.   SAINT-MARTIN Cecile[EMAIL PROTECTED] -Message d'origine-De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Allen

Re: [JBoss-user] manual

2001-06-12 Thread Saint-Martin Cecile
Title: RE: [JBoss-user] manual In agree too... More details for configuration files is needed.   Cecile Saint-Martin[EMAIL PROTECTED] - Original Message - From: Ivan Bolcina To: '[EMAIL PROTECTED]' Sent: Tuesday, June 12, 2001 8:03 AM Subject: RE: [JBoss-user] ma

Re: [JBoss-user] Application deployment

2001-06-08 Thread Saint-Martin Cecile
Application deployment try the following url http://localhost:8082/InvokeAction//J2EE%3Aservice%3DJ2eeDeployer/action=dep loy?param0%2Bjava.lang.String=yourJarLocation CGJ -Ursprüngliche Nachricht----- Von: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 7. Juni 2001 12:1

[JBoss-user] Application deployment

2001-06-07 Thread Saint-Martin Cecile
Hi, Is there a way to deploy ejb and application without copying files into deploy directory? Cecile Saint-Martin [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Problem with CMP EJB.

2001-06-07 Thread Saint-Martin Cecile
javax.ejb.ObjectNotFoundException is thrown when the object you search doesn't exist in your table. It's a "normal" exception. You must call the create method before findByPrimaryKey, because if your object doesn't exist, you can't find it :) Cecile Saint-Martin [EMAIL PROTECTED] - Origin

Re: [JBoss-user] BMP :Manage the transactions:HOW TO

2001-06-05 Thread Saint-Martin Cecile
1) You have to change the option : Container to Bean in your ejb-jar.xml file. 2) just try : ctx.getUserTransaction().begin(); Cecile Saint-Martin [EMAIL PROTECTED] - Original Message - From: "prateeks saxena" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Re: [JBoss-user] CMP auto create table

2001-05-30 Thread Saint-Martin Cecile
I think you have to write a SQL script that creates the table with appropriates options, map with your EJB and change jaws xml option : false Cecile Saint-Martin [EMAIL PROTECTED] - Original Message - From: "Shen, Yi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesda

Re: [JBoss-user] Re: [JBoss-dev] JBoss configuration

2001-05-23 Thread Saint-Martin Cecile
d > > down jboss.jcml possible for download off the jboss site. Does anyone > > have one of these? > > > > -- > > > > Per Lewau wrote: > > > > > On Wed, 23 May 2001, Saint-Martin Cecile wrote: > > > > > > > > >> Hi, > > &

[JBoss-user] JBoss configuration

2001-05-23 Thread Saint-Martin Cecile
Hi, I wonder is there a way to configure JBoss not to start all services when it starts (InstantDB, XADataSource, etc...) ? We can stop them by Agent View on port 8082, but we want JBoss to start with a minimal number of services. I have seen mail about daily built version, where can we downlo

Re: [JBoss-user] EJB call other EJB

2001-05-10 Thread Saint-Martin Cecile
>Have you separated out your interfaces home and remote into a separate jar >and declared the class path as a dependency in the manifest for the jar >files? What do you mean by decalring classpath as a dependency? Someone suggest to create .ear fi:e, is it supporter by JBoss? > There is a sect

[JBoss-user] EJB call other EJB

2001-05-07 Thread Saint-Martin Cecile
Hi, I have a problem : EJB A is calling EJB B, they are deployed in different jar files. In ejb-jar.xml file of EJB A, i declared a reference to EJB B and create a jboss.xml file to reference the jndi-name of EJB B. When I call EJB A, it try to call EJB B and i have a class not found exception.