The pom.xml is used during the Maven build. If you setup a Maven project, the pom.xml defines the groupId, artifactId, version, dependencies, used plugin and other build parameters for your component. To use hibernate in your own web application, you would need to define a dependency on hibernate in your own pom.xml. See also https://maven.apache.org and https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
Jan Heimburger Information Systems Tecurity Phone: +49 351 88499 - 497 | Fax: +49 351 88499 - 818 | Mobile: | Email: mailto:[email protected] Muehlbauer ID Services GmbH | Manfred-von-Ardenne-Ring 15 | 01099 Dresden, Germany Member of the Muehlbauer Group This email may contain confidential or proprietary information and company or business secrets, may be legally privileged, and is for the intended recipient only. Taking knowledge, disclosure, copying, distribution and reliance or any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender. Many thanks. --------------------------------------------------------------------------------------------- Muehlbauer ID Services GmbH | Phone: +49 9461 952-0 | Fax: +49 9461 952-1101 | [email protected] | www.muehlbauer.de Headquarters Roding, Josef-Muehlbauer-Platz 1, 93426 Roding, Germany | Commercial Register Regensburg, HRB #: 9094 | Managing Director: Karl Brandl | VAT #: DE 813871380 -----Original Message----- From: naciu <[email protected]> Sent: Mittwoch, 27. Oktober 2021 17:41 To: [email protected] Subject: [!!Mass Mail]Re: Please when use the openejb-core-hibernate pom.xml as dependency ?? Caution: External Mail - Do not click on links or open attachments unless you recognize the sender and know the content is safe! Ok But this pom.xml when i can use it? Il Mar 26 Ott 2021, 16:54 naciu <[email protected]> ha scritto: > > https://github.com/apache/tomee/blob/master/utils/openejb-core-hiberna > te/pom.xml > > hi guys. > > Please some of you can explain me how and when i can use this pom.xml > into a web app, for use hibernate or also for get a tomee plus with > hibernate from tomee-maven-plugin using the openejb-core-hibernate > pom.xml as dependency ? > > i have already tried the instrucion like into tomee.pdf : > > https://tomee.apache.org/developer/tools/maven/tomee.pdf > > i used the following configuration: > > <plugin> > <groupId>org.apache.tomee.maven</groupId> > <artifactId>tomee-maven-plugin</artifactId> > <version>7.1.4</version> > <configuration> > <tomeeClassifier>plus</tomeeClassifier> > <debug>false</debug> > <debugPort>5005</debugPort> > <args>-Dfoo=bar</args> > <config>${project.basedir}/src/test/tomee/conf</config> > <libs> > <lib>mysql:mysql-connector-java:5.1.20</lib> > </libs> > <webapps> > <webapp>org.superbiz:myapp:4.3?name=ROOT</webapp> > <webapp>org.superbiz:api:1.1</webapp> > </webapps> > <apps> > <app>org.superbiz:mybugapp:3.2:ear</app> > </apps> > <libs> > <lib>mysql:mysql-connector-java:5.1.21</lib> > <lib>unzip:org.superbiz:hibernate-bundle:4.1.0.Final:zip</lib> > <lib>remove:openjpa-</lib> > </libs> > </configuration> > </plugin> > > > but i get that error: > org.superbiz:hibernate-bundle:4.1.0.Final:zip is not evailable. > > please how i can resolve? > > i would get with tomee mavn plugin a tomee plus 7.1,4 but with > hibernate and not openjpa. > > the > utils/openejb-core-hibernate/pom.xml can help me for get tomee7.1.4 > plus with hibernate? > > > > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_ > campaign=sig-email&utm_content=emailclient> Mail priva di virus. > www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_ > campaign=sig-email&utm_content=emailclient> > <#m_-2701380692736520617_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >
