Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Component/s: hbm2ddl
-
Labels:None
-
Environment:Maven 2.2.0
-
Number of attachments :
Description
During execution of
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>hibernate3-maven-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>hbm2ddl</goal>
</goals>
</execution>
</executions>
<configuration>
<components>
<component>
<name>hbm2ddl</name>
<implementation>jpaconfiguration</implementation>
</component>
</components>
<componentProperties>
<persistenceunit>custis-shop-model-production</persistenceunit>
<outputfilename>schema.ddl</outputfilename>
<drop>false</drop>
<create>true</create>
<export>false</export>
<format>true</format>
</componentProperties>
</configuration>
</plugin>
All hangs after
[INFO] [hibernate3:hbm2ddl
{execution: default}]
12:38:14,500 INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.4.0.GA
12:38:14,516 INFO org.hibernate.cfg.Environment - Hibernate 3.3.1.GA
12:38:14,516 INFO org.hibernate.cfg.Environment - hibernate.properties not found
12:38:14,516 INFO org.hibernate.cfg.Environment - Bytecode provider name : javassist
12:38:14,516 INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
12:38:14,547 INFO org.hibernate.annotations.common.Version - Hibernate Commons Annotations 3.1.0.GA
12:38:14,547 INFO org.hibernate.ejb.Version - Hibernate EntityManager 3.4.0.GA
No exception, maven is still doing something..
Sorry, it works fine, but very slow