Re[4]: [JBoss-user] Question about CMP entity

2003-07-07 Thread Alexey Loubyansky
t's discuss it. Thank you, alex MT> Regards, MT> Marco MT> - Original Message - MT> From: "Alexey Loubyansky" <[EMAIL PROTECTED]> MT> To: "Marco Tedone" <[EMAIL PROTECTED]> MT> Sent: Thursday, June 26, 2003 9:51 AM

Re: [JBoss-user] Question about CMP entity

2003-07-06 Thread Marco Garbelini
I´ll check it out..   Thanks, Marco Garbelini - Original Message - From: Marco Tedone To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 6:27 PM Subject: Re: [JBoss-user] Question about CMP entity Marco I tried your code (adapting it to my project - I

Re: Re[2]: [JBoss-user] Question about CMP entity

2003-07-06 Thread Marco Tedone
gards, Marco - Original Message - From: "Alexey Loubyansky" <[EMAIL PROTECTED]> To: "Marco Tedone" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 9:51 AM Subject: Re[2]: [JBoss-user] Question about CMP entity > You need

Re: [JBoss-user] Question about CMP entity

2003-07-04 Thread Marco Tedone
] Sent: Thursday, June 26, 2003 12:30 AM Subject: Re: [JBoss-user] Question about CMP entity - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-us

Re[2]: [JBoss-user] Question about CMP entity

2003-06-26 Thread Alexey Loubyansky
w could I implement it in the MT> EJB CMP architecture? MT> Marco MT> - Original Message - MT> From: "Alexey Loubyansky" <[EMAIL PROTECTED]> MT> To: "Marco Tedone" <[EMAIL PROTECTED]> MT> Sent: Thursday, June 26, 2003 7:12 AM MT> Subjec

Re: [JBoss-user] Question about CMP entity

2003-06-26 Thread Marco Tedone
: Re: [JBoss-user] Question about CMP entity - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-user] Question about CMP entity > Coul

Re: [JBoss-user] Question about CMP entity

2003-06-26 Thread Marco Tedone
uot;Alexey Loubyansky" <[EMAIL PROTECTED]> To: "Marco Tedone" <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 7:12 AM Subject: Re: [JBoss-user] Question about CMP entity > Hello Marco, > > if the problem really is a primary key generation you could consider >

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Alexey Loubyansky
Hello Marco, if the problem really is a primary key generation you could consider entity-commands in JBoss-3.2. The options are: - database key generation (sequences, etc); - custom sql; - you can supply your own key generator class that will be asked for the next key; - JDBC3.0 PreparedStatemen

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Tedone
Thank you Marco, I'm sure it will help.   --Your omonimus - Original Message - From: Marco Garbelini To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:30 AM Subject: Re: [JBoss-user] Question about CMP entity - Original Me

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Garbelini
- Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 8:19 PM Subject: Re: [JBoss-user] Question about CMP entity > Could you please forward some example? You can use this same bean to crea

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Tedone
Could you please forward some example? Thanks, Marco - Original Message - From: "Marco Garbelini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:57 PM Subject: Re: [JBoss-user] Question about CMP entity The concurrency issue is no

Re: [JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Garbelini
st" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 7:06 PM Subject: [JBoss-user] Question about CMP entity > Sorry guru for the [silly] question: I am having a discussion with people in > my project regarding the container work with CMP entity beans. More > specifically,

[JBoss-user] Question about CMP entity

2003-06-25 Thread Marco Tedone
Sorry guru for the [silly] question: I am having a discussion with people in my project regarding the container work with CMP entity beans. More specifically, we want to implement a Numerator table to assign numbers to several entities of our model. Suppose a client wants to assign a value to a pe