[JBoss-user] webTierEntryPoint threw exception

2002-04-29 Thread Lac Sanh La
Hi,   I am running Jboss-2.4.4_tomcat-4.0.1 and the servlet always throws an exception. Does any know the solution to this problem.   ERROR 30 Apr 2002 14:01:54, 189 [HttpProcessor[8080][3]] jboss.web.catalina.Embe ddedCatalinaServiceSX - StandardWrapperValve[webTierEntryPoint]: Servlet.service ()

Re: [JBoss-user] clustering question

2002-04-29 Thread David Jencks
I don't see a response yet from the experts...so I will jump in. Don't use commit option A with clustering, and do use whatever your database supplies for select for update. The clustering implemention relies on database locking to synchronize the different copies of entities. I actually don't

Re: [JBoss-user] EJX XML editor

2002-04-29 Thread Scott M Stark
Title: EJX XML editor Its gone as it has not been supported since at least 2.0.   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April

Re: [JBoss-user] EJX XML editor

2002-04-29 Thread Marius Kotsbak
[EMAIL PROTECTED] wrote: > where is it on the windows installation of v2.4.5-RC2 ??? > > (file /bin/ejx.jar does not exist.) > > Thanks, > > Kevin > It is officially dead I think. Use xdoclet.sourceforge.net instead. Much better. ___ JBoss-user mail

[JBoss-user] EJX XML editor

2002-04-29 Thread kevin . wilson
Title: EJX XML editor where is it on the windows installation of v2.4.5-RC2 ??? (file /bin/ejx.jar does not exist.) Thanks, Kevin

[JBoss-user] clustering question

2002-04-29 Thread Dennis Muhlestein
Let's say I cluster two jboss servers and I have an Entity Bean with commit option A. Are the attributes of the Entity Bean clustered? ie: user on server 1 calls a set Method, then user on server 2 calls the get method for that attribute. Can I expect the attribute to be current on server 2? I

[JBoss-user] MONTREAL training June 10-12

2002-04-29 Thread marc fleury
It just pisses me off, You ask for it, we go through the pain of scheduling it and reserving rooms etc etc and not very many people sign up. If we don't get a 10 person minimum, we will have to cancel this training. That would be a shame considering training is a prerequisite for JBoss services

[JBoss-user] Commit options

2002-04-29 Thread Marius Kotsbak
I see that jboss 2.4 has a commit option D. Is this supported on jboss 3.x also? I thought that was the behavior on 2.4.x, as I saw that the data manually modified in the DB was discovered by jboss after about 20 minutes, but is that another timeout, or is it just that the data was used by jb

RE: [JBoss-user] cmr as part of pk

2002-04-29 Thread Alex Loubyansky
Indeed, as I guess, the question is not correctly asked. Because, it is possible if the table is wholly dedicated to handle the relationship. But if the table has other fields and considered like a bean the answer in no. Right? Thanks, alex > -Original Message- > From: Dain Sunds

Re: [JBoss-user] cmr as part of pk

2002-04-29 Thread Dain Sundstrom
Alex Loubyansky wrote: > Is it possible for cmr field to be a part of the primary key? No. This is planned for JBoss 3.1. -dain ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Custom Container Configuration in jboss.xml

2002-04-29 Thread Dennis Muhlestein
Thanks Much, In trying to deploy with a new configuration, I started getting a lot of errors like missing container-invoker, invalid instance-cache, etc etc. According to the DTD, those elements are all optional. I thought I could provide a simple configuration with only the change I wanted an

RE: [JBoss-user] Some problems using JBOSS

2002-04-29 Thread JD Brennan
Title: RE: [JBoss-user] Some problems using JBOSS I think the fix for this is to add ;SelectMethod=cursor to the JDBC URL: jdbc:microsoft:sqlserver://sqlhost:1433;SelectMethod=cursor JD -Original Message- From: Cheik Tidiane Dieng [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29

[JBoss-user] Some problems using JBOSS

2002-04-29 Thread Cheik Tidiane Dieng
1_question: I'm using Jboss on MS SQLSERVER2000, and I have some problems when running my CMP Bean.I receive on the output a SQL SERVER 2000 DRIVER FOR JDBC ERROR [15:51:25,503,ContainerFactory] Deployed application: [15:51:25,503,J2eeDeployer] J2EE application: file:/C:/JBoss-2.4.4_Tomca

RE: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-29 Thread Alex Loubyansky
Yes, you can. Look at this http://www.jboss.org/online-manual/HTML/ch07s16.html alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dennis > Muhlestein > Sent: Monday, April 29, 2002 5:26 PM > To: [EMAIL PROTECTED] > Subject: Re: STILL TRYING: [

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-29 Thread Dennis Muhlestein
It makes sense to change the commit option for transactions for performance tuning. I have one Entity Bean that I think would fit option A better, and others that fit option B better. Can I customize each entity bean? I tried putting read-only to true on the one bean, but the container still lo

[JBoss-user] cmr as part of pk

2002-04-29 Thread Alex Loubyansky
Is it possible for cmr field to be a part of the primary key? Consider two beans: bean A with primary key field 'uniqueId' and bean B with primary key fields 'uniqueId' and 'otherField' with unidirectional relationship one-to-many. (A has many Bs) I'd like to test but for now I can't deplo

Re: [JBoss-user] Using Jaws with a Composite Primary Key

2002-04-29 Thread Dmitri Colebatch
> HI there Hi, > My Primary Key (aPositionKey) is a composite object which contains two > fields : contactId, and orgId. Both these fields are contained on one table > (Position), with column names of CONTACT_ID, AND ORG_ID [snip] > and the relevant part of my ejb-jar looks like: > ... > au.c

[JBoss-user] Using Jaws with a Composite Primary Key

2002-04-29 Thread Giles Parnell
HI there Could anyone help with the following error i'm getting. I'm trying to do a create on a pre-existing table using CMP in JBoss2.4.4 My Primary Key (aPositionKey) is a composite object which contains two fields : contactId, and orgId. Both these fields are contained on one table (Posit