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