Re: [JBoss-user] Migrating from CMP to BMP

2002-06-24 Thread Dain Sundstrom
JBossCMP only allows relationship between cmp entities managed by JBossCMP. Does the EJB specification allow relationships between CMP and BMP (unidirectional of course). Also, EJB-QL queries are are limited to only query over CMP entities. Did you know that JBossCMP supports BMP style ejbFin

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Jason Owens
Argh. I was missing something! The new documentation! It looks like it SHOULD work for me (the DynamicQL)... but my question now is: does XDoclet support these new jboss features? :-) However - I'm still interested in the whole CMP -> BMP problem. What if I wasn't using JBoss - or DynamicQL still

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread David Jencks
I believe you can do that too, I think its called Dynamic??? rather than being part of JBossQL. david jencks On 2002.06.21 13:09:49 -0400 Jason Owens wrote: > As a matter of fact, I did. However - I need to dynamically create > queries > for a filtering/reporting feature, and JBossQL doesn't do

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Scott M Stark
generated SQL. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Jason Owens" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 10:09 AM Subject: Re: [JBoss-user] Migrating

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Jason Owens
As a matter of fact, I did. However - I need to dynamically create queries for a filtering/reporting feature, and JBossQL doesn't do that (unless I missed something). -Jason > Before migrating to BMP, did you check JBoss CMP docs. Because JBoss > comes with JBossQL which has additional functiona

Re: [JBoss-user] Migrating from CMP to BMP

2002-06-21 Thread Greg Turner
Before migrating to BMP, did you check JBoss CMP docs. Because JBoss comes with JBossQL which has additional functionality beyond EJB-QL. Jason Owens wrote: > Hello, > > To get a quick start on my project, I implemented all my entity beans with > CMP (and CMR). However, now that everything's