Hi all!

I use PostgreSQL and JBoss 3.2.3.

I'd like to perform a JBoss ql select that search the maximum value of a timestamp 
typed column.

This fails because I get a find exception reporting me that the current timestamp 
value is a "Bad double".
Do the newly introduced aggregate functions work only on number parameters?

Another solution would be if I could create to each timestamp cmp field a pair 
containing the same value in long type.

I don't want that these long fields become persistent fields, but I'd like that these 
fields can be used in a jboss ql select.

Can I create these kind of fields?

I saw that XDoclet has a @jboss.not-persisted-field tag, but there's no documentation 
concerning the purpose of this tag.

Could anyone know the solution?

Tibor

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827587#3827587";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827587>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to