RE: [JBoss-user] transactions & synchronizations

2003-07-10 Thread Jeremy Boynes
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 Beha

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

2003-07-10 Thread Jeremy Boynes
ation 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] >

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, 20

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

2003-06-22 Thread Jeremy Boynes
t; All, if you're experiencing 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 >

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

2003-06-21 Thread Jeremy Boynes
is committed. Jeremy /********* * Jeremy Boynes * Partner * Core Developers Network */ --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hostin

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

2003-06-19 Thread Jeremy Boynes
are destroyed before attempting to remove it. It's not really doing it behind your back - more right out in front ;-) Jeremy /* * Jeremy Boynes * Partner * Core Developers Network */ --

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: [

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
ch 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 * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROT

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

2003-06-07 Thread Jeremy Boynes
JB 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 > T

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:[

RE: [JBoss-user] EJB-QL

2003-06-06 Thread Jeremy Boynes
Sorry, I meant to say in the deployment descriptor findByParamenter java.lang.String java.lang.String ... At least, I think that may be your issue. Jeremy /* * Jeremy Boynes * Partner * Core Developers Network

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] > [mail

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 Finder and POJO

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

RE: [JBoss-user] JBossQL & LIMIT, OFFSET

2003-06-05 Thread Jeremy Boynes
h _are_ more efficient) using declared-sql. Something like: findSfuff int Jeremy /***** * Jeremy Boynes * Partner * Core Developers Network */ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

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
OSS_HOME; bin/run.sh --netboot=http://boothost:8080/netboot/nbconfig/ Thanks Jeremy - scott r ps: The build.xml in the netboot-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

RE: [JBoss-user] netboot in 3.2

2003-04-03 Thread Jeremy Boynes
tch it and use Netboot instead. If it is not done yet, I might do > some contribution on it. > /L > > torsdagen den 3 april 2003 kl 09.00 skrev Jeremy Boynes: > > > Netboot in 3.2 changed significantly as documented in change note > > 660839 > > > > The

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 http://boothost

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 Soo

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 lic

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, Mar

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 PRO

RE: [JBoss-user] Creating a SQL sequence

2003-03-03 Thread Jeremy Boynes
I don't think we allow for additional statements during the 'create-table' phase though. You would be able to subclass the appropriate command to do issue a 'create sequence' as well though (sorry, the exact class name eludes me right now). > -Original Message- > From: [EMAIL PROTECTED]

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%

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

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] 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 ver

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 mean

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 > > >

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

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 u