Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1156397

Summary: File System Deployments are not enabled in standalone/clustered.xml by default
Product: [JBoss] JBoss Data Grid 6 Reporter: Vitalii Chepeliuk <vchepeli>
Component: ServerAssignee: Galder ZamarreƱo <galder.zamarreno>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: dstahl, galder.zamarreno, jdg-bugs, mhusnain, ttarrant, vjuranek
Target Milestone: ER8   
Target Release: 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Known Issue
Doc Text:
Previously in Red Hat JBoss Data Grid, the server did not contain the deployment scanner which is responsible for handling deployments. As a result, it was not possible to deploy custom user filters, converters and marshallers for enhanced remote listeners by copying jar files with these pieces into the <filename>standalone/deployments<filename> folder in the server. This issue is now resolved in JBoss Data Grid 6.4 and the server now contains the deployment scanner and works as expected.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1153111    

Description Vitalii Chepeliuk 2014-10-24 11:35:36 UTC
Description of problem:
When we want to copy JARS and deploy it on JDG server in standalone/clustered.xml is no deployment-scanner element defined. It should be added when server is built

Version-Release number of selected component (if applicable): 6.4.0.ER2

Steps to Reproduce:
1. cp filter-converter.jar jboss-datagrid-6.4.0-server/standalone/deployments/
2. look at console output of server 
3. check if there is no output from deployment scanner

Actual results: not output from deployment scanner, because it is not enabled


Expected results: we should see following output in console log
JBAS015012: Started FileSystemDeploymentService for directory /home/weblogic/jboss-datagrid-6.4.0-server/standalone/deployments
JBAS015876: Starting deployment of "filter-converter.jar" (runtime-name: "filter-converter.jar")