A new topic, '2.0RC2 Spring Integration', has been made on a board you are 
watching.

You can see it at
http://liquibase.org/forum/index.php?topic=591.new#new

The text of the topic is shown below:

Hello!

I'm trying to use liquibase 2.0RC2 with Spring, but am getting a 
BeanCreationException.

Here's my bean definition:
Code:
<bean id="liquibase" class="liquibase.integration.spring.SpringLiquibase">
      <property name="dataSource" ref="dataSource" />
      <property name="changeLog" 
value="classpath:/database-migrations/master-changelog.xml" />
    </bean>

And here's the exception I'm getting at startup:

Code:
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'liquibase' defined in ServletContext resource 
[/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested 
exception is java.lang.NullPointerException

Have I forgotten a property? Any help will be very much appreciated. :)

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to