Skip to content

Commit

Permalink
update pom.xml and server config
Browse files Browse the repository at this point in the history
Issue #4
  • Loading branch information
rsoika committed Jun 16, 2024
1 parent d962f4d commit a19634f
Show file tree
Hide file tree
Showing 23 changed files with 784 additions and 1,164 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions docker/configuration/wildfly/imixs-roles.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
admin=org.imixs.ACCESSLEVEL.MANAGERACCESS
manfred=org.imixs.ACCESSLEVEL.MANAGERACCESS
anna=org.imixs.ACCESSLEVEL.AUTHORACCESS
alex=org.imixs.ACCESSLEVEL.MANAGERACCESS
marty=org.imixs.ACCESSLEVEL.AUTHORACCESS
melman=org.imixs.ACCESSLEVEL.AUTHORACCESS
gloria=org.imixs.ACCESSLEVEL.AUTHORACCESS
skipper=org.imixs.ACCESSLEVEL.AUTHORACCESS
kowalski=org.imixs.ACCESSLEVEL.AUTHORACCESS
private=org.imixs.ACCESSLEVEL.AUTHORACCESS
rico=org.imixs.ACCESSLEVEL.AUTHORACCESS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.6" name="org.postgresql">
<resources>
<resource-root path="postgresql-42.2.5.jar"/>
<!-- Make sure this matches the name of the JAR you are installing -->
</resources>
<!--
<dependencies>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
<module name="javax.servlet.api" optional="true"/>
</dependencies>
-->
</module>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2011, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
~ published by the Free Software Foundation; either version 2.1 of
~ the License, or (at your option) any later version.
~
~ This software is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
~ Lesser General Public License for more details.
~
~ You should have received a copy of the GNU Lesser General Public
~ License along with this software; if not, write to the Free
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<!-- Represents the EclipseLink module -->
<module name="org.eclipse.persistence" xmlns="urn:jboss:module:1.5">
<properties>
<property name="jboss.api" value="public"/>
</properties>

<resources>
<resource-root path="jipijapa-eclipselink-24.0.0.Final.jar"/>
<!-- eclipselink version 3.0.2-SNAPSHOT -->
<resource-root path="eclipselink.jar"/>
</resources>

<dependencies>
<module name="javax.api"/>
<module name="javax.annotation.api"/>
<module name="javax.enterprise.api"/>
<module name="javax.persistence.api"/>
<module name="javax.transaction.api"/>
<module name="javax.validation.api"/>
<module name="javax.xml.bind.api"/>
<module name="org.antlr"/>
<module name="org.dom4j"/>
<module name="org.jboss.as.jpa.spi"/>
<module name="org.jboss.logging"/>
<module name="org.jboss.vfs"/>
</dependencies>
</module>
664 changes: 664 additions & 0 deletions docker/configuration/wildfly/standalone.xml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<arg value="-t" />
<arg value="imixs/imixs-microservice" />
<arg value="." />


</exec>
</target>
</configuration>
Expand Down Expand Up @@ -322,8 +324,9 @@
<dependency>
<groupId>org.microprofile-ext.openapi-ext</groupId>
<artifactId>openapi-ui</artifactId>
<version>1.1.3</version>
<version>2.0.0</version>
</dependency>


</dependencies>
</project>
9 changes: 0 additions & 9 deletions src/docker/conf/wildfly/imixs-roles.properties

This file was deleted.

5 changes: 0 additions & 5 deletions src/docker/conf/wildfly/imixsrealm.properties

This file was deleted.

Loading

0 comments on commit a19634f

Please sign in to comment.