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
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]
>
-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
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
>
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
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
*/
--
.
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: [
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
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
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
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:[
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
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
, 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
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
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
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: [
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
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
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
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
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
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
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
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]
> 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%
> 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
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.
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
> 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
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
>
>
>
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
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
33 matches
Mail list logo