Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Graham King

 Jamie,

 We use the hibernate:schema-export task with Hibernate 3.0 in exactly 
the same way as we did for hibernate 2.1.6.

 I'm not sure about any other part of the Hibernate plugin.

 Graham.

Jamie Bisotti wrote:

What is the status of the Hibernate plugin?  Will it be updated to
support 3.0 sometime soon?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Jamie Bisotti
I haven't tried it, but I was under the impression that Hibernate
3.0's repackaging broke the plug-in.  Is that incorrect?

On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote:
>   Jamie,
> 
>   We use the hibernate:schema-export task with Hibernate 3.0 in exactly
> the same way as we did for hibernate 2.1.6.
>   I'm not sure about any other part of the Hibernate plugin.
> 
>   Graham.
> 
> Jamie Bisotti wrote:
> > What is the status of the Hibernate plugin?  Will it be updated to
> > support 3.0 sometime soon?
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Jamie Bisotti
Software Engineer
Lexmark International, Inc.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Graham King

 Yes sorry I forgot. I had to patch the plugin. See here:

http://jira.codehaus.org/browse/MPHIBERNATE-14

 I used the version2and3comat.diff.

Jamie Bisotti wrote:

I haven't tried it, but I was under the impression that Hibernate
3.0's repackaging broke the plug-in.  Is that incorrect?

On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote:


 Jamie,

 We use the hibernate:schema-export task with Hibernate 3.0 in exactly
the same way as we did for hibernate 2.1.6.
 I'm not sure about any other part of the Hibernate plugin.

 Graham.

Jamie Bisotti wrote:


What is the status of the Hibernate plugin?  Will it be updated to
support 3.0 sometime soon?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Jamie Bisotti
No problem; however, our build team isn't crazy about non-released plugins.

So, back to my original questions then...What is the status of the
Hibernate plugin?  Will it be updated to support 3.0 sometime soon?

On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote:
>   Yes sorry I forgot. I had to patch the plugin. See here:
> 
> http://jira.codehaus.org/browse/MPHIBERNATE-14
> 
>   I used the version2and3comat.diff.
> 
> Jamie Bisotti wrote:
> > I haven't tried it, but I was under the impression that Hibernate
> > 3.0's repackaging broke the plug-in.  Is that incorrect?
> >
> > On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote:
> >
> >>  Jamie,
> >>
> >>  We use the hibernate:schema-export task with Hibernate 3.0 in exactly
> >>the same way as we did for hibernate 2.1.6.
> >>  I'm not sure about any other part of the Hibernate plugin.
> >>
> >>  Graham.
> >>
> >>Jamie Bisotti wrote:
> >>
> >>>What is the status of the Hibernate plugin?  Will it be updated to
> >>>support 3.0 sometime soon?
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Jamie Bisotti
Software Engineer
Lexmark International, Inc.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-05-24 Thread vito
On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote:
> No problem; however, our build team isn't crazy about non-released plugins.
> 
> So, back to my original questions then...What is the status of the
> Hibernate plugin?  Will it be updated to support 3.0 sometime soon?
> 
> On 5/24/05, Graham King <[EMAIL PROTECTED]> wrote:
> >   Yes sorry I forgot. I had to patch the plugin. See here:
> > 
> > http://jira.codehaus.org/browse/MPHIBERNATE-14
> > 
> >   I used the version2and3comat.diff.

I wrote that little compatibility patch. ( sorry about that typo, the
attachment should have been called 'version2and3compat.diff' ) It
shouldn't take much work for someone to incorporate it into a 'real'
release. The patch causes the plugin to use all reflection to detect
hibernate and go from there. It should be fairly straight forward to add
new features (method calls) into the HibernateVersions class.

If it does what you need and passes your internal tests your build team
shouldn't be all that concerned. It's a very simple body of code and
could be manipulated by them easily, or you can send me an email and
I'll give you a very reasonable work rate ;)

Cheers
anthony.vito



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-05-24 Thread Felipe Leme
On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote:

> So, back to my original questions then...What is the status of the

The status is basically "undefined"  :-(

> Hibernate plugin?  Will it be updated to support 3.0 sometime soon?

I've been too busy lately and haven't realized this last comment:

http://jira.codehaus.org/browse/MPHIBERNATE-14#action_38344


If it works as Anthony says (and has the proper test cases :-), I would
gladly apply it. I will try to take a better look on it later next week
(this week unfortunately I won't be able to :-(

-- Felipe



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-03 Thread Jamie Bisotti
On 5/24/05, Felipe Leme <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote:
> 
> > So, back to my original questions then...What is the status of the
> 
> The status is basically "undefined"  :-(
> 
> > Hibernate plugin?  Will it be updated to support 3.0 sometime soon?
> 
> I've been too busy lately and haven't realized this last comment:
> 
> http://jira.codehaus.org/browse/MPHIBERNATE-14#action_38344
> 
> 
> If it works as Anthony says (and has the proper test cases :-), I would
> gladly apply it. I will try to take a better look on it later next week
> (this week unfortunately I won't be able to :-(
> 
> -- Felipe
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

Has any progress been made on this?  Is no one using H3 w/ Maven?  Or
is everyone just applying the patch themselves?

-- 
Jamie Bisotti

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-03 Thread Todd Nine
I have not tried the specific maven plugin, however I have used the jelly 
ant tasks to use the hibernate tools 3 alpha release. Give that a shot.

On 8/3/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> 
> On 5/24/05, Felipe Leme <[EMAIL PROTECTED]> wrote:
> > On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote:
> >
> > > So, back to my original questions then...What is the status of the
> >
> > The status is basically "undefined" :-(
> >
> > > Hibernate plugin? Will it be updated to support 3.0 sometime soon?
> >
> > I've been too busy lately and haven't realized this last comment:
> >
> > http://jira.codehaus.org/browse/MPHIBERNATE-14#action_38344
> >
> >
> > If it works as Anthony says (and has the proper test cases :-), I would
> > gladly apply it. I will try to take a better look on it later next week
> > (this week unfortunately I won't be able to :-(
> >
> > -- Felipe
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> Has any progress been made on this? Is no one using H3 w/ Maven? Or
> is everyone just applying the patch themselves?
> 
> --
> Jamie Bisotti
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>


Re: Plugin support for Hibernate 3.0

2005-08-04 Thread Jamie Bisotti
On 8/3/05, Todd Nine <[EMAIL PROTECTED]> wrote:
> I have not tried the specific maven plugin, however I have used the jelly
> ant tasks to use the hibernate tools 3 alpha release. Give that a shot.
> 
> On 8/3/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> >
> > On 5/24/05, Felipe Leme <[EMAIL PROTECTED]> wrote:
> > > On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote:
> > >
> > > > So, back to my original questions then...What is the status of the
> > >
> > > The status is basically "undefined" :-(
> > >
> > > > Hibernate plugin? Will it be updated to support 3.0 sometime soon?
> > >
> > > I've been too busy lately and haven't realized this last comment:
> > >
> > > http://jira.codehaus.org/browse/MPHIBERNATE-14#action_38344
> > >
> > >
> > > If it works as Anthony says (and has the proper test cases :-), I would
> > > gladly apply it. I will try to take a better look on it later next week
> > > (this week unfortunately I won't be able to :-(
> > >
> > > -- Felipe
> > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > Has any progress been made on this? Is no one using H3 w/ Maven? Or
> > is everyone just applying the patch themselves?
> >
> > --
> > Jamie Bisotti
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 

Was hoping not to have to write any custom stuff to get this going. 
Any new on the Hibernate plugin?  Any at all?

-- 
Jamie Bisotti

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-04 Thread Brett Porter
Last I remember, the person maintaining the Maven1 version abandoned
it and it was shortlisted to be put back in the sandbox.

That said, it has been brought across to to Maven2 and so we could
continue development if there is demand and ad hibernate 3.0 features.
Is anyone interested?

- Brett

On 8/4/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> On 8/3/05, Todd Nine <[EMAIL PROTECTED]> wrote:
> > I have not tried the specific maven plugin, however I have used the jelly
> > ant tasks to use the hibernate tools 3 alpha release. Give that a shot.
> >
> > On 8/3/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> > >
> > > On 5/24/05, Felipe Leme <[EMAIL PROTECTED]> wrote:
> > > > On Tue, 2005-05-24 at 14:41 -0400, Jamie Bisotti wrote:
> > > >
> > > > > So, back to my original questions then...What is the status of the
> > > >
> > > > The status is basically "undefined" :-(
> > > >
> > > > > Hibernate plugin? Will it be updated to support 3.0 sometime soon?
> > > >
> > > > I've been too busy lately and haven't realized this last comment:
> > > >
> > > > http://jira.codehaus.org/browse/MPHIBERNATE-14#action_38344
> > > >
> > > >
> > > > If it works as Anthony says (and has the proper test cases :-), I would
> > > > gladly apply it. I will try to take a better look on it later next week
> > > > (this week unfortunately I won't be able to :-(
> > > >
> > > > -- Felipe
> > > >
> > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > Has any progress been made on this? Is no one using H3 w/ Maven? Or
> > > is everyone just applying the patch themselves?
> > >
> > > --
> > > Jamie Bisotti
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> 
> Was hoping not to have to write any custom stuff to get this going.
> Any new on the Hibernate plugin?  Any at all?
> 
> --
> Jamie Bisotti
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-04 Thread Graham King


 For what it's worth, I've been using the hibernate:schema-export task 
from Anthony Vito's version with Hibernate 3 for several months now and 
it works great.



On 5/24/05, Felipe Leme <[EMAIL PROTECTED]> wrote:

Hibernate plugin? Will it be updated to support 3.0 sometime soon?


I've been too busy lately and haven't realized this last comment:

http://jira.codehaus.org/browse/MPHIBERNATE-14#action_38344


If it works as Anthony says (and has the proper test cases :-), I would
gladly apply it. I will try to take a better look on it later next week
(this week unfortunately I won't be able to :-(

-- Felipe



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-04 Thread Ken Weiner
+1 for continued development of the hibernate plugin in M2.

On 8/4/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> That said, it has been brought across to to Maven2 and so we could
> continue development if there is demand and ad hibernate 3.0 features.
> Is anyone interested?
> 
> - Brett

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-04 Thread Brill Pappin
+1 Hibernate for M2

lost without it :)

- Brill Pappin

Ken Weiner wrote:
> +1 for continued development of the hibernate plugin in M2.
> 
> On 8/4/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> 
>>That said, it has been brought across to to Maven2 and so we could
>>continue development if there is demand and ad hibernate 3.0 features.
>>Is anyone interested?
>>
>>- Brett
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-05 Thread Jose Gonzalez Gomez
+1 more for Hibernate in M2... I'm testing M2 and was even thinking of
going back to M1 to have the hibernate support back.

Best regards
Jose

2005/8/5, Brill Pappin <[EMAIL PROTECTED]>:
> +1 Hibernate for M2
> 
> lost without it :)
> 
> - Brill Pappin
> 
> Ken Weiner wrote:
> > +1 for continued development of the hibernate plugin in M2.
> >
> > On 8/4/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> >
> >>That said, it has been brought across to to Maven2 and so we could
> >>continue development if there is demand and ad hibernate 3.0 features.
> >>Is anyone interested?
> >>
> >>- Brett
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-05 Thread Brett Porter
The Maven2 hibernate support should be equivalent of the m1 hibernate
support (just not an official release yet - but we're happy to have
testers).

And no more +1's needed. We get the picture ;)

- Brett

On 8/5/05, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote:
> +1 more for Hibernate in M2... I'm testing M2 and was even thinking of
> going back to M1 to have the hibernate support back.
> 
> Best regards
> Jose
> 
> 2005/8/5, Brill Pappin <[EMAIL PROTECTED]>:
> > +1 Hibernate for M2
> >
> > lost without it :)
> >
> > - Brill Pappin
> >
> > Ken Weiner wrote:
> > > +1 for continued development of the hibernate plugin in M2.
> > >
> > > On 8/4/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> > >
> > >>That said, it has been brought across to to Maven2 and so we could
> > >>continue development if there is demand and ad hibernate 3.0 features.
> > >>Is anyone interested?
> > >>
> > >>- Brett
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-13 Thread Nadeem Bitar
Where can I find the source code for Maven2's hibernate plugin?

- Nadeem 

On Fri, 2005-08-05 at 18:57 +1000, Brett Porter wrote:
> The Maven2 hibernate support should be equivalent of the m1 hibernate
> support (just not an official release yet - but we're happy to have
> testers).
> 
> And no more +1's needed. We get the picture ;)
> 
> - Brett
> 
> On 8/5/05, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote:
> > +1 more for Hibernate in M2... I'm testing M2 and was even thinking of
> > going back to M1 to have the hibernate support back.
> > 
> > Best regards
> > Jose
> > 
> > 2005/8/5, Brill Pappin <[EMAIL PROTECTED]>:
> > > +1 Hibernate for M2
> > >
> > > lost without it :)
> > >
> > > - Brill Pappin
> > >
> > > Ken Weiner wrote:
> > > > +1 for continued development of the hibernate plugin in M2.
> > > >
> > > > On 8/4/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> > > >
> > > >>That said, it has been brought across to to Maven2 and so we could
> > > >>continue development if there is demand and ad hibernate 3.0 features.
> > > >>Is anyone interested?
> > > >>
> > > >>- Brett
> > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Plugin support for Hibernate 3.0

2005-08-13 Thread Trygve Laugstøl
On Sat, Aug 13, 2005 at 02:43:31AM -0700, Nadeem Bitar wrote:
> Where can I find the source code for Maven2's hibernate plugin?

http://svn.mojo.codehaus.org/trunk/mojo/maven-hibernate-plugin/

--
Trygve


signature.asc
Description: Digital signature