Re: How to create a namespace mapping from a remote test?

2019-02-08 Thread Bertrand Delacretaz
Hi, On Fri, Feb 8, 2019 at 5:14 AM Julian Sedding wrote: > ...2. Deploy a custom bundle with a servlet that allows registering a > namespace... Yes and you might use tinybundles to create that bundle, to avoid too complex a setup. > ...I'm not sure how far the Teleporter junit rule would get

Re: How to create a namespace mapping from a remote test?

2019-02-08 Thread Julian Sedding
Hi Christian I can see two options. However, both require deploying a custom bundle. 1. The JCR Content Loader has support for installing *.cnd files[0]. I.e. a (very slim) bundle could be installed to register a namespace declared in a cnd file. 2. Deploy a custom bundle with a servlet that

How to create a namespace mapping from a remote test?

2019-02-07 Thread Christian Schneider
I would like to reproduce a problem with replication when a namespace is not present on publish. So I would like to: - create a new namespace mapping on author - Create a node with an attribute that uses the new namespace - publish the node to author and check if it is correct I can do all the