duesenklipper / wicketbuch-wbs

http://www.wicketbuch.de/
Apache License 2.0
2 stars 0 forks source link

Maven Projekt nicht zu erzeugen #2

Open KlaGuMar opened 13 years ago

KlaGuMar commented 13 years ago

Das Maven-Projekt ist nicht erzeugbar. Folgende Vorgehensweise:

  1. duesenklipper / wicketbuch-wbs - zip heruntergeladen
  2. in das Root-Verzeichnis gewechselt: duesenklipper-wicketbuch-wbs-6ecfbc9
  3. mvn install [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] WorkBreakdownStructure ............................ SUCCESS [0.747s] [INFO] WBSMiddleware ..................................... FAILURE [1.936s] [INFO] WBSWeb ............................................ SKIPPED [INFO] ------------------------------------------------------------------------

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicati on-context.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.f actory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [application-context.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to initialize: com.senacor.domain.user.User

Ich hätte mich gerne näher mit dem Projekt beschäftigt und würde mich über eine Antwort, bzw. Hilfestellung freuen.

KlaGuMar commented 13 years ago

Hallo!? Gibt's außer mir hier noch jemanden? Lebt das Projekt noch?

duesenklipper commented 13 years ago

Jetzt lebt es wieder, sorry für die lange Verzögerung. Bitte mal die aktuellste Version ausprobieren, es müßte jetzt funktionieren.

stolle commented 7 years ago

Bei mir lebt es gerade nicht:

INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] WorkBreakdownStructure ............................. SUCCESS [ 0.078 s] [INFO] WBSMiddleware ...................................... FAILURE [01:26 min] [INFO] WBSWeb ............................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:26 min [INFO] Finished at: 2017-04-05T05:45:24+02:00 [INFO] Final Memory: 8M/89M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project wbs-middleware: Could not resolve dependencies for project com.senacor:wbs-middleware:jar:1.1-SNAPSHOT: Could not find artifact javax.transaction:jta:jar:1.0.1B in wicket-snaps (http://wicketstuff.org/maven/repository), try downloading from http://java.sun.com/products/jta -> [Help 1]

fkolberg commented 7 years ago

/wicket-wbs/wbs-middleware/pom.xml

`

javax.transaction
        <artifactId>jta</artifactId>
        <!-- 
        <version>1.0.1B</version>
        -->
        <version>1.1</version>

solves the problem