Bug 1156397 - File System Deployments are not enabled in standalone/clustered.xml by default
Summary: File System Deployments are not enabled in standalone/clustered.xml by default
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Server
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER8
: 6.4.0
Assignee: Galder Zamarreño
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks: jdg64-GA-Blockers
TreeView+ depends on / blocked
 
Reported: 2014-10-24 11:35 UTC by Vitalii Chepeliuk
Modified: 2015-02-22 23:59 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-4884 0 Critical Resolved Deployment scanner should be enabled to allow filter/converter jar deployment 2016-01-22 07:48:24 UTC

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")


Note You need to log in before you can comment on or make changes to this bug.