[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - AbstractMethodError while deploying .sar file in JBoss
Hema.T
do-not-reply at jboss.com
Tue Nov 27 05:54:49 EST 2007
Hi,
I'm trying to create a .sar file out of my java application and deploy it in JBoss, to make it available as a service. While deploying I'm getting the following error in JBoss console. Please help me out in resolving this issue.
I have given the StackTrace here:
java.lang.AbstractMethodError
at org.hibernate.jdbc.AbstractBatcher.getSQL(AbstractBatcher.java:451)
at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:473)
at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:415)
at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1560)
at org.hibernate.loader.Loader.doQuery(Loader.java:661)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
at org.hibernate.loader.Loader.loadEntity(Loader.java:1784)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:48)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:42)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:
2977)
at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListe
ner.java:393)
Thanks in advance,
Hema
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107998#4107998
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107998
More information about the jboss-user
mailing list