4.30-SNAPSHOT problems with maven

43 views
Skip to first unread message

Andrew

unread,
Nov 18, 2011, 5:36:14 AM11/18/11
to ORMLite Android Users
Hello guys,
we are using ORMLite in our projects and I've tried to update to 4.3
from 4.23 but we have serious problems with compilation.

I've changed pom to:
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-android</artifactId>
<version>4.3</version>
</dependency>
<dependency>
<groupId>com.j256.ormlite</groupId>
<artifactId>ormlite-core</artifactId>
<version>4.3</version>
</dependency>

Then I'm getting a lot of errors of 2 types (looks like some important
methods were removed and I don't know why?):
The method queryForEq(String, String) is undefined for the type
BatchDaoIfc
The method updateRaw(String) is undefined for the type
Dao<Batch,Integer>

Can you help me?
We've serious problems with performance and 4.3 version seems to fix
some of them.
Thanks!!!

Andrew

unread,
Nov 18, 2011, 5:56:44 AM11/18/11
to ORMLite Android Users
Sorry,
my mistake,
I should use 4.30 not 4.3
Now i'm getting:

OpenHelperManager.SqliteOpenHelperFactory cannot be resolved to a type

Gray Watson

unread,
Nov 18, 2011, 5:07:34 PM11/18/11
to ormlite...@googlegroups.com
On Nov 18, 2011, at 5:56 AM, Andrew wrote:

> OpenHelperManager.SqliteOpenHelperFactory cannot be resolved to a type


Did you see this:

http://ormlite.com/docs/4.20

We've deprecated the SqliteOpenHelperFactory in 4.20 and removed it in 4.26. Sorry that caught you. Let me know if you have any questions using the new wiring.
gray

Reply all
Reply to author
Forward
0 new messages