Re: Class is not mapped

2010-02-03 Thread Michael Gentry
30) >>> >>> which doesnt make much sense to me except that I understand that >>> commitChanges actually sends the data to the database to be saved. >>> Otherwise I'm lost. >>> -- >>> View this message in context: >>> http://n3.nabble

Re: Class is not mapped

2010-02-03 Thread jmp5167
0) >> >> which doesnt make much sense to me except that I understand that >> commitChanges actually sends the data to the database to be saved. >> Otherwise I'm lost. >> -- >> View this message in context: >> http://n3.nabble.com/Class-is-not-mapped-tp1835

Re: Class is not mapped

2010-02-03 Thread Andrey Razumovsky
data to the database to be saved. > Otherwise I'm lost. > -- > View this message in context: > http://n3.nabble.com/Class-is-not-mapped-tp183513p184666.html > Sent from the Cayenne - User mailing list archive at Nabble.com. > -- Andrey

Re: Class is not mapped

2010-02-03 Thread jmp5167
h sense to me except that I understand that commitChanges actually sends the data to the database to be saved. Otherwise I'm lost. -- View this message in context: http://n3.nabble.com/Class-is-not-mapped-tp183513p184666.html Sent from the Cayenne - User mailing list archive at Nabble.com.

Re: Class is not mapped

2010-02-02 Thread Andrey Razumovsky
ys: > > Exception in thread "main" java.lang.IllegalArgumentException: Class is not > mapped with Cayenne: org.example.cayenne.persistent.Artist at > org.apache.cayenne.access.DataContext.newObject(DataContext.java:689)at > org.example.cayenne.persistent.Main.main(Main.java:11) > > I guess I

Class is not mapped

2010-02-02 Thread jmp5167
Hello, I am new to using Cayenne so I decided to first start by going through the tutorial. All went fine until I tried to build my project. I get an error that says: Exception in thread "main" java.lang.IllegalArgumentException: Class is not mapped wi