[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: DEPLOYMENTS MISSING DEPENDENCIES: UNRESOLVED Demands 'pe

NSchweig do-not-reply at jboss.com
Thu Jul 23 11:07:26 EDT 2009


Oh,

the first hint on the hibernate-thread was it.

I had tested 

@Id
  | @GeneratedValue(strategy = GenerationType.AUTO)
  | private Long id;

and the same the getter-Method

@Id
  | @GeneratedValue(strategy = GenerationType.AUTO)
  | public Long getId() {
  | 	return id;
  | }
...and forgot to delete on of them so it was duplicate.

Now it works, thank you very much!
NSchweig
	

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245598#4245598

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245598



More information about the jboss-user mailing list