Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-27 Thread Michael Nowotny
ardo Argüello - Original Message - From: "Michael Nowotny" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 8:39 PM Subject: Re: [JBoss-user] Stack Overflow Exception in CMR > Hello Alex! > > Just checked out jboss-3.2. When running b

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-24 Thread Michael Nowotny
? Thanks Michael - Original Message - From: "Alex Loubyansky" <[EMAIL PROTECTED]> To: "Michael Nowotny" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 5:08 PM Subject: Re: [JBoss-user] Stack Overflow Exception in CMR >

Re: [JBoss-user] Stack Overflow Exception in CMR

2003-03-24 Thread Michael Nowotny
n.java:792) > MN> at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201) > MN> at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289) > MN> at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455) > > MN> I'm using JBos

[JBoss-user] Stack Overflow Exception in CMR

2003-03-23 Thread Michael Nowotny
nce would then still refer to companyId. As my application manages multiple companies, it should be a more general concept to use hierarchical pks for products, raw materials... which all have a company identifier.   Maybe someone can give me a hint.   Thanks, Michael ________

Re: [JBoss-user] CMR Bug

2002-10-17 Thread Michael Nowotny
ky" <[EMAIL PROTECTED]> To: "Michael Nowotny" <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 6:43 PM Subject: Re: [JBoss-user] CMR Bug > Hello Michael, > > you need to provide a test-case. It works for me, though in > jboss-3.2.0beta2. > > alex &

Re: [JBoss-user] CMR Bug

2002-10-13 Thread Michael Nowotny
No, not yet! Do you know where I can do it? Michael - Original Message - From: "Alex Loubyansky" <[EMAIL PROTECTED]> To: "Michael Nowotny" <[EMAIL PROTECTED]> Sent: Monday, October 14, 2002 7:39 AM Subject: Re: [JBoss-user] CMR Bug > Hello Michae

[JBoss-user] CMR Bug

2002-10-13 Thread Michael Nowotny
Hi!   There is still a CMR bug present in JBoss 3.2.0 Beta. This bug is easily described: Whenever one entity bean type A has more than one relationship to bean type B which should point to different instance of bean type B, these two references point to the same bean instance. I.e. they are

[JBoss-user] EJB Query Language question

2002-09-03 Thread Michael Nowotny
Hi folks!   Using EJB ql it is possible define template queries such as   SELECT OBJECT(p) FROM Product p where p.name = ?1   Now - what I'm trying to achieve is the following: The query should not only return exact matches but products whose name contains a given search string as well. My

[JBoss-user] CMR Bug in JBoss since Version 3.0.1

2002-09-03 Thread Michael Nowotny
Hi folks!   While switching from JBoss 3.0.0 to JBoss 3.0.1 I experienced some strange behaviour from the container concerning Container Managed Relations. After some analysis the problem can be drilled down as follows: Whenever one Bean Type has two relationships with a different bean typ

[JBoss-user] performance question for production use

2001-04-12 Thread Michael Nowotny
Hi JBoss users! We have developed a web based order tracking system to be deployed in an IBM AS/400 production environment. Moving from the testing environment onto the production machine we experienced a harsh performance reduction which renders our application virtually unusable. During the i