Re: Hibernate and Maven

2011-03-28 Thread renuka12
Hi, I am getting the same problem but I am developing maven plugin using java. I am also getting the exception as ClassNotFoundException : oracle.jdbc.driver.OracleDriver I saw in my jar file, class is available in jar file Renuka -- View this message in context: http

Re: Hibernate 3.6.0 and Maven

2011-01-18 Thread Wayne Fay
>3.5.3-Final 3.5.3-Final is really terrible name for a version. > [ERROR] Failed to execute goal on project ctjava: Could not resolve > dependencies for project net.cuprak.web:ctjava:war:1.0-SNAPSHOT: Could not > find artifact org.hibernate:hibernate:jar:3.5.3-Final in > jboss-publ

Re: Hibernate 3.6.0 and Maven

2011-01-18 Thread Johann Reyes
Hello Ryan You just need this: org.hibernate hibernate-entitymanager 3.6.0.Final Johann On Tue, Jan 18, 2011 at 11:25 AM, Ryan Cuprak wrote: > > Does anyone have a working pom file for Hibernate 3.5.x or 3.6.x? > > This is what I have n

RE: Hibernate 3 Plugin

2009-08-14 Thread Johann Reyes
Hello Neil I think the problem is it doesn't find the persistence.xml because it isn't the standard META-INF/persistence.xml as per the hibernatools documentation: https://www.hibernate.org/hib_docs/tools/reference/en/html/ant.html " will simply just try and auto-configure itself based on the ava

RE: Hibernate 3 Plugin

2009-08-14 Thread Johann Reyes
Hello Neil I think the problem is it doesn't find the persistence.xml because it isn't the standard META-INF/persistence.xml as per the hibernatools documentation: https://www.hibernate.org/hib_docs/tools/reference/en/html/ant.html " will simply just try and auto-configure itself based on the ava

Re: Hibernate 3 Plugin

2009-08-13 Thread Mick Knutson
ts the > modules and defines dependencies in common among modules like Spring. > Should my plugin definition be at the parent level? > > Thanks. > > > -Original Message- > From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] > Sent: Thu 8/13/2009 4:09 PM >

RE: Hibernate 3 Plugin

2009-08-13 Thread Neil Chaudhuri
hanks. -Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: Thu 8/13/2009 4:09 PM To: Maven Users List Subject: Re: Hibernate 3 Plugin Hi, you haven't defined an execution for the PlugIN. hbm2ddl proce

Re: Hibernate 3 Plugin

2009-08-13 Thread Karl Heinz Marbaise
Hi, you haven't defined an execution for the PlugIN. hbm2ddl process-classes hbm2ddl true false

Re: Hibernate reveng

2009-08-07 Thread Uff2
Hi Karl, Thank you for your suggestion about directory convention of generated files. Karl Heinz Marbaise wrote: > > Hi, > >> >> >> postgresql >> postgresql >> 8.3-603.jdbc4 >> > Why are you defining the postgresql driver not as dependency for > Hib

Re: Hibernate reveng

2009-08-06 Thread Karl Heinz Marbaise
Hi, hbm2hbmxml src/main/resources I would suggest not to use the src directory ...use the target directory ... hbm2java src/main/java Use the default (AFAIK target/generated-sources)...for other def

Re: hibernate byte code instrumentation

2009-03-26 Thread Rusty Wright
Try this: http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html fachhoch wrote: I did not understand this, please explain what should I change in pom to do this ? here is my jetty maven plugin org.mortbay.jetty maven-jetty

Re: hibernate byte code instrumentation

2009-03-26 Thread fachhoch
I did not understand this, please explain what should I change in pom to do this ? here is my jetty maven plugin org.mortbay.jetty maven-jetty-plugin 6.1.12.rc4 commons-logging comm

Re: hibernate byte code instrumentation

2009-03-25 Thread Stephen Connolly
attach the execution to the process-classes phase 2009/3/26 fachhoch > > I am using maven-ant-run plugin to call hibernate byte code > insturmentation > , i also have maven jetty plugin , every time i run jetty plugin first > all modified java files gets complied and then test cases and fin

RE: hibernate-entitymanager

2008-10-30 Thread Edelson, Justin
it would make sense to have a Wiki page listing all of the known public repositories. From: Mansour [mailto:[EMAIL PROTECTED] Sent: Thu 10/30/2008 11:53 AM To: Maven Users List Subject: Re: hibernate-entitymanager Thank you for your reply, I have installed

Re: hibernate-entitymanager

2008-10-30 Thread Mansour
Thank you for your reply, I have installed jfrog artifactory maven repo on an internal server, and looking to deploy or find out how to delpoy any missing dependency to avoid getting into this in the future. dep I am having problems with: Path to dependency: 1) org.jvnet.jaxb2.maven2:ma

Re: hibernate-entitymanager

2008-10-29 Thread Edelson, Justin
Use a repository manager and deploy the artifact to a '3rd party' repository. Did you check if the artifact in question is available via the jboss repo? Justin - Original Message - From: Mansour <[EMAIL PROTECTED]> To: Maven Users List Sent: Wed Oct 29 09:26:46 2008 Subject: hibernate-e

Re: hibernate-entitymanager

2008-10-29 Thread Wes Wannemacher
Which dependency is causing a problem? I recently had trouble with concurrent:concurrent, but I think JTA is a problem as well. Neither one of the problems can be fixed by this team as JTA is a licensing issue and the concurrent:concurrent dependency is a Hibernate issue (bug). -Wes On Wed, Oct

Re: Hibernate + maven2

2008-07-09 Thread Arash Bizhan zadeh
hibernate3-maven-plugin maybe?! On Wed, Jul 9, 2008 at 6:31 AM, Renu Gupta <[EMAIL PROTECTED]> wrote: > Hi, > I have worked in torque plugin of maven2. > Now I wanna work in hibernate + maven2. > Can any one tell me where to start from? > > > Regards, > Renu Gupta > Impetus Infotech Pvt Ltd > 14-

Re: Hibernate and resources

2007-08-17 Thread Johann Reyes
Hello Mathias you should put it in your resources directory and do something like this in your applicationContext.xml in your sessionFactory bean: Regards Johann Reyes

Re: Hibernate and resources

2007-08-16 Thread Mathias P.W Nilsson
Yes! I did that and it worked! Thanks :) -- View this message in context: http://www.nabble.com/Hibernate-and-resources-tf4280221s177.html#a12183535 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscr

Re: Hibernate and resources

2007-08-16 Thread Wayne Fay
Not s/m/j/resources, simply src/main/resources. Try that and see if it works. And if this is simply for testing, put your file in src/test/resources. Wayne On 8/16/07, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote: > > Ahhh I'm tearing hair out. I've set up maven, mysql, c3p0 and hibernate.

RE: Hibernate and 2.0.7

2007-07-31 Thread Annies, Sebastian
Some more information about what happens would be helpful. > -Original Message- > From: jallen [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 29, 2007 10:00 PM > To: users@maven.apache.org > Subject: Hibernate and 2.0.7 > > > Has anyone else experienced issues with 2.0.7 and hibernate 3.

Re: Hibernate and 2.0.7

2007-07-30 Thread Martin Gilday
Using those versions together with no problems. - Original message - From: "jallen" <[EMAIL PROTECTED]> To: users@maven.apache.org Date: Sun, 29 Jul 2007 13:00:27 -0700 (PDT) Subject: Hibernate and 2.0.7 Has anyone else experienced issues with 2.0.7 and hibernate 3.2.4.ga? It's not my p

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Steve Ebersole
Mark and I already discussed this. But its a different discussion, since he does not deal with pre-packaged styles... On Mon, 2007-06-04 at 21:38 +0200, Max Rydahl Andersen wrote: > one thing is for sure, the current image location in our docbook is > annoying ;( > > It is not relative to whe

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Mark Proctor
yes I raised that with steve, after being abused for some time, I think I eventually persuaded him to include the properties necessary for this. Mark Max Rydahl Andersen wrote: one thing is for sure, the current image location in our docbook is annoying ;( It is not relative to where the xml

Re: [hibernate-dev] docbook + maven

2007-06-04 Thread Max Rydahl Andersen
one thing is for sure, the current image location in our docbook is annoying ;( It is not relative to where the xml files are and hence it does not show up in e.g. xmlmind. What makes most sense to me is that the images is located relative/correctly based on the actual xml they are referred

Re: hibernate InstrumentTask

2007-01-30 Thread nicolas de loof
I found the answer on http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html I've updated the wiki http://docs.codehaus.org/display/MAVENUSER/Howto+instrument+domain+model+classes+using+hibernate 2007/1/30, nicolas de loof <[EMAIL PROTECTED]>: My project is the domain model that h

Re: hibernate InstrumentTask

2007-01-30 Thread nicolas de loof
My project is the domain model that has no dependency. This the reason I want to set hibernate dependency as a plugin dependency. I tried : But this isn't an valid refId 2007/1/30, Marco Mistroni <[EMAIL PROTECTED]>: Nicholas, additional thing if you make it work, would you mind write a wik

Re: hibernate InstrumentTask

2007-01-30 Thread Marco Mistroni
Nicholas, additional thing if you make it work, would you mind write a wiki here http://docs.codehaus.org/display/MAVENUSER/Examples with your example pom.xml? it might help (me :) or anyone that want to do same things later on regards marco On 1/30/07, Marco Mistroni <[EMAIL PROTECTED]> wro

Re: hibernate InstrumentTask

2007-01-30 Thread Marco Mistroni
ah i see, i was betting that that could have been one of the problems any reasons why the code below does not work using process-classes? i had to add extra classes 'manually' to classpath because i had problem with some jboss versions that were screwing up the wstools task.. so i couldn't im

Re: hibernate InstrumentTask

2007-01-30 Thread nicolas de loof
My issue is about building the classpath for the hibernate instrumentTask using maven dependencies : your sample config uses ${jboss.libdir} to build the task calsspath. I'd like to set a dependency for the plugin on hibernate. Thanks anyway. 2007/1/30, Marco Mistroni <[EMAIL PROTECTED]>: Hi,

Re: hibernate InstrumentTask

2007-01-30 Thread Marco Mistroni
Hi, my 2 cents . don't know the issue but i went to check what does that instrument task do.. i see no reason why you can't just use maven antrun plugin and execute it... dont know if this might help... here i configured a custom ant task (wstools), like this

Re: Hibernate and Maven

2007-01-01 Thread Fabricio Lemos
Did you look if the jar file you downloaded contais the class oracle.jdbc.driver.OracleDriver? On 12/31/06, juergen.schumacher <[EMAIL PROTECTED]> wrote: Hi, I try to use the maven-hibernate3 plugin. The problem is that the driver for the database can not be found. This really drives me crazy a

Re: Hibernate 3.2

2006-11-16 Thread Mirko Nasato
Of course, you can also use this new search engine... I'm not sure if you've heard about it: it's called Google. ;-) You can enter as your search string something like "site:www.ibiblio.org maven2 hibernate-3.2" Cheers Mirko Adam Hardy wrote: I wouldn't be too harsh on Damien, it looks like

Re: Hibernate 3.2

2006-11-16 Thread LECAN Damien
> WARN: Don't go to www.mvnregistry.com! It redirects to a place that > tries to install an exe for porn. (don't worry if you're on Mac OS X > or other un*x ;-)). > > Damien Lecan: I'm not amused. Sorry, I did not see that problem with mvnregistry.com Use the other one instead : www.mvnreposi

Re: Hibernate 3.2

2006-11-16 Thread Adam Hardy
I wouldn't be too harsh on Damien, it looks like that website was hacked or allowed someone to post a javascript snippet in a comment. Hopefully the website owners will clean it up. ir. ing. Jan Dockx wrote: WARN: Don't go to w w w.mvnregistry.com! It redirects to a place that tries to install

Re: Hibernate 3.2

2006-11-15 Thread ir. ing. Jan Dockx
WARN: Don't go to www.mvnregistry.com! It redirects to a place that tries to install an exe for porn. (don't worry if you're on Mac OS X or other un*x ;-)). Damien Lecan: I'm not amused. On 15 Nov 2006, at 17:27, LECAN Damien wrote: To search artifacts : www.mvnrepository.com www.mvnregist

RE: Hibernate 3.2

2006-11-15 Thread LECAN Damien
To search artifacts : www.mvnrepository.com www.mvnregistry.com Very helpful Damien > -Message d'origine- > De : Mark Grand [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 15 novembre 2006 17:13 > À : users@maven.apache.org > Objet : Hibernate 3.2 > > > I want to use Hibernate 3.2 in a p

Re: Hibernate 3.2

2006-11-15 Thread Mirko Nasato
:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:17 AM To: Maven Users List Subject: Re: Hibernate 3.2 Hi Mark, Yes Hibernate 3.2 is there http://www.ibiblio.org/maven2/org/hibernate/hibernate/3.2.0.ga/ it probably switched groupId to "org.hibernate" recently... Hope

RE: Hibernate 3.2

2006-11-15 Thread Dave Hoffer
Does this bring in all its dependencies? -dh -Original Message- From: Mirko Nasato [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:17 AM To: Maven Users List Subject: Re: Hibernate 3.2 Hi Mark, Yes Hibernate 3.2 is there http://www.ibiblio.org/maven2/org/hibernate

Re: Hibernate 3.2

2006-11-15 Thread Mirko Nasato
Hi Mark, Yes Hibernate 3.2 is there http://www.ibiblio.org/maven2/org/hibernate/hibernate/3.2.0.ga/ it probably switched groupId to "org.hibernate" recently... Hope this helps Mirko Mark Grand wrote: I want to use Hibernate 3.2 in a project that I am building with maven. There is no artif

Re: Hibernate 3.2

2006-11-15 Thread Wayne Fay
mvn install:install-file ... However the dependencies will not be set up properly due to generated poms. Wayne On 11/15/06, Mark Grand <[EMAIL PROTECTED]> wrote: I want to use Hibernate 3.2 in a project that I am building with maven. There is no artifact for Hibernate 3.2 in ibiblio. How can

Re: Hibernate mapping resource path in Maven

2006-10-30 Thread Andy Buckley
Aleksei Valikov wrote: > 1. Put your HBM files into resources, not into java. You should have > src/main/resource/cedar/hepdata/mode/Autor.hbm.xml etc. > > 2. Use > > Fantastic, thanks. The whole tree seems not to be needed, so just making e.g. src/main/resource/hbm/Author.hbm.xml and pointing

Re: Hibernate mapping resource path in Maven

2006-10-30 Thread Aleksei Valikov
Hi. I just started converting a Java project using Hibernate (www.hibernate.org) to build with Maven rather than Ant. While I was able to get log4j logging working again by placing my log4j.properties file in src/main/resources, and putting hibernate.cfg.xml in the same place does result in it g

Re: Hibernate mapping resource path in Maven

2006-10-30 Thread Marco Mistroni
Hello, yes you should make sure that your hibernate files end up in the resources directory of your src/java after that there isno need to put absolute path for your classes, you can just puit cedar/hepdata/Author.hbm.xml and that should work.. hth marco On 10/30/06, Andy Buckley <[EMAIL PR

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Marina Vatkina
Hi Kohsuke, Kohsuke Kawaguchi wrote On 08/28/06 12:00,: > Hi, Marina, I suspect this is a "bug", but can you confirm? > > I see oracle.toplink.essentials groupId and > oracle.toplink.essentials.agent groupId on the java.net repo, and I > suspect the intended placement was: > > groupId

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Marina Vatkina
Sun has all rights to TopLink Essentials code in GlassFish. Regards, -marina Carlos Sanchez wrote On 08/28/06 12:50,: > and is this toplink an original version from oracle or something > customised by sun? > > I'd suggest using com.oracle.toplink or com.sun.* respectively > > On 8/28/06, Kohsuk

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Carlos Sanchez
and is this toplink an original version from oracle or something customised by sun? I'd suggest using com.oracle.toplink or com.sun.* respectively On 8/28/06, Kohsuke Kawaguchi <[EMAIL PROTECTED]> wrote: Hi, Marina, I suspect this is a "bug", but can you confirm? I see oracle.toplink.essentia

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Kohsuke Kawaguchi
Hi, Marina, I suspect this is a "bug", but can you confirm? I see oracle.toplink.essentials groupId and oracle.toplink.essentials.agent groupId on the java.net repo, and I suspect the intended placement was: groupId -> jar javax.persistence persistenc

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Carlos Sanchez
It comes from https://maven-repository.dev.java.net/nonav/repository/javax.persistence/jars/ because the sun guys put it there, which means it's redistributable. I don't know the reason why it is there but it shouldn't as it's not javax.* stuff, maybe Kohsuke can tell us. It's curious that sourc

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Thomas Van de Velde
Carlos, Oracle's toplink-essentials are uploaded and point to the JPA 1.0 release: http://repo.mergere.com/maven2/javax/persistence/persistence-api/1.0/ http://repo.mergere.com/maven2/javax/persistence/toplink-essentials/1.0/ It's too bad for the Hibernate guys but I am using toplink now. ;-) O

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Carlos Sanchez
JPA provided by Hibernate can't be uploaded due to license constraints unless somebody can confirm the other way. Spring it's a matter of having the right poms. The ones in jira are not. On 8/28/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: It's hard to believe that after so much time Hibe

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Thomas Van de Velde
Sorry not 1000 but 23 ;-) In any case, up-to-date libraries for Spring and Hibernate would be greatly appreciated. On 8/28/06, Thomas Van de Velde <[EMAIL PROTECTED]> wrote: It's hard to believe that after so much time Hibernate's JPA libraries are still not uploaded. I also noticed that ther

Re: Hibernate uploads to ibiblio

2006-08-28 Thread Thomas Van de Velde
It's hard to believe that after so much time Hibernate's JPA libraries are still not uploaded. I also noticed that there are over 1000 (!) jira issues with upload requests. What is being done about the outdated state of the repository? Also, Spring RC3 is still not up there, even though it's ad

RE: hibernate hbm.xml file not found

2006-08-15 Thread Johann Reyes
Hello Lakshman I think I answered this before in the following post: http://www.mail-archive.com/users@maven.apache.org/msg49367.html Regards Johann Reyes -Original Message- From: Lakshman Srilakshmanan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 3:48 AM To: Maven Users Li

RE: Hibernate plugin not binding?

2006-08-14 Thread Johann Reyes
8.0.4 Hope it helps :) Thanks Lakshman > -Original Message- > From: Cristian Jansenson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 15 August 2006 11:07 AM > To: Lakshman Srilakshmanan > Subject: RE: Hibernate plugin not binding? > > No problem...

RE: Hibernate plugin not binding?

2006-08-14 Thread Lakshman Srilakshmanan
helps :) Thanks Lakshman > -Original Message- > From: Cristian Jansenson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 15 August 2006 11:07 AM > To: Lakshman Srilakshmanan > Subject: RE: Hibernate plugin not binding? > > No problem... and I didn't resolve this pro

RE: Hibernate plugin not binding?

2006-08-13 Thread Lakshman Srilakshmanan
n.apache.org > Subject: Re: Hibernate plugin not binding? > > > I'm having the same issue. Is there a way to override the execution of the > hibernate goals default phase of compile? I need to run the generation in > the generate-sources and then have the compile run. >

Re: Hibernate plugin not binding?

2006-08-02 Thread GoPokes64
I'm having the same issue. Is there a way to override the execution of the hibernate goals default phase of compile? I need to run the generation in the generate-sources and then have the compile run. Thanks -- View this message in context: http://www.nabble.com/Hibernate-plugin-not-binding--

Re: Hibernate uploads to ibiblio

2006-07-10 Thread Carlos Sanchez
there's no official uploader so you can do it yourself following http://maven.apache.org/guides/mini/guide-ibiblio-upload.html On 7/10/06, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: Hi there, Is there anybody officially supporting hibernate artifact uploading to ibiblio? I've successfully r

RE: Hibernate 3 failure

2006-07-07 Thread Johann Reyes
, July 07, 2006 11:37 AM To: Maven Users List Subject: RE: Hibernate 3 failure I have the exact same configuration but I do not have any extensions enabled: jdbc.artifact.groupid jdbc-driver 1.0 I am actually using the sun JDBC-ODBC bridge driver

RE: Hibernate 3 failure

2006-07-07 Thread James Richards
configuration required? Thanks, James -Original Message- From: [EMAIL PROTECTED] on behalf of ben short Sent: Fri 7/7/2006 11:28 AM To: Maven Users List Subject: Re: Hibernate 3 failure Have you seen this page? http://mojo.codehaus.org/hibernate3-maven-plugin/howto.html Ben On 7/7/06, James

RE: Hibernate 3 failure

2006-07-07 Thread James Richards
javax.mail mail 1.4 hibernate hibernate 3.0.5 -Original Message- From: Johann Reyes [mailto:[EMAIL PROTECTED] Sent: Fri 7/7/2006 11:28 AM To: 'Maven Users List' Subject: RE: Hibernate 3 failure Hello Richards This is stra

Re: Hibernate 3 failure

2006-07-07 Thread ben short
Have you seen this page? http://mojo.codehaus.org/hibernate3-maven-plugin/howto.html Ben On 7/7/06, James Richards <[EMAIL PROTECTED]> wrote: Hello, I've tried searching for this problem on Google but so far have not had any luck locating this exact error so I wanted to see if anyone on the

RE: Hibernate 3 failure

2006-07-07 Thread Johann Reyes
Hello Richards This is strange, would be possible for you to send your pom.xml file to check it out. Regards Johann Reyes -Original Message- From: James Richards [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 11:17 AM To: users@maven.apache.org Subject: Hibernate 3 failure Hell

Re: Hibernate upload hints

2006-05-19 Thread Wayne Fay
a. No idea. b. Yes, you can absolutely do that. Wayne On 5/19/06, Andrea Aime <[EMAIL PROTECTED]> wrote: Hi, I'd like to see the latest Hibernate and Hibernate annotations release published on ibiblio, and I'm wondering if: a) there's already someone that does that routinely b) if me, random us

Re: Hibernate Archives (.har files) with Maven 2

2006-03-29 Thread ronnyg
I am able to create .har files with a plugin I create; however, when I add the artifact as a dependency java cannot find the classes in the har file. I added type=har to the dependency but it seems that java is not loading the har into classpath. Thanks, Ronny -- View this message in context: ht

Re: [***SPAM*** Score/Req: 10.4/5.0] Re: Hibernate with Maven

2006-02-05 Thread Jamie Bisotti
sage- > > From: Napoleon Esmundo Ramirez [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 1 February 2006 2:51 PM > > To: Maven Users List > > Subject: [***SPAM*** Score/Req: 10.4/5.0] Re: Hibernate with Maven > > > > Hello, > > > > AFAIK, javax.transac

RE: [***SPAM*** Score/Req: 10.4/5.0] Re: Hibernate with Maven

2006-01-31 Thread Maciej Mastalarczuk
Seems to be working for me. Regards Maciej > -Original Message- > From: Napoleon Esmundo Ramirez [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 1 February 2006 2:51 PM > To: Maven Users List > Subject: [***SPAM*** Score/Req: 10.4/5.0] Re: Hiber

Re: Hibernate with Maven

2006-01-31 Thread Napoleon Esmundo Ramirez
Hello, AFAIK, javax.transaction:jta:1.0.1B is a Sun jar that can't be redistributed in ibiblio. You'll have to manually install that in your local repository ( http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html). You can download it here: http://java.sun.com/products/jta/

Re: Hibernate & m2

2006-01-09 Thread Mick Knutson
(WAMU) (Emeryville, California) --- From: Rick Mann <[EMAIL PROTECTED]> To: Mick Knutson <[EMAIL PROTECTED]> Subject: Re: Hibernate & m2 Date: Mon, 9 Jan 2006 12:41:38 -0800 On Jan 9, 2006, at 12:16 PM, Mick Knutson wrote: I have not even started to learn xd2 yet. Ah!

Re: Hibernate tools

2005-12-28 Thread Srepfler Srgjan
Alexandre Poitras wrote: Btw the latest build of velocity-tools is 1.2, so I guess hibernate pom file is wrong. In fact, I didn't get that dependency from a pom but from this site: http://www.hibernate.org/hib_docs/tools/ant/index.html name="hibernatetool" classname="org.hibernat

Re: Hibernate tools

2005-12-28 Thread Alexandre Poitras
Btw the latest build of velocity-tools is 1.2, so I guess hibernate pom file is wrong. On 12/28/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Look there : > http://maven.apache.org/guides/mini/guide-maven-evangelism.html > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > If y

Re: Hibernate tools

2005-12-28 Thread Alexandre Poitras
Look there : http://maven.apache.org/guides/mini/guide-maven-evangelism.html http://maven.apache.org/guides/mini/guide-ibiblio-upload.html If you provide a patch, usually it is fixed quite fast. If everyobne contribute a little bit, the repository will be much accurate in a short time. BTW, to ma

Re: hibernate transitive dependencies

2005-12-24 Thread Carlos Sanchez
You can provide the poms following instructions here http://maven.apache.org/guides/mini/guide-maven-evangelism.html so they are updated in ibiblio. Somebody has to do it first On 12/24/05, Koen Maes <[EMAIL PROTECTED]> wrote: > Hibernate being the example of transitive dependencies everywhere. >

Re: hibernate pom

2005-06-16 Thread Carlos Sanchez
nuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 16, 2005 3:12 PM > To: Maven Users List > Subject: Re: hibernate pom > > > Upload instructions are there : > http://maven.apache.org/reference/repository-upload.html > > Emmanuel > > Ryan Sonnek wrote:

RE: hibernate pom

2005-06-16 Thread Ryan Sonnek
pendencies. So, how does this get fixed? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 3:12 PM To: Maven Users List Subject: Re: hibernate pom Upload instructions are there : http://maven.apache.org/reference/repository-upload.html

Re: hibernate pom

2005-06-16 Thread Carlos Sanchez
You can do that at http://jira.codehaus.org/browse/MAVENUPLOAD I've manually uploaded the jars. On 6/16/05, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > Who's responsibile to upload the hibernate jars to ibiblio? I opened a > ticket with the hibernate team to correct their POM's but they said they >

Re: hibernate pom

2005-06-16 Thread Emmanuel Venisse
Upload instructions are there : http://maven.apache.org/reference/repository-upload.html Emmanuel Ryan Sonnek wrote: Who's responsibile to upload the hibernate jars to ibiblio? I opened a ticket with the hibernate team to correct their POM's but they said they have nothing to do with it. I t

Re: Hibernate dependencies

2005-04-14 Thread baleineca
> > > > >JTA you will need to park somewhere on your own server. And I am not sure > > >anymore if it is required. Also, note that depending on your environment > > >you > > >might need to add more deps. > > > More info on JTA here: http://java.sun.com/products/jta/index.html You still have t

Re: Hibernate dependencies

2005-04-14 Thread Mykel Alvis
If it's a performance issue and a lot of people have to download the dependecy, you might try installing the maven-proxy from CodeHaus. I've had stellar success with it (except for the occasional SNAPSHOT problem...) On 4/14/05, Alexandre Touret <[EMAIL PROTECTED]> wrote: > Thank you > After few

Re: Hibernate dependencies

2005-04-14 Thread Alexandre Touret
Thank you After few tests, I think that I will upload all the ditribution of hibernate on my server. Alexandre A. Shneyderman wrote: Here is what I have: cglib cglib full-2.0 true commons-collections c

RE: Hibernate dependencies

2005-04-14 Thread A. Shneyderman
Here is what I have: cglib cglib full-2.0 true commons-collections commons-collections 2.1 true commons-logging

RE: Hibernate schema export

2004-06-15 Thread phillip rhodes
alib [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 14, 2004 8:36 PM > > To: Maven Users List > > Subject: Re: Hibernate schema export > > > > > > On Sun, 2004-06-13 at 07:14, Konstantin > Shaposhnikov wrote: > > > On 03:07 Sat 12 Jun , David Salib wro

RE: Hibernate schema export

2004-06-14 Thread Eric Pugh
I did some work on the plugin to get it to work with Hibernate2, what version of Hibernate are you using? Try and build the version in CVS. Eric > -Original Message- > From: David Salib [mailto:[EMAIL PROTECTED] > Sent: Monday, June 14, 2004 8:36 PM > To: Maven Users List &

Re: Hibernate schema export

2004-06-14 Thread David Salib
On Sun, 2004-06-13 at 07:14, Konstantin Shaposhnikov wrote: > On 03:07 Sat 12 Jun , David Salib wrote: > > On Mon, 2004-05-24 at 16:06, Konstantin Shaposhnikov wrote: > > > May be this file could be helpful for somebody > > > > I keep getting a java.lang.NullPointerException but I can't find >

Re: Hibernate schema export

2004-06-13 Thread Konstantin Shaposhnikov
On 03:07 Sat 12 Jun , David Salib wrote: > On Mon, 2004-05-24 at 16:06, Konstantin Shaposhnikov wrote: > > May be this file could be helpful for somebody > > I keep getting a java.lang.NullPointerException but I can't find > anything wrong (and neither has anybody else) with my mapping file.

Re: Hibernate schema export

2004-06-12 Thread David Salib
On Mon, 2004-05-24 at 16:06, Konstantin Shaposhnikov wrote: > May be this file could be helpful for somebody I keep getting a java.lang.NullPointerException but I can't find anything wrong (and neither has anybody else) with my mapping file. Could that be the same bug? Also a newbie question I t

Re: Hibernate schema export

2004-05-30 Thread Nadeem Bitar
On æ, 2004-05-24 at 23:06 +0300, Konstantin Shaposhnikov wrote: > May be this file could be helpful for somebody > Thanks, that works. I was doing the same thing in a goal instead of a plugin. > - > To unsubscribe, e-mail:

Re: Hibernate schema export

2004-05-24 Thread Konstantin Shaposhnikov
May be this file could be helpful for somebody > Exporting Hibernate Schema file Exporting Hibernate Schema file -

Re: Hibernate schema export

2004-05-23 Thread Konstantin Shaposhnikov
On 00:59 Sun 23 May , Nadeem Bitar wrote: > The following bug http://jira.codehaus.org/browse/MPHIBERNATE-3 is > closed but I am still having the same problem. I built the > maven-hibernate-plugin from cvs but I am still getting > > net.sf.hibernate.MappingException: persistent class [classna

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Kevin Hagel
go into your repository and look in your local repository, the $MAVEN_HOME_LOCAL/plugins/maven-xdoclet-plugin-1.2 Look at the plugin.properties, you can see all the defaults used, that you can override. The plugin.jelly is a monster, about 11,000 lines of code. But it is worth the look. Tim

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
Okay.. I dont see anything obvious in there (someone else might). Do you have anything in your maven.xml that would relate to this? Or are you calling the xdoclet-hibernate task directly from the cmd line? -Tim Eric Merritt wrote: --- Tim Chen <[EMAIL PROTECTED]> wrote: Well.. I only ask cause

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Eric Merritt
--- Tim Chen <[EMAIL PROTECTED]> wrote: > Well.. I only ask cause I'm using xdoclet/hibernate > combo and it is > working just fine. (only generates it to the > location I ask). > Just out of curiousity: > What version of XDoclet are you using? > > Can you paste your project.properties and build

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
Well.. I only ask cause I'm using xdoclet/hibernate combo and it is working just fine. (only generates it to the location I ask). Just out of curiousity: What version of XDoclet are you using? Can you paste your project.properties and build section from your project.xml? -Tim Eric Merritt wrote

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Eric Merritt
--- Tim Chen <[EMAIL PROTECTED]> wrote: > I am using xdoclet/hibernate and do not see that > behavior. > Location 2 and 3 might be bugs. > I also have > maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet > and the generate .hbms are only in that folder. > Do you have

Re: hibernate/xdoclet output locations.

2004-02-27 Thread Tim Chen
I am using xdoclet/hibernate and do not see that behavior. Location 2 and 3 might be bugs. I also have maven.xdoclet.hibernatedoclet.destdir=${maven.build.dir}/xdoclet/hibernatedoclet and the generate .hbms are only in that folder. Do you have something set up in project.xml resources that might be

Re: Hibernate -- Best approach

2004-02-23 Thread Sean Radford
Seemed failry self-evident to me. I have the following structure: MULTIPROJECT --+Hibernate-module - produces a jar of persistent classes with *.hbm.xml files --+Application-module - produces jar of application classes --+EJB-module - produces ejb-jar and client-jar files --+WAR-module - produces

Re: hibernate

2003-10-24 Thread Daniel Massie
khote wrote: Did you set the maven.hibernate.output.file? Are you using xdoclet? Also you have to worry about maven.hibernate.text=yes . I found that I couldn't do it either, there's something wrong with the hibernate plugin, I never could figure out what. It could never find my hibernate.prope

Re: hibernate

2003-10-24 Thread khote
Did you set the maven.hibernate.output.file? Are you using xdoclet? Also you have to worry about maven.hibernate.text=yes . I found that I couldn't do it either, there's something wrong with the hibernate plugin, I never could figure out what. It could never find my hibernate.properties file, w

  1   2   >