Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-23 Thread Bill Burke
I'll be doing a 3.2.3RC1 release as soon as I can.

Rod Macpherson wrote:

Regarding this 64 column limit that was introduced and fixed, where do
we get the fix given that 3.2.2 has been released? Does that mean the
official release has been re-jarred with the fix or does it mean we have
to checkout a CVS branch or how exactly does that work? We have a couple
monster tables greater than 64 (warehouse-ish tables) so we need the
fix.
TIA,

Rod

---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-23 Thread Scott M Stark
You have to get the 3.2 branch. There will be a 3.2.3RC1 next weekend.

--

Scott Stark
Chief Technology Officer
JBoss Group, LLC

Rod Macpherson wrote:

Regarding this 64 column limit that was introduced and fixed, where do
we get the fix given that 3.2.2 has been released? Does that mean the
official release has been re-jarred with the fix or does it mean we have
to checkout a CVS branch or how exactly does that work? We have a couple
monster tables greater than 64 (warehouse-ish tables) so we need the
fix.
TIA,

Rod


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-23 Thread Rod Macpherson
Regarding this 64 column limit that was introduced and fixed, where do
we get the fix given that 3.2.2 has been released? Does that mean the
official release has been re-jarred with the fix or does it mean we have
to checkout a CVS branch or how exactly does that work? We have a couple
monster tables greater than 64 (warehouse-ish tables) so we need the
fix.

TIA,

Rod


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Jason Essington
On Wednesday, October 22, 2003, at 10:01  AM, Alexey Loubyansky wrote:

Hello Jason,

I just fixed it. Please, try it in 24 hours. Thanks.
yup, that appears to have fixed the column limit problem.

thanks.

-jason



---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Alexey Loubyansky
Hello Jason,

I just fixed it. Please, try it in 24 hours. Thanks.

alex

Jason Essington wrote:

On Tuesday, October 21, 2003, at 10:03  PM, Bill Burke wrote:

It may work fine if you use the default load group.


I am not defining any load groups for this entity.

Rod Macpherson wrote:

Is this a new limitation or was this introduced in 3.2.2? We have > 64
column entity beans and AFAIK we have been inserting on them. Thx


This limitation didn't exist in 3.2.1, it appeared in 3.2.2.

-Original Message-
From: Phil Shrimpton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 
October 21, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] 3.2.2 : Null primary key on create
On Tuesday 21 October 2003 14:15, Jason Essington wrote:
Hi,

Just out of curiosity, how many fields are in your entity bean?
87

Alexey indicated (on October 10) that the CMP engine currently had a 
limit of 64 columns, but that he was working on a fix.
If that has not been fixed, that could be the problem.

I have not filed a bug on this, but perhaps that would be in order?
I will try an bring the entity bean in question down <64 fields to see
if it works, if it does it would seem to be in order
Recap:
In my case, an application that functions just fine under 3.2.1 
fails with SQLExceptions (on removal) and CreateExceptions (on
creation) when trying to manipulate a very complicated entity ( > 64 
fields ) in 3.2.2. However all of the other entities ( < 64 fields ) 
in the application work perfectly.
This seems very simlar to my situation
Phil


-jason




---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Jason Essington
On Tuesday, October 21, 2003, at 10:03  PM, Bill Burke wrote:

It may work fine if you use the default load group.
I am not defining any load groups for this entity.

Rod Macpherson wrote:

Is this a new limitation or was this introduced in 3.2.2? We have > 64
column entity beans and AFAIK we have been inserting on them. Thx
This limitation didn't exist in 3.2.1, it appeared in 3.2.2.

-Original Message-
From: Phil Shrimpton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 
October 21, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] 3.2.2 : Null primary key on create
On Tuesday 21 October 2003 14:15, Jason Essington wrote:
Hi,
Just out of curiosity, how many fields are in your entity bean?
87
Alexey indicated (on October 10) that the CMP engine currently had a 
limit of 64 columns, but that he was working on a fix.
If that has not been fixed, that could be the problem.
I have not filed a bug on this, but perhaps that would be in order?
I will try an bring the entity bean in question down <64 fields to see
if it works, if it does it would seem to be in order
Recap:
In my case, an application that functions just fine under 3.2.1 
fails with SQLExceptions (on removal) and CreateExceptions (on
creation) when trying to manipulate a very complicated entity ( > 64 
fields ) in 3.2.2. However all of the other entities ( < 64 fields ) 
in the application work perfectly.
This seems very simlar to my situation
Phil
-jason



---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Bill Burke
It may work fine if you use the default load group.

Rod Macpherson wrote:

Is this a new limitation or was this introduced in 3.2.2? We have > 64
column entity beans and AFAIK we have been inserting on them. 

Thx

-Original Message-
From: Phil Shrimpton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 21, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] 3.2.2 : Null primary key on create

On Tuesday 21 October 2003 14:15, Jason Essington wrote:

Hi,


Just out of curiosity, how many fields are in your entity bean?


87


Alexey indicated (on October 10) that the CMP engine currently had a 
limit of 64 columns, but that he was working on a fix.


If that has not been fixed, that could be the problem.


I have not filed a bug on this, but perhaps that would be in order?


I will try an bring the entity bean in question down <64 fields to see
if it 
works, if it does it would seem to be in order


Recap:
In my case, an application that functions just fine under 3.2.1 
fails with SQLExceptions (on removal) and CreateExceptions (on
creation) when trying to manipulate a very complicated entity ( > 64 
fields ) in 3.2.2. However all of the other entities ( < 64 fields ) 
in the application work perfectly.


This seems very simlar to my situation

Phil

--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Phil Shrimpton
On Tuesday 21 October 2003 11:11, Alexey Loubyansky wrote:

Hi,

> The latest 3.2.2?

Yes, the released version.

> How could I reproduce it?

With my code   Seriously,  I am not sure how to get a small test case 
together, because the same code works on 30 or so entity beans, its just the 
one that is causing the problem.

I can certainly give you any logs etc. you need and even SSH access if 
required

Phil

-- 
  9:10pm  up 42 days, 23:20,  1 user,  load average: 0.29, 0.19, 0.12
ICQ: 760757 | AIM: pjshrimpton | Y!: pjshrimpton | [EMAIL PROTECTED]


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-21 Thread Rod Macpherson
Is this a new limitation or was this introduced in 3.2.2? We have > 64
column entity beans and AFAIK we have been inserting on them. 

Thx

-Original Message-
From: Phil Shrimpton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 21, 2003 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] 3.2.2 : Null primary key on create


On Tuesday 21 October 2003 14:15, Jason Essington wrote:

Hi,

> Just out of curiosity, how many fields are in your entity bean?

87

> Alexey indicated (on October 10) that the CMP engine currently had a 
> limit of 64 columns, but that he was working on a fix.

If that has not been fixed, that could be the problem.

> I have not filed a bug on this, but perhaps that would be in order?

I will try an bring the entity bean in question down <64 fields to see
if it 
works, if it does it would seem to be in order

> Recap:
>  In my case, an application that functions just fine under 3.2.1 
> fails with SQLExceptions (on removal) and CreateExceptions (on
> creation) when trying to manipulate a very complicated entity ( > 64 
> fields ) in 3.2.2. However all of the other entities ( < 64 fields ) 
> in the application work perfectly.

This seems very simlar to my situation

Phil

-- 
  9:14pm  up 42 days, 23:24,  1 user,  load average: 0.32, 0.21, 0.13
ICQ: 760757 | AIM: pjshrimpton | Y!: pjshrimpton |
[EMAIL PROTECTED]


---
This SF.net email is sponsored by OSDN developer relations Here's your
chance to show off your extensive product knowledge We want to know what
you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-21 Thread Phil Shrimpton
On Tuesday 21 October 2003 14:15, Jason Essington wrote:

Hi,

> Just out of curiosity, how many fields are in your entity bean?

87

> Alexey indicated (on October 10) that the CMP engine currently had a
> limit of 64 columns, but that he was working on a fix.

If that has not been fixed, that could be the problem.

> I have not filed a bug on this, but perhaps that would be in order?

I will try an bring the entity bean in question down <64 fields to see if it 
works, if it does it would seem to be in order

> Recap:
>  In my case, an application that functions just fine under 3.2.1
> fails with SQLExceptions (on removal) and CreateExceptions (on
> creation) when trying to manipulate a very complicated entity ( > 64
> fields ) in 3.2.2. However all of the other entities ( < 64 fields ) in
> the application work perfectly.

This seems very simlar to my situation

Phil

-- 
  9:14pm  up 42 days, 23:24,  1 user,  load average: 0.32, 0.21, 0.13
ICQ: 760757 | AIM: pjshrimpton | Y!: pjshrimpton | [EMAIL PROTECTED]


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-21 Thread Jason Essington
hi Phil

Just out of curiosity, how many fields are in your entity bean?

I have had the same problem (with the RC versions of 3.2.2) but only 
with a very large entity (111 persistent fields). The cmp engine also 
seems to have some trouble generating sql for this entity during 
removal of these large ejb's. (see the thread "SQLException from 3.2.2 
branch when trying to remove an entity" from October 7-10)

Alexey indicated (on October 10) that the CMP engine currently had a 
limit of 64 columns, but that he was working on a fix.

I have not filed a bug on this, but perhaps that would be in order?

Recap:
In my case, an application that functions just fine under 3.2.1 
fails with SQLExceptions (on removal) and CreateExceptions (on 
creation) when trying to manipulate a very complicated entity ( > 64 
fields ) in 3.2.2. However all of the other entities ( < 64 fields ) in 
the application work perfectly.

-jason

On Monday, October 20, 2003, at 03:33  PM, Phil Shrimpton wrote:

Hi,

I have an application that works fine on 3.0.8 and 3.2.1, but on 3.2.2 
I get
the following error with one of my entity beans, any ideas?

2003-10-20 14:34:36,972 ERROR [org.jboss.ejb.plugins.LogInterceptor]
TransactionRolledbackLocalException in method: public abstract
com.mycompany.ejb.tasks.common.BaseTaskLocal
com.mycompany.ejb.tasks.common.BaseTaskLocalHome.create(j
ava.lang.String,java.lang.String) throws javax.ejb.CreateException,
causedBy:
java.lang.IllegalArgumentException: Entity primary key is null


---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-21 Thread Alexey Loubyansky
The latest 3.2.2?
How could I reproduce it?
Thanks,

alex

Phil Shrimpton wrote:
Hi,

I have an application that works fine on 3.0.8 and 3.2.1, but on 3.2.2 I get 
the following error with one of my entity beans, any ideas?

2003-10-20 14:34:36,972 ERROR [org.jboss.ejb.plugins.LogInterceptor]
TransactionRolledbackLocalException in method: public abstract
com.mycompany.ejb.tasks.common.BaseTaskLocal
com.mycompany.ejb.tasks.common.BaseTaskLocalHome.create(j
ava.lang.String,java.lang.String) throws javax.ejb.CreateException,
causedBy:
java.lang.IllegalArgumentException: Entity primary key is null
 at
org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache$PreloadKey.(ReadAhea
dCache.java:691)
 at
org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.getPreloadDataMap(ReadAhea
dCache.java:523)
 at
org.jboss.ejb.plugins.cmp.jdbc.ReadAheadCache.load(ReadAheadCache.java:3
08)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEnt
ityCommand.java:112)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.execute(JDBCLoadEnt
ityCommand.java:86)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.loadField(JDBCStoreManag
er.java:582)
 at
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMP2xFieldBridge.getInstanceVa
lue(JDBCCMP2xFieldBridge.java:129)
 at
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCAbstractCMPFieldBridge.setInst
anceParameters(JDBCAbstractCMPFieldBridge.java:319)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.performInsert(J
DBCAbstractCreateCommand.java:291)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCAbstractCreateCommand.execute(JDBCAbs
tractCreateCommand.java:144)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(JDBCStoreMa
nager.java:518)
The primary key is not null as I have 'hardwired it' in the home.create 
method just to be 100%

Phil




---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user