Skip to content

Commit

Permalink
ISPN-4884 Deployment scanner is neeeded to deploy filter/converters...
Browse files Browse the repository at this point in the history
* Without the deployment scanner, is not possible to deploy filter,
converter and marshaller instances for enhanced Hot Rod remote events.
  • Loading branch information
galderz committed Oct 28, 2014
1 parent 3d34b88 commit 1446860
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="auth">configuration/examples/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="auth">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/examples/subsystems/datasources.xml</subsystem>
<subsystem supplement="ccl-clustered">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="compatibility-mode">configuration/examples/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="compatibility-mode">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem>configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="fcs-local">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="hotrod-multiple">configuration/examples/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem>configuration/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="hotrod-rolling-upgrade">configuration/examples/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="hotrod-rolling-upgrade">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="hotrod-ssl">configuration/examples/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem>configuration/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/examples/subsystems/datasources.xml</subsystem>
<subsystem supplement="jdbc-clustered">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem>configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="leveldb-cs-local">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem>configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="rcs-local">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="rest-rolling-upgrade">configuration/examples/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="rest-rolling-upgrade">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem>configuration/examples/subsystems/datasources.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/infinispan.xml</subsystem>
<subsystem>configuration/subsystems/io.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/examples/subsystems/datasources.xml</subsystem>
<subsystem supplement="xsite">configuration/examples/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem supplement="clustered">configuration/subsystems/infinispan.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<config>
<subsystems>
<subsystem>configuration/subsystems/logging.xml</subsystem>
<subsystem>configuration/subsystems/deployment-scanner.xml</subsystem>
<subsystem>configuration/subsystems/endpoint.xml</subsystem>
<subsystem>configuration/subsystems/datasources.xml</subsystem>
<subsystem>configuration/subsystems/io.xml</subsystem>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- See src/resources/configuration/ReadMe.txt for how the configuration assembly works -->
<config>
<extension-module>org.jboss.as.deployment-scanner</extension-module>
<subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0">
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"
runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
</subsystem>
</config>

0 comments on commit 1446860

Please sign in to comment.