jackba / ie-mtams

Automatically exported from code.google.com/p/ie-mtams
0 stars 0 forks source link

Conference Form Database Error [Application-Related] #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When logging in with test user, I got EJB Rollback Exception.

Internal Exception: java.sql.SQLSyntaxErrorException: Column 
'CONFERENCECOMPLETE' is either not in any tabe in the FROM list or appears 
within a join specification and is outside the scope of the join specification 
or appears in a HAVING clause and is not in the GROUP BY list. If this is a 
CREATE or ALTER TABLE  statement then 'CONFERENCECOMPLETE' is not a column in 
the target table.
Error Code: -1

Call: SELECT IDAPPLICATION, CONFERENCECOMPLETE, DATEMODIFIED, DESCRIPTION, 
FINALCOSTINGCOMPLETE, FOREXCOMPLETE, MOTIVATIONCOMPLETE, ACCOUNT_IDACCOUNT, 
FINALCOSTING_IDFINALCOSTING, FOREXORDER_IDFOREXORDER, MOTIVATION_IDMOTIVATION, 
QUOTES_IDQUOTES, TRAVEL_IDTRAVEL, TRAVELERPROFILE_IDTRAVELERPROFILE FROM 
APPLICATION

Query: ReadAllQuery(referenceClass=Application sql="SELECT IDAPPLICATION, 
CONFERENCECOMPLETE, DATEMODIFIED, DESCRIPTION, FINALCOSTINGCOMPLETE, 
FOREXCOMPLETE, MOTIVATIONCOMPLETE, ACCOUNT_IDACCOUNT, 
FINALCOSTING_IDFINALCOSTING, FOREXORDER_IDFOREXORDER, MOTIVATION_IDMOTIVATION, 
QUOTES_IDQUOTES, TRAVEL_IDTRAVEL, TRAVELERPROFILE_IDTRAVELERPROFILE FROM 
APPLICATION")

Original issue reported on code.google.com by remanemarco@gmail.com on 25 Sep 2013 at 10:49

GoogleCodeExporter commented 9 years ago

Original comment by riaanvor...@gmail.com on 9 Oct 2013 at 12:25