RE: [JBoss-user] sync-on-commit-only

2003-07-10 Thread Jeremy Boynes
can handle this, or unless you do many find/modify cycles on a single instance in a single transaction. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [JBoss-user] transactions synchronizations

2003-07-10 Thread Jeremy Boynes
and set it to bar and if not throw an exception indicating concurrent modification. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [JBoss-user] JDBCMsSQLCreateCommand - MSSQL7 - Jtds

2003-06-28 Thread Jeremy Boynes
-technologies.com amongst others. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alexey Loubyansky Sent: Saturday, June 28, 2003 1:43 AM To: Felipe

RE: [JBoss-user] Deadlock issue with SQL Server and other databases

2003-06-22 Thread Jeremy Boynes
this problem, I'm pretty sure that Instance Per Transaction + SERIALIZABLE will solve your problems. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Boynes Sent: Saturday, June 21, 2003 12:17 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

RE: [JBoss-user] Re: Unexpected behavior when when deleting one entity in CMR 1-many rel

2003-06-19 Thread Jeremy Boynes
doing it behind your back - more right out in front ;-) Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.Net email is sponsored by: INetU Attention Web Developers

RE: [JBoss-user] Unexpected behavior when when deleting one entity in CMR 1-many rel

2003-06-18 Thread Jeremy Boynes
. Regards Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tim McNerney Sent: Wednesday, June 18, 2003 2:19 PM To: [EMAIL PROTECTED

RE: [JBoss-user] Exception in JDBCAbstractCMPFieldBridge.loadArgumentResults

2003-06-16 Thread Jeremy Boynes
This one does look a little wierd. Can you provide a few more details on the config (exact VM version, exact OS version, is it multi-cpu)? Thanks Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marcin Gryszkalis Sent: Saturday, June 14, 2003

RE: [JBoss-user] CMP and remote interfaces. USing ejbSelects within remote finders.

2003-06-10 Thread Jeremy Boynes
MAX(ID) FROM TABLE)/where /declared-sql /query This then becomes a simple finder: MyBean findWithMaxId() which is easier from the coding viewpoint, and which performs better as you only ever load a single record from the database. Regards Jeremy /* * Jeremy Boynes

RE: [JBoss-user] cmp and cmt connection sharing deadlock?

2003-06-07 Thread Jeremy Boynes
to CMP 2.x Regards Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Suzor, Greg Sent: Monday, June 02, 2003 8:55 AM To: '[EMAIL PROTECTED

RE: [JBoss-user] EJB-QL Finder and POJO

2003-06-06 Thread Jeremy Boynes
, which maps JavaBean properties to individual columns. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday

RE: [JBoss-user] EJB-QL

2003-06-06 Thread Jeremy Boynes
You must use fully qualified class names findByParamenter(java.lang.String name, java.lang.String age) Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [JBoss-user] EJB-QL

2003-06-06 Thread Jeremy Boynes
that may be your issue. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 11:01 AM To: [EMAIL PROTECTED] Subject: RE

RE: [JBoss-user] [EJB-QL] dealing with collection relationship even if they are empty

2003-06-06 Thread Jeremy Boynes
BETWEEN ?2 AND ?3) OR (t.endDate = ?2 AND t.endDate = ?3)) ORDER BY t.startDate Cheers Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [JBoss-user] EJB-QL Finder and POJO

2003-06-06 Thread Jeremy Boynes
/* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging

RE: [JBoss-user] JBossQL LIMIT, OFFSET

2003-06-05 Thread Jeremy Boynes
query here AND ROWNUM = {0}]]/where /declared-sql /query Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday

RE: [JBoss-user] EJBQL order by

2003-05-27 Thread Jeremy Boynes
It is supported in JBoss-QL to you need to define the query in jbosscmp-jdbc.xml Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jorge Garcia Perales Sent: Tuesday, May 27, 2003 9:20 AM To: Lista de Jboss Cc: Pedro Barreiros Subject:

RE: [JBoss-user] netboot in 3.2

2003-04-06 Thread Jeremy Boynes
-demo cvs module has a hard reference to a jboss-3.0.0beta version and fails to build out of the box. ;^) -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2003 9:34 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] netboot in 3.2 If you

RE: [JBoss-user] netboot in 3.2

2003-04-03 Thread Jeremy Boynes
den 3 april 2003 kl 09.00 skrev Jeremy Boynes: Netboot in 3.2 changed significantly as documented in change note 660839 The listContent JSP is no longer needed - instead you just need to make your config available on a WebDAV enabled server and provide the location to the client

RE: [JBoss-user] netboot in 3.2

2003-04-02 Thread Jeremy Boynes
Netboot in 3.2 changed significantly as documented in change note 660839 The listContent JSP is no longer needed - instead you just need to make your config available on a WebDAV enabled server and provide the location to the client. For example, if your installation is located at

RE: [JBoss-user] Date comparison with ejbql

2003-04-01 Thread Jeremy Boynes
Title: Message Your values must be DateTime values rather than Strings. You should use parameters to the query rather than inline text- this will also help the above problem. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brijesh

RE: [JBoss-user] MS SQL drivers

2003-03-31 Thread Jeremy Boynes
Un-abashed plug for the inet drivers. I have used them in several configurations and found them to be feature-rich, to perform well, and best of all be stable. Inet-software have been responsive to the few issues found, typically issuing a patch within 24 hours. Given the price of an Enterprise

RE: [JBoss-user] CMP - Primary Key Strategies?

2003-03-17 Thread Jeremy Boynes
With JBoss 3.2 there is now a PkSQL entity-command that can be used to issue arbitrary SQL to obtain a new PK value. This could be used to obtain a value from the sequence. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Tim Sent: Monday, March

RE: [JBoss-user] EJBQL MEMBER OF problems remain in 3.0.6?

2003-03-07 Thread Jeremy Boynes
Title: Message Please clarify your problem here - the join at the bottom is for the c.partnerOwner.id path expansion and not the MEMBER OF expansion. Posting sample data illustrating the problem would help a lot. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [JBoss-user] How to do a 'like' search using CMP in entity beans?

2003-02-22 Thread Jeremy Boynes
Hi, I'm also very interested in this thread. I was able to get the JBoss-QL LIKE query working with parameters, but could not get it working with wildcard characters such as % for example this query does not work query=SELECT OBJECT (C) from Person AS C WHERE ( C.firstName LIKE '?1%' ) OR

RE: [JBoss-user] Netboot doesn't pick up jars from the${JBossHome}/lib directory

2003-02-20 Thread Jeremy Boynes
Are you saying netboot is going away, or are you talking about the configuration? If it's the configuration, that seems to change dramatically with every major release, so I just assume that will be a problem. Unfortunately, I can't wait... :) No, hopefully it will now be easier to set up.

RE: [JBoss-user] Dynamic JCA pool size change problem

2003-02-19 Thread Jeremy Boynes
BTW, in weblogic they will re-use a connection without reserving it if it's part of a non-transactional pool. What exactly does this mean? Several threads get handles to the same physical connection at the same time? This seems like a bad idea to me:-) No, it just means the

RE: [JBoss-user] jetty filter question

2003-02-19 Thread Jeremy Boynes
And shouldn't your pattern be just *.jsp ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dain Sundstrom Sent: Wednesday, February 19, 2003 2:47 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] jetty filter question DTDs are very

RE: [JBoss-user] Netboot doesn't pick up jars from the ${JBossHome}/lib directory

2003-02-19 Thread Jeremy Boynes
You know this will all change in 3.2, right? For 3.0.4, gnu-regexp.jar should be on the boot classpath as it's added with the jmxLibs. Can you check the access log for the boot host and verify a) that that jar is actually being requested, and b) that the host server has the file in that location.

RE: [JBoss-user] EJB query language problems

2003-02-18 Thread Jeremy Boynes
BigDecimal is not a valid type for EJB-QL (it does not support fixed precision decimals) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Friedl Christian Sent: Tuesday, February 18, 2003 5:02 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] EJB

RE: [JBoss-user] JBoss as a Jetty wrapper + security

2003-02-18 Thread Jeremy Boynes
Do you have a security-domain defined in jboss-web.xml? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Corbin Sent: Tuesday, February 18, 2003 6:11 PM To: JBoss User Subject: [JBoss-user] JBoss as a Jetty wrapper + security I've a

RE: [JBoss-user] JMS persistence manager for Oracle8

2003-02-16 Thread Jeremy Boynes
Enough already As of 9.2.0: Oracle do not support the standard JDBC stream APIs for BLOBs with the thin driver. This includes setObject() Oracle support the standard API with the OCI driver. Oracle support their own API with the thin driver. Oracle do not support the JDBC3.0 Blob write API JBoss