--- /dev/null
+Subproject commit 84f67c320ba8ebbff4f4bea4766d66997dea7360
<property name="javadoc.encoding.used" value="${source.encoding}"/>
<property name="includes" value="**"/>
<property name="excludes" value=""/>
+ <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
+ <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
+ <and>
+ <isset property="endorsed.classpath"/>
+ <length length="0" string="${endorsed.classpath}" when="greater"/>
+ </and>
+ </condition>
<condition property="is.server.weblogic" value="true">
<equals arg1="${j2ee.server.type}" arg2="WebLogic9"/>
</condition>
<classpath>
<path path="@{classpath}"/>
</classpath>
+ <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
<compilerarg line="${javac.compilerargs}"/>
<compilerarg value="-processorpath"/>
<compilerarg path="@{processorpath}:${empty.dir}"/>
<classpath>
<path path="@{classpath}"/>
</classpath>
+ <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
<compilerarg line="${javac.compilerargs}"/>
<customize/>
</javac>
<path path="${j2ee.platform.classpath}"/>
<path path="${j2ee.platform.embeddableejb.classpath}"/>
</classpath>
+ <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
<jvmarg line="${runmain.jvmargs}"/>
</customize>
</ejbjarproject2:test-impl>
<path path="${j2ee.platform.classpath}"/>
<path path="${j2ee.platform.embeddableejb.classpath}"/>
</classpath>
+ <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
<jvmarg line="${runmain.jvmargs}"/>
</customize>
</ejbjarproject2:test-debug-impl>
<element name="customize" optional="true"/>
<sequential>
<java classname="@{classname}" fork="true">
+ <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
<jvmarg line="${runmain.jvmargs}"/>
<classpath>
<path path="${build.classes.dir}:${javac.classpath}:${j2ee.platform.classpath}"/>
</target>
<target depends="compile,-library-inclusion-in-archive-weblogic,-library-inclusion-in-archive-by-user" name="library-inclusion-in-archive"/>
<target if="is.jars.in.ejbjar" name="-library-inclusion-in-archive-by-user">
+ <copyfiles files="${file.reference.jcontacts-core.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${file.reference.jcountry-core.jar}" todir="${build.classes.dir}"/>
+ <copyfiles files="${file.reference.jphone-core.jar}" todir="${build.classes.dir}"/>
<copyfiles files="${reference.jjobs-lib.jar}" todir="${build.classes.dir}"/>
</target>
<target if="is.server.weblogic" name="-library-inclusion-in-archive-weblogic">
+ <basename file="${file.reference.jcontacts-core.jar}" property="manifest.file.reference.jcontacts-core.jar"/>
+ <basename file="${file.reference.jcontacts-business-core.jar}" property="manifest.file.reference.jcontacts-business-core.jar"/>
+ <basename file="${file.reference.jcountry-core.jar}" property="manifest.file.reference.jcountry-core.jar"/>
+ <basename file="${file.reference.jphone-core.jar}" property="manifest.file.reference.jphone-core.jar"/>
<basename file="${reference.jjobs-lib.jar}" property="manifest.reference.jjobs-lib.jar"/>
<manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update">
- <attribute name="Extension-List" value="jar-1 "/>
- <attribute name="jar-1-Extension-Name" value="${manifest.reference.jjobs-lib.jar}"/>
+ <attribute name="Extension-List" value="jar-1 jar-2 jar-3 jar-4 jar-5 "/>
+ <attribute name="jar-1-Extension-Name" value="${manifest.file.reference.jcontacts-core.jar}"/>
+ <attribute name="jar-2-Extension-Name" value="${manifest.file.reference.jcontacts-business-core.jar}"/>
+ <attribute name="jar-3-Extension-Name" value="${manifest.file.reference.jcountry-core.jar}"/>
+ <attribute name="jar-4-Extension-Name" value="${manifest.file.reference.jphone-core.jar}"/>
+ <attribute name="jar-5-Extension-Name" value="${manifest.reference.jjobs-lib.jar}"/>
</manifest>
</target>
<target depends="compile" name="library-inclusion-in-manifest">
+ <copyfiles files="${file.reference.jcontacts-core.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jcontacts-business-core.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jcountry-core.jar}" todir="${dist.ear.dir}/lib"/>
+ <copyfiles files="${file.reference.jphone-core.jar}" todir="${dist.ear.dir}/lib"/>
<copyfiles files="${reference.jjobs-lib.jar}" todir="${dist.ear.dir}/lib"/>
<manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update"/>
</target>
-build.xml.data.CRC32=6192d214
+build.xml.data.CRC32=8561312a
build.xml.script.CRC32=9c0f08a9
-build.xml.stylesheet.CRC32=5910fda3@1.51.1
+build.xml.stylesheet.CRC32=5910fda3@1.55.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=6192d214
-nbproject/build-impl.xml.script.CRC32=ce8c1126
-nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.51.1
+nbproject/build-impl.xml.data.CRC32=8561312a
+nbproject/build-impl.xml.script.CRC32=80436f3c
+nbproject/build-impl.xml.stylesheet.CRC32=6096d939@1.55.1
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=true
+annotation.processing.processor.options=-Aeclipselink.canonicalmodel.use_static_factory=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
dist.ear.jar=${dist.dir}/${jar.name}
dist.jar=${dist.dir}/${jar.name}
dist.javadoc.dir=${dist.dir}/javadoc
+endorsed.classpath=
excludes=
+file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
+file.reference.jcontacts-core.jar=lib/jcontacts-core.jar
+file.reference.jcountry-core.jar=lib/jcountry-core.jar
+file.reference.jphone-core.jar=lib/jphone-core.jar
includes=**
j2ee.compile.on.save=true
j2ee.deploy.on.save=true
jar.name=jjobs-ejb.jar
jars.in.ejbjar=false
javac.classpath=\
+ ${file.reference.jcontacts-core.jar}:\
+ ${file.reference.jcontacts-business-core.jar}:\
+ ${file.reference.jcountry-core.jar}:\
+ ${file.reference.jphone-core.jar}:\
${reference.jjobs-lib.jar}
javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
javac.debug=true
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
runmain.jvmargs=
source.encoding=UTF-8
+source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jcontacts-core.jar=../jcontacts-core/src/
+source.reference.jcountry-core.jar=../jcountry-core/src/
+source.reference.jphone-core.jar=../jphone-core/src/
source.root=src
src.dir=${source.root}/java
test.src.dir=test
<data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
<name>jjobs-ejb</name>
<minimum-ant-version>1.6.5</minimum-ant-version>
+ <included-library dirs="200">file.reference.jcontacts-core.jar</included-library>
+ <included-library dirs="200">file.reference.jcontacts-business-core.jar</included-library>
+ <included-library dirs="200">file.reference.jcountry-core.jar</included-library>
+ <included-library dirs="200">file.reference.jphone-core.jar</included-library>
<included-library dirs="200">reference.jjobs-lib.jar</included-library>
<source-roots>
<root id="src.dir"/>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
+ <persistence-unit name="jcontacts-ejbPU" transaction-type="JTA">
+ <jta-data-source>jdbc/jjobs</jta-data-source>
+ <class>org.mxchange.jcontacts.contact.UserContact</class>
+ <class>org.mxchange.jcontactsbusiness.CompanyContact</class>
+ <class>org.mxchange.jcontactsbusiness.basicdata.CompanyBasicData</class>
+ <class>org.mxchange.jcontactsbusiness.branch.CompanyBranchOffice</class>
+ <class>org.mxchange.jcontactsbusiness.department.CompanyDepartment</class>
+ <class>org.mxchange.jcontactsbusiness.employee.CompanyEmployee</class>
+ <class>org.mxchange.jcontactsbusiness.headquarters.CompanyHeadQuartersData</class>
+ <class>org.mxchange.jcontactsbusiness.jobposition.EmployeePosition</class>
+ <class>org.mxchange.jcontactsbusiness.logo.CompanyLogo</class>
+ <class>org.mxchange.jcountry.data.CountryData</class>
+ <class>org.mxchange.jphone.phonenumbers.cellphone.CellphoneNumber</class>
+ <class>org.mxchange.jphone.phonenumbers.fax.FaxNumber</class>
+ <class>org.mxchange.jphone.phonenumbers.landline.LandLineNumber</class>
+ <class>org.mxchange.jphone.phonenumbers.smsprovider.CellphoneProvider</class>
+ <exclude-unlisted-classes>false</exclude-unlisted-classes>
+ <properties>
+ <property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>
+ </properties>
+ </persistence-unit>
+</persistence>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (C) 2016 Roland Haeder
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program 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 General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
+<Configuration status="INFO">
+ <Appenders>
+ <Console name="STDOUT" target="SYSTEM_OUT">
+ <PatternLayout pattern="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
+ </Console>
+ </Appenders>
+ <Loggers>
+ <Root level="trace">
+ <AppenderRef ref="STDOUT" level="TRACE"/>
+ </Root>
+ </Loggers>
+</Configuration>