You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Eric Chow <er...@gmail.com> on 2006/12/11 04:55:53 UTC

Use Hibernate3 with Axis2

Hello,

How can I use Hibernate3 with Axis2?

I want to use Hibernate3(Annotation + EntityManager) in Axis2 AAR.
Where should I put the persistence.xml, hibernate.cfg.xml and those POJO?
All pack it in the AAR or somwhere ??

Best regards,
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


VTD-XML version 1.9 released

Posted by Jimmy Zhang <cr...@comcast.net>.
Version 1.9 of VTD-XML, available in C, C#, and Java, is now released.
This version contains XPath-related performance enhancements and bug
fixes. To download the latest release, please visit 
http://sourceforge.net/project/showfiles.php?group_id=110612.

For latest performance report, please visit 
http://vtd-xml.sf.net/benchmark.html



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Use Hibernate3 with Axis2

Posted by robert lazarski <ro...@gmail.com>.
I use Hibernate inside the AAR just fine, though I do it via Spring
managing the transactions. Assumming you are not using Spring, you can
still use the same principles. The spring axis2 tutorial does mention
hibernate and that should be a good starting point,  with or without
spring.

http://ws.apache.org/axis2/1_1/spring.html#26

HTH,
Robert

On 12/10/06, Eric Chow <er...@gmail.com> wrote:
> Hello,
>
> How can I use Hibernate3 with Axis2?
>
> I want to use Hibernate3(Annotation + EntityManager) in Axis2 AAR.
> Where should I put the persistence.xml, hibernate.cfg.xml and those POJO?
> All pack it in the AAR or somwhere ??
>
> Best regards,
> Eric
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org