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
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
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
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
-
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
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
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
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/
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
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
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
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
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
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
14 matches
Mail list logo