diff --git a/pom.xml b/pom.xml index 5765c1f9f585cfac043fb59326fbd82863b6b545..172972ab943f22e0e3c82ad534b6d71aea8c4936 100644 --- a/pom.xml +++ b/pom.xml @@ -4,14 +4,14 @@ <parent> <groupId>net.ihe.gazelle.maven</groupId> <artifactId>gazelle-tools</artifactId> - <version>2.140</version> + <version>2.137-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> <packaging>pom</packaging> - <version>3.1.1-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <url>http://gazelle.ihe.net/proxy/</url> <issueManagement> @@ -41,31 +41,31 @@ <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-netty</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-jar</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <type>ejb</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-ejb</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <type>ejb</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-common-war</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-war</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <type>war</type> </dependency> @@ -87,13 +87,16 @@ <activeByDefault>true</activeByDefault> </activation> <properties> + <cas.service>http://127.0.0.1:8080/proxy/</cas.service> + <cas.url>https://gazelle.ihe.net/</cas.url> + <skip.scm.metadata>true</skip.scm.metadata> <!-- development mode (disable in production) --> <seam.debug>true</seam.debug> <!-- datasource configuration --> - <jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url> + <jdbc.connection.url>jdbc:postgresql://localhost/gazelle-proxy</jdbc.connection.url> <jdbc.user>gazelle</jdbc.user> <jdbc.password>gazelle</jdbc.password> <min.pool.size>1</min.pool.size> @@ -104,7 +107,7 @@ update </hibernate.hbm2ddl.auto> <hibernate.show_sql> - false + true </hibernate.show_sql> </properties> <!-- <build> <plugins> <plugin> <artifactId>maven-ear-plugin</artifactId> @@ -121,6 +124,13 @@ </activation> <properties> + <cas.service>http://gazelle.ihe.net/proxy/</cas.service> + <cas.url>https://gazelle.ihe.net/</cas.url> + <evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url> + <works.without.cas>false</works.without.cas> + + <storage.dicom>/opt/proxy/DICOM</storage.dicom> + <!-- development mode (disable in production) --> <seam.debug>false</seam.debug> @@ -141,6 +151,150 @@ </properties> </profile> + + <profile> + <id>CAT</id> + + <activation> + <activeByDefault>false</activeByDefault> + </activation> + + <properties> + <cas.service>http://gazelle.ihe.net/proxy/</cas.service> + <cas.url>https://gazelle.ihe.net/</cas.url> + <evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url> + <works.without.cas>false</works.without.cas> + + <storage.dicom>/opt/proxy/DICOM</storage.dicom> + + <!-- development mode (disable in production) --> + <seam.debug>false</seam.debug> + + <!-- datasource configuration --> + <jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url> + <jdbc.user>gazelle</jdbc.user> + <jdbc.password>gazelle</jdbc.password> + <min.pool.size>1</min.pool.size> + <max.pool.size>24</max.pool.size> + + <!-- persistence.xml configuration --> + <hibernate.hbm2ddl.auto> + update + </hibernate.hbm2ddl.auto> + <hibernate.show_sql> + false + </hibernate.show_sql> + </properties> + </profile> + + <profile> + + <id>arsenal</id> + + <activation> + <activeByDefault>false</activeByDefault> + </activation> + + <properties> + <cas.service>http://testing.consorzioarsenal.it/proxy/</cas.service> + <cas.url>http://testing.consorzioarsenal.it/cas/</cas.url> + <evsclient.url>http://testing.consorzioarsenal.it/EVSClient/</evsclient.url> + <works.without.cas>false</works.without.cas> + + <storage.dicom>/opt/proxy/DICOM</storage.dicom> + + <!-- development mode (disable in production) --> + <seam.debug>false</seam.debug> + + <!-- datasource configuration --> + <jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url> + <jdbc.user>gazelle</jdbc.user> + <jdbc.password>gazelle</jdbc.password> + <min.pool.size>1</min.pool.size> + <max.pool.size>24</max.pool.size> + + <!-- persistence.xml configuration --> + <hibernate.hbm2ddl.auto> + update + </hibernate.hbm2ddl.auto> + <hibernate.show_sql> + false + </hibernate.show_sql> + </properties> + </profile> + + + <profile> + + <id>na</id> + + <activation> + <activeByDefault>false</activeByDefault> + </activation> + + <properties> + <cas.service>http://gazelle.ihe.net/cas-na/</cas.service> + <cas.url>http://gazelle.ihe.net/cas-na/</cas.url> + <evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url> + <works.without.cas>false</works.without.cas> + + <storage.dicom>/opt/proxy/DICOM</storage.dicom> + + <!-- development mode (disable in production) --> + <seam.debug>false</seam.debug> + + <!-- datasource configuration --> + <jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url> + <jdbc.user>gazelle</jdbc.user> + <jdbc.password>gazelle</jdbc.password> + <min.pool.size>1</min.pool.size> + <max.pool.size>24</max.pool.size> + + <!-- persistence.xml configuration --> + <hibernate.hbm2ddl.auto> + update + </hibernate.hbm2ddl.auto> + <hibernate.show_sql> + false + </hibernate.show_sql> + </properties> + </profile> + + <profile> + + <id>ge</id> + + <activation> + <activeByDefault>false</activeByDefault> + </activation> + + <properties> + <cas.service>https://gazelle.eng.med.ge.com/</cas.service> + <cas.url>https://gazelle.eng.med.ge.com/</cas.url> + <evsclient.url>http://gazelle.eng.med.ge.com/EVSClient/</evsclient.url> + <works.without.cas>false</works.without.cas> + + <storage.dicom>/opt/proxy/DICOM</storage.dicom> + + <!-- development mode (disable in production) --> + <seam.debug>false</seam.debug> + + <!-- datasource configuration --> + <jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url> + <jdbc.user>gazelle</jdbc.user> + <jdbc.password>gazelle</jdbc.password> + <min.pool.size>1</min.pool.size> + <max.pool.size>24</max.pool.size> + + <!-- persistence.xml configuration --> + <hibernate.hbm2ddl.auto> + update + </hibernate.hbm2ddl.auto> + <hibernate.show_sql> + false + </hibernate.show_sql> + </properties> + </profile> <profile> <id>public</id> @@ -149,6 +303,9 @@ </activation> <properties> + <cas.service>http://gazelle.ihe.net/proxy/</cas.service> + <cas.url>https://gazelle.ihe.net/</cas.url> + <!-- development mode (disable in production) --> <seam.debug>false</seam.debug>