This is an automated email from the ASF dual-hosted git repository.

lahirujayathilake pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new e93147ae1d included the persistence xml for open JPA plugin
e93147ae1d is described below

commit e93147ae1d174c12b12f4f4ec59801db6d2f451b
Author: lahiruj <[email protected]>
AuthorDate: Wed Nov 26 15:31:01 2025 -0500

    included the persistence xml for open JPA plugin
---
 airavata-api/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml
index 2b54b5ec0b..b64be1d8aa 100644
--- a/airavata-api/pom.xml
+++ b/airavata-api/pom.xml
@@ -448,6 +448,7 @@ under the License.
           
<excludes>**/entities/**/XML*.class,**/model/**/*.class,**/entities/**/*PK.class</excludes>
           <addDefaultConstructor>true</addDefaultConstructor>
           <enforcePropertyRestrictions>true</enforcePropertyRestrictions>
+          
<persistenceXmlFile>${project.basedir}/src/main/resources/META-INF/persistence.xml</persistenceXmlFile>
         </configuration>
         <executions>
           <execution>
@@ -585,4 +586,4 @@ under the License.
     
<api.server.dist.name>apache-airavata-api-server-${project.version}</api.server.dist.name>
   </properties>
 
-</project>
\ No newline at end of file
+</project>

Reply via email to