[ openjms-Bugs-1691158 ] Non-coherent use of identifier upper/lower-case

"SourceForge.net" <[email protected]> Fri, 30 Mar 2007 03:24:24 -0700
Newsgroups gmane.comp.java.openjms.devel
Message-ID <[email protected]>
Bugs item #1691158, was opened at 2007-03-30 12:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1691158&group_id=54559

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: persistence
Group: v0.7.7-alpha-3
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: marcos (marsangr)
Assigned to: Jim Alateras (jalateras)
Summary: Non-coherent use of identifier upper/lower-case

Initial Comment:
It is impossible to use openjms 0.7.7b1 with RDBMS that are configured with case-sensitive identifiers.

The reason is that openjms is not coherent itself in the use of column names. For instance, the column expiryTime in the table message_handles:

>From class Messages:
"delete from message_handles where expiryTime > 0 ..."

>From class MessageHandles:
"select messageid, destinationid, consumerid, priority, acceptedtime, sequencenumber, expirytime ..."

I think that should be made coherent in the openjms code since that is holding back potential customers from employing this product.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1691158&group_id=54559

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV