[JBoss-dev] [Nukes Development] - Re: Non-SQL92 SQL Statement Strategy

2004-10-04 Thread cooper
good to hear about that. where is the state of your work ? I saw you both commited to head and 1.1, can you report about it please ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850294#3850294 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [Nukes Development] - Re: Non-SQL92 SQL Statement Strategy

2004-10-04 Thread mlavergn
To close out this thread, it turned out to be a bug in XDoclet (I've submitted a patch), so there's no further action needed by the Nukes team. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850292#3850292 Reply to the post : http://www.jboss.org/index.html?

[JBoss-dev] [Nukes Development] - Re: Non-SQL92 SQL Statement Strategy

2004-09-28 Thread cooper
you can do it with log4j.xml, afair : set CONSOLE level as DEBUG set category org.jboss to INFO set category org.jboss.ejb.cmp.jdbc to DEBUG View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849753#3849753 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-dev] [Nukes Development] - Re: Non-SQL92 SQL Statement Strategy

2004-09-28 Thread mlavergn
Ok, then there's a bug in there somewhere since it's not generating Oracle compatible SQL for the SQL I cited. I'll setup some debug hooks and find the root cause. Thanks Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849750#3849750 Reply to the post

[JBoss-dev] [Nukes Development] - Re: Non-SQL92 SQL Statement Strategy

2004-09-28 Thread cooper
this is EJBQL or JBossQL so it is portable accross different database since it is compiled by CMP2 into the good SQL dialect by the engine. "mlavergn" wrote : Ok, some SQL statements used in the EJB xdoclet defs extend beyond SQL92 causing portability issues. To cite a particular example, from