-
1. Re: Custom Node Types not showing in modeshape-explorer
hchiorean Nov 7, 2014 2:11 AM (in response to cobraflow)The explorer should display all existing nodes, regardless of their type. If you create a new node with one of your custom types using the explorer (New node; Save) is that displayed ?
-
2. Re: Custom Node Types not showing in modeshape-explorer
cobraflow Nov 7, 2014 10:50 AM (in response to hchiorean)Horia,
Yes, that is displayed correctly.
I now have a hierarchy :-
/Area(nt:unstructured)/projects(nt:unstructured)/Project1(cf:Project) - Created via sequencer - does not appear
/Area/projects/P1(cf:Project) - Created via explorer - does appear
...any ideas?
-
3. Re: Custom Node Types not showing in modeshape-explorer
hchiorean Nov 7, 2014 11:16 AM (in response to cobraflow)no, it's probably a bug.
If you can help us reproduce it locally - with some code that we can run prior to opening the Explorer - pls open a JIRA for this. Thanks.
-
4. Re: Custom Node Types not showing in modeshape-explorer
cobraflow Nov 9, 2014 11:26 AM (in response to hchiorean)Horia,
Using a clean WildFly (delete data,log and tmp) and the ModeShape explorer,
1) Create a node in root called "Top" (nt:unstructured)
2) Save
3) Navigate into "Top"
4) Create a child called "data" (nt:unstructured).
5) Save
6) Navigate top "Top" again (Just click the breadcrumb)
7) The "data" node does not show.
8) Create another child called "data" (nt:unstructured)
9) Save
10) Navigate to "Top" again
11) A "data" node is shown with a path of /Top/data[2]
There is a wheel off somewhere!
Cheers