[ http://jira.magnolia.info/browse/MAGNOLIA-1546?page=comments#action_14166
]
Amir Mistric commented on MAGNOLIA-1546:
----------------------------------------
Update:
3. following mapping does not work:
on author:
/showroom/
--pages below....
mapping:
fromURI: /showroom/
toURI: /demo (also tried /demo/)
I get exception:
ERROR info.magnolia.cms.exchange.simple.ReceiveFilter
ReceiveFilter.java(importFresh:250) 06.06.2007 10:19:09 Exception caught
javax.jcr.RepositoryException: /demo/: invalid path: Empty path element:
/demo/: Empty path element: /demo/
at
org.apache.jackrabbit.core.SessionImpl.getImportContentHandler(SessionImpl.java:1066)
at
org.apache.jackrabbit.core.SessionImpl.importXML(SessionImpl.java:1107)
at
info.magnolia.cms.exchange.simple.ReceiveFilter.importResource(ReceiveFilter.java:317)
at
info.magnolia.cms.exchange.simple.ReceiveFilter.importFresh(ReceiveFilter.java:245)
at
info.magnolia.cms.exchange.simple.ReceiveFilter.update(ReceiveFilter.java:147)
at
info.magnolia.cms.exchange.simple.ReceiveFilter.receive(ReceiveFilter.java:105)
at
info.magnolia.cms.exchange.simple.ReceiveFilter.doFilter(ReceiveFilter.java:67)
> Subscribers with custom contexts are not properly mapped
> --------------------------------------------------------
>
> Key: MAGNOLIA-1546
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1546
> Project: Magnolia
> Issue Type: Task
> Affects Versions: 3.1 M1
> Reporter: Amir Mistric
> Assigned To: Sameer Charles
> Fix For: 3.1 M2
>
>
> If using single Magnolia Author instance to manage 2 or more websites (with
> multiple subscribers), setting custom contexts does not create proper mapping
> Scenario:
> single author instance has 2 websites (internet and intranet) each starting
> from single folder under root:
> /www-mycompany-org
> ---/www-index
> ---/www-page1
> /home-mycompany-org
> ---home-index
> ---home-page1
> Each site then has 2 subscribers (for redundancy) whose website context
> subscribedURI has been set to filter out top folders.
> Problem #1:
> You cannot activate pages under top folders unless the top folder has been
> activated itself. Why the filter then?
> Problem #2:
> The desired effect is to have public instance behave as it is managed by
> single author so that for www subscriber the folder /www-mycompany-org should
> map to / and so on.
> For the case above if my author host is cms.mycompany.org and public host is
> www.mycompany.org then the index page will have URLs:
> on author: cms.mycompany.org/www-mycompany-org/www-index.html
> on public: www.mycompany.org/www-index.html
> Otherwise what would be the point of managing multiple sites with the same
> author?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------