forked from opensourceBIM/BIMserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BIMServer-Fehler BimserverLockConflictException beim Aufbereiten einer
hochgeladenen IFC-Datei http://bitnami/issues/7803
- Loading branch information
1 parent
2c654e2
commit 7109757
Showing
12 changed files
with
55 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
||
|
||
|
||
|
||
<wb-module deploy-name="bimserverwar-1.3.0"> | ||
|
||
<wb-resource deploy-path="/WEB-INF/web.xml" source-path="/web.xml"/> | ||
|
||
|
||
<wb-resource deploy-path="/WEB-INF/web.xml" source-path="/web.xml"/> | ||
|
||
|
||
|
||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> | ||
|
||
|
||
|
||
|
||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> | ||
<dependent-module archiveName="bimserver-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServer/BimServer"> | ||
<dependent-module archiveName="bimserver-1.3.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServer/BimServer"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
<dependent-module archiveName="bimserverclientlib-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServerClientLib/BimServerClientLib"> | ||
<dependent-module archiveName="bimserverclientlib-1.3.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/BimServerClientLib/BimServerClientLib"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
<dependent-module archiveName="shared-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Shared/Shared"> | ||
<dependent-module archiveName="shared-1.3.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/Shared/Shared"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
<dependent-module archiveName="pluginbase-1.3.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PluginBase/PluginBase"> | ||
<dependent-module archiveName="pluginbase-1.3.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/PluginBase/PluginBase"> | ||
<dependency-type>uses</dependency-type> | ||
</dependent-module> | ||
|
||
|
||
|
||
|
||
<property name="java-output-path" value="/BimServerWar/target/classes"/> | ||
|
||
|
||
|
||
|
||
<property name="context-root" value="bimserverwar"/> | ||
|
||
|
||
|
||
|
||
</wb-module> | ||
|
||
|
||
|
||
|
||
</project-modules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters