Re: hibernate-entitymanager

2008-10-30 Thread Mansour
) org.hibernate:hibernate-entitymanager:jar:pom:3.3.2.GA Try downloading the file manually from: http://hibernate.org Then, install it using the command: mvn install:install-file -DgroupId=org.hibernate -DartifactId=hibernate-entitymanager \ -Dversion=3.3.2.GA -Dclassifier=pom -Dpackaging

RE: hibernate-entitymanager

2008-10-30 Thread Edelson, Justin
org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:maven-plugin:0.5 This artifact is in the java.net repository: http://download.java.net/maven/2 org.hibernate:hibernate-entitymanager:jar:pom:3.3.2.GA This is in central: http://repo1.maven.org/maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA

hibernate-entitymanager

2008-10-29 Thread Mansour
I am trying to add hibernate-entitymanager dependency using maven. I am getting an error about missing artifact. I have seen posts about resolving this by manaully installing the dependency. There should be a better way to get this done. If I install the artifact manualy then other developers

Re: hibernate-entitymanager

2008-10-29 Thread Wes Wannemacher
29, 2008 at 9:26 AM, Mansour [EMAIL PROTECTED] wrote: I am trying to add hibernate-entitymanager dependency using maven. I am getting an error about missing artifact. I have seen posts about resolving this by manaully installing the dependency. There should be a better way to get this done

Re: hibernate-entitymanager

2008-10-29 Thread Edelson, Justin
Subject: hibernate-entitymanager I am trying to add hibernate-entitymanager dependency using maven. I am getting an error about missing artifact. I have seen posts about resolving this by manaully installing the dependency. There should be a better way to get this done. If I install

Re: Maven and Hibernate EntityManager

2007-06-11 Thread André Salvati
Someone doing unit tests with Maven 2 and plain Hibernate EntityManager? Thanks. André Salvati escreveu: Hi, I've tried to execute my unit tests with Maven an Maven 2.0.6 and Hibernate EntityManager and got problems. I have two projects (project1 and project2). Project1 depends

Maven and Hibernate EntityManager

2007-06-08 Thread André Salvati
Hi, I've tried to execute my unit tests with Maven an Maven 2.0.6 and Hibernate EntityManager and got problems. I have two projects (project1 and project2). Project1 depends on project2. It seems, for some reason, Maven doesn't find classes at *target/classes*. So, EntityManager doesn't