taarraas / wikinet

Automatically exported from code.google.com/p/wikinet
0 stars 0 forks source link

bug #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 Exception in thread "main" org.hibernate.HibernateException: get is not
valid without active transaction
        at
org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.inv
oke(ThreadLocalSessionContext.java:297)
        at $Proxy24.get(Unknown Source)
        at wikinet.db.dao.impl.GenericDaoImpl.findById(GenericDaoImpl.java:29)
        at
wikinet.wordnet2db.impl.WordNet2DBImpl.saveWord(WordNet2DBImpl.java:63)
        at
wikinet.wordnet2db.impl.WordNet2DBImpl.saveSynset(WordNet2DBImpl.java:73)
        at
wikinet.wordnet2db.impl.WordNet2DBImpl.parseSynsets(WordNet2DBImpl.java:150)
        at
wikinet.wordnet2db.impl.WordNet2DBImpl.importFile(WordNet2DBImpl.java:50)
        at wikinet.wordnet2db.Main.main(Main.java:19)

Original issue reported on code.google.com by taarr...@gmail.com on 5 May 2010 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by taarr...@gmail.com on 5 May 2010 at 4:38