Using the 3.0.2 does not work for me anyone else more luck?
Will post more comments here:
https://github.com/liquibase/liquibase/pull/25
- WARNING: AS-CDI-005
WARNING: Class 'javax.ejb.PostActivate' not found, interception based on it is not enabled
WARNING: Class 'javax.ejb.PrePassivate' not found, interception based on it is not enabled
WARNING: WELD-001473 javax.enterprise.inject.spi.Bean implementation liquibase.integration.cdi.CDIBootstrap$1@1a7587a declared a normal scope but does not implement javax.enterprise.inject.spi.PassivationCapable. It won't be possible to inject this bean into a bean with passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface.
SEVERE: No valid EE environment for injection of liquibase.integration.cdi.CDILiquibase
SEVERE: Exception during lifecycle processing
org.glassfish.deployment.common.DeploymentException: CDI deployment failure:Exception List with 1 exceptions:
Exception 0 :
javax.ejb.EJBException: Versuch, aufzurufen, während Container in Initializing enthalten ist
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1984)
at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:1979)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:220)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:88)
at com.sun.proxy.$Proxy351.createConfig(Unknown Source)
at org.easy.scrum.service.db.__EJB31_Generated__LiquibaseProducer__Intf____Bean__.createConfig(Unknown Source)
Will post more comments here:
https://github.com/liquibase/liquibase/pull/25