Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: MB-1033
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dejan Bosanac
Reporter: Susan Javurek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE Message Broker

Please enhance the activemq create script to copy additional files and fix executable permissions

Created: 05/Dec/11 06:51 PM   Updated: 16/Dec/11 11:20 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 5.5.1-fuse-02-02

External Issue URL: https://issues.apache.org/jira/browse/AMQ-3619


 Description  « Hide
Hi,

When you run the ./activemq create ../test, it only copies a subset of files:

protected String[][] fileCopyMap = {
        { "conf/log4j.properties", "conf/log4j.properties" },
        { "conf/broker.ks", "conf/broker.ks" },
        { "conf/broker.ts", "conf/broker.ts" },
        { "conf/camel.xml", "conf/camel.xml" },
        { "conf/jetty.xml", "conf/jetty.xml" },
        { "conf/jetty-realm.properties", "conf/jetty-realm.properties" },
        { "conf/credentials.properties", "conf/credentials.properties" }
    };

Some users have other files that should be copied as well, e.g. custom property files. Can we either copy everything in the conf directory or use an index file that the user can update to append extra files automatically?

Also once the create is completed, the two bin scripts created do not have executable rights. It'd be good to include that.

Dejan already made this fix per AMQ-3619



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Gary Tully added a comment - 16/Dec/11 11:20 AM
fix on the 5.5.*-fuse branch