Open KlaGuMar opened 13 years ago
Hallo!? Gibt's außer mir hier noch jemanden? Lebt das Projekt noch?
Jetzt lebt es wieder, sorry für die lange Verzögerung. Bitte mal die aktuellste Version ausprobieren, es müßte jetzt funktionieren.
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]
/wicket-wbs/wbs-middleware/pom.xml
`
<artifactId>jta</artifactId>
<!--
<version>1.0.1B</version>
-->
<version>1.1</version>
solves the problem
Das Maven-Projekt ist nicht erzeugbar. Folgende Vorgehensweise:
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.