Re: Maven/Hibernate error / anyone has find similar?

2007-11-15 Thread Marco Mistroni
Hello,
 mm  not really :)
found out that i had a clash between followign dependencies
- hibernate 3.2.x
- asm-all
-cglib
- spring ?

i am trying to move my project from ant to maven, and we are using
hibernate spring, cglib and asm libraries

when i downloaded them from web, i got error,
when instead i pointed to version installed on my local machine (teh
one i m using with ant) everythign worked fine
i'll need toinvestigate more as this may cause us problems if we
update any versions of spring or hibernate

i'll report back here my findings once i proceed with my investigation

regards
marco



On Nov 14, 2007 9:04 PM, Wayne Fay [EMAIL PROTECTED] wrote:
 Take a look at your applicationContext.xml file, apparently you have
 an issue with how you've defined your sessionFactory bean (??).

 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'sessionFactory' defined in class path
 resource [applicationContext.xml]: Invocation of init method failed;
 nested exception is java.lang.NoClassDefFoundError
 Caused by: java.lang.NoClassDefFoundError
at 
 org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:107)

 Wayne

 On 11/14/07, Marco Mistroni [EMAIL PROTECTED] wrote:
  hi all,
   i am trying to port an app from ant to maven , but it looks like i am
  having troubles iwth dependencies.
  has anyone ever found the error below?
  i attach my dependencies at the end of message, hope someone can sort me 
  out
 
 
 
  Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.39
  sec  FAILURE!
  testGetBSDRBondIdsReturnsBondIds(com.bnpparibas.risk.collateralrisk.dao.IssueDaoIntegrationTest)
   Time elapsed: 0.359 sec   ERROR!
  org.springframework.beans.factory.BeanCreationException: Error
  creating bean with name 'sessionFactory' defined in class path
  resource [applicationContext.xml]: Invocation of init method failed;
  nested exception is java.lang.NoClassDefFoundError
  Caused by: java.lang.NoClassDefFoundError
 at 
  org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:107)
 at 
  org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven/Hibernate error / anyone has find similar?

2007-11-15 Thread Steve Ebersole
http://opensource.atlassian.com/projects/hibernate/browse/HHH- perchance?

On Thursday 15 November 2007 02:30:56 pm Marco Mistroni wrote:
 Hello,
  mm  not really :)
 found out that i had a clash between followign dependencies
 - hibernate 3.2.x
 - asm-all
 -cglib
 - spring ?

 i am trying to move my project from ant to maven, and we are using
 hibernate spring, cglib and asm libraries

 when i downloaded them from web, i got error,
 when instead i pointed to version installed on my local machine (teh
 one i m using with ant) everythign worked fine
 i'll need toinvestigate more as this may cause us problems if we
 update any versions of spring or hibernate

 i'll report back here my findings once i proceed with my investigation

 regards
 marco

 On Nov 14, 2007 9:04 PM, Wayne Fay [EMAIL PROTECTED] wrote:
  Take a look at your applicationContext.xml file, apparently you have
  an issue with how you've defined your sessionFactory bean (??).
 
  org.springframework.beans.factory.BeanCreationException: Error
  creating bean with name 'sessionFactory' defined in class path
  resource [applicationContext.xml]: Invocation of init method failed;
  nested exception is java.lang.NoClassDefFoundError
  Caused by: java.lang.NoClassDefFoundError
 at
  org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIB
 LazyInitializer.java:107)
 
  Wayne
 
  On 11/14/07, Marco Mistroni [EMAIL PROTECTED] wrote:
   hi all,
i am trying to port an app from ant to maven , but it looks like i am
   having troubles iwth dependencies.
   has anyone ever found the error below?
   i attach my dependencies at the end of message, hope someone can sort
   me out
  
  
  
   Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.39
   sec  FAILURE!
   testGetBSDRBondIdsReturnsBondIds(com.bnpparibas.risk.collateralrisk.dao
  .IssueDaoIntegrationTest) Time elapsed: 0.359 sec   ERROR!
   org.springframework.beans.factory.BeanCreationException: Error
   creating bean with name 'sessionFactory' defined in class path
   resource [applicationContext.xml]: Invocation of init method failed;
   nested exception is java.lang.NoClassDefFoundError
   Caused by: java.lang.NoClassDefFoundError
  at
   org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGL
  IBLazyInitializer.java:107) at
   org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBP
  roxyFactory.java:43)
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-- 
Steve Ebersole

Hibernate Project Lead
http://hibernate.org

Principal Software Engineer
http://redhat.com
http://jboss.org

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Maven/Hibernate error / anyone has find similar?

2007-11-14 Thread Marco Mistroni
hi all,
 i am trying to port an app from ant to maven , but it looks like i am
having troubles iwth dependencies.
has anyone ever found the error below?
i attach my dependencies at the end of message, hope someone can sort me out



Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.39
sec  FAILURE!
testGetBSDRBondIdsReturnsBondIds(com.bnpparibas.risk.collateralrisk.dao.IssueDaoIntegrationTest)
 Time elapsed: 0.359 sec   ERROR!
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'sessionFactory' defined in class path
resource [applicationContext.xml]: Invocation of init method failed;
nested exception is java.lang.NoClassDefFoundError
Caused by: java.lang.NoClassDefFoundError
at 
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:107)
at 
org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)
at 
org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162)
at 
org.hibernate.tuple.entity.AbstractEntityTuplizer.init(AbstractEntityTuplizer.java:135)
at 
org.hibernate.tuple.entity.PojoEntityTuplizer.init(PojoEntityTuplizer.java:55)
at 
org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.init(EntityEntityModeToTuplizerMapping.java:56)
at 
org.hibernate.tuple.entity.EntityMetamodel.init(EntityMetamodel.java:269)
at 
org.hibernate.persister.entity.AbstractEntityPersister.init(AbstractEntityPersister.java:425)
at 
org.hibernate.persister.entity.SingleTableEntityPersister.init(SingleTableEntityPersister.java:109)
at 
org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55)
at 
org.hibernate.impl.SessionFactoryImpl.init(SessionFactoryImpl.java:226)
at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1291)
at 
org.springframework.orm.hibernate3.LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:807)
at 
org.springframework.orm.hibernate3.LocalSessionFactoryBean.buildSessionFactory(LocalSessionFactoryBean.java:740)
at 
org.springframework.orm.hibernate3.AbstractSessionFactoryBean.afterPropertiesSet(AbstractSessionFactoryBean.java:131)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1062)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1029)
at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:420)
at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:245)
at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:242)
at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:348)
at 
org.springframework.context.support.ClassPathXmlApplicationContext.init(ClassPathXmlApplicationContext.java:92)
at 
org.springframework.context.support.ClassPathXmlApplicationContext.init(ClassPathXmlApplicationContext.java:77)
at 
org.springframework.test.AbstractSpringContextTests.loadContextLocations(AbstractSpringContextTests.java:121)
at 
org.springframework.test.AbstractDependencyInjectionSpringContextTests.loadContextLocations(AbstractDependencyInjectionSpringContextTests.java:210)
at 
org.springframework.test.AbstractSpringContextTests.getContext(AbstractSpringContextTests.java:101)
at 
org.springframework.test.AbstractDependencyInjectionSpringContextTests.setUp(AbstractDependencyInjectionSpringContextTests.java:178)
at junit.framework.TestCase.runBare(TestCase.java:125)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)

Re: Maven/Hibernate error / anyone has find similar?

2007-11-14 Thread Wayne Fay
Take a look at your applicationContext.xml file, apparently you have
an issue with how you've defined your sessionFactory bean (??).

org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'sessionFactory' defined in class path
resource [applicationContext.xml]: Invocation of init method failed;
nested exception is java.lang.NoClassDefFoundError
Caused by: java.lang.NoClassDefFoundError
   at 
org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:107)

Wayne

On 11/14/07, Marco Mistroni [EMAIL PROTECTED] wrote:
 hi all,
  i am trying to port an app from ant to maven , but it looks like i am
 having troubles iwth dependencies.
 has anyone ever found the error below?
 i attach my dependencies at the end of message, hope someone can sort me 
 out



 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.39
 sec  FAILURE!
 testGetBSDRBondIdsReturnsBondIds(com.bnpparibas.risk.collateralrisk.dao.IssueDaoIntegrationTest)
  Time elapsed: 0.359 sec   ERROR!
 org.springframework.beans.factory.BeanCreationException: Error
 creating bean with name 'sessionFactory' defined in class path
 resource [applicationContext.xml]: Invocation of init method failed;
 nested exception is java.lang.NoClassDefFoundError
 Caused by: java.lang.NoClassDefFoundError
at 
 org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:107)
at 
 org.hibernate.proxy.pojo.cglib.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:43)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]