[JBoss-user] [Installation & Configuration] - Re: isolation and classloading

2004-12-09 Thread MartinGx
Thanks for your reply. I have no references to not-included jars. Are you using scoped class loading? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858069#3858069 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38580

[JBoss-user] [Installation & Configuration] - Re: isolation and classloading

2004-12-09 Thread MartinGx
Is nobody else having the problem of manifest classpath being ignored in the server/default configuration? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858007#3858007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Installation & Configuration] - isolation and classloading

2004-11-23 Thread MartinGx
I am interested in deploying various ears with isolated classloading. I understand that this is the default configuration with jboss4.0 so I decided to try deploying in jboss-4.0.0/server/defailt/deploy/ However, I cannot even get a simple ear to deploy succesfully if it contains any library j

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-30 Thread MartinGx
It works for me now. Thanks for your help Alexey. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840433#3840433 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840433 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-28 Thread MartinGx
I got jboss to build by ignoring the FAQ and just using my own installed version of ant. So I tested again using the sql92 compiler with todays CVS version of Branch_3_2 and got the same result. Here is the log. The reason it can't find "t1_hierarchy_partyGroup.HIERARCHY_FK" is because we are

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-28 Thread MartinGx
okay, i deleted everything and tried again in case I did something wrong before. here is _exactly_ what I did: [EMAIL PROTECTED] JBOSS_CVS]$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_3_2 jboss-3.2 [*snipped long cvs output - checkout went okay*] [EMAIL PROTECTED] JBOSS_C

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-25 Thread MartinGx
sorry - ignore my typo. the checkout command i used was exactly the one you gave, not the one from the FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839949#3839949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-25 Thread MartinGx
thats the command I used. I followed the FAQ and did: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r JBoss_3_2_3 jboss-3.2 cd jboss-3.2/build build (except i replaced the final "build" with "./build.sh" and got: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-25 Thread MartinGx
sorry - ignore my typo. the checkout command i used was exactly the one you gave, not the one from the FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839948#3839948 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-24 Thread MartinGx
Are there daily builds of Branch_3_2 available? Branch_3_2 from cvs fails to build for me and I won't have time this week to look into why. Thanks for your help so far. Regards, Martin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839835#3839835 Reply

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-22 Thread MartinGx
sorry, my last post was a slightly different query of: SELECT OBJECT(hierarchy) FROM Hierarchy hierarchy WHERE hierarchy.partyGroup IS NULL but its the same issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839510#3839510 Reply to the post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-22 Thread MartinGx
using sql92 compiler generates: SELECT t0_hierarchy.id, t0_hierarchy.CODE, t0_hierarchy.TOP_LEVEL_NAME FROM cmp_hierarchy t0_hierarchy LEFT OUTER JOIN partygroup_hierarchys t2_hierarchy_partyGroup_RELATION ON t0_hierarchy.id=t2_hierarchy_partyGroup_RELATION.HIERARCHY_FK LEFT OUTER JOIN cmp_par

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-19 Thread MartinGx
I think its not using subquery because mysql 3.x doesn't support it. Anyway, here is an example of the same problem (slightly more complicated example, but all I have at hand right now) For this query, using using jboss with mysql 3.23.x: DYNAMIC-QL: SELECT OBJECT(hierarchy) FROM Hierarchy hier

[JBoss-user] [Persistence & CMP/JBoss] - CMR / EJB-QL problem?

2004-06-18 Thread MartinGx
It seems jboss since 3.2.1 up to and including 3.2.4 is generating wrong sql for some EJB-QL queries. (FYI: we are using mysql 3.23.58 and mysql-connector 2.0.14 and cross reference relation tables rather than foreign keys.) It seems that performing a query over two CMR related beans used to ge