[JBoss JIRA] Created: (GTNPORTAL-790) Page doesn't display when created in pages.xml
by Benjamin Janssens (JIRA)
Page doesn't display when created in pages.xml
----------------------------------------------
Key: GTNPORTAL-790
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-790
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-CR01
Environment: Windows xp, firefox 3.6, IE 8, Chrome 4
Reporter: Benjamin Janssens
Priority: Minor
I created a node and a page in
\server\default\deploy\gatein.ear\02portal.war\WEB-INF\conf\portal\portal\classic\navigation.xml and pages.xml
navigation.xml :
<node>
<uri>testmnode</uri>
<name>test</name>
<label>Test</label>
<visible>true</visible>
<page-reference>portal::classic::testPage</page-reference>
</node>
pages.xml
<page>
<name>testPage</name>
<title>Test</title>
<access-permissions>Everyone</access-permissions>
<edit-permission>*:/platform/administrators</edit-permission>
</page>
The node is displayed correctly into the portal. If I clicked on the node, the URL change, but nothing happens. I have to edit the node with the edit navigation panel, then go to the selector page (the page is displayed as selected) just click save, then save the node and then the page is displayed when I click on the node.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (GTNWSRP-164) ProducerInfo is saved more than necessary
by Chris Laprun (JIRA)
ProducerInfo is saved more than necessary
-----------------------------------------
Key: GTNWSRP-164
URL: https://jira.jboss.org/browse/GTNWSRP-164
Project: GateIn WSRP
Issue Type: Feature Request
Components: Consumer
Affects Versions: 2.0.0-CR02
Reporter: Chris Laprun
Assignee: Chris Laprun
Fix For: 2.1.0
In particular, it might not need to be saved if the service description hasn't changed after a refresh. Whether checking whether the service description is unchanged can be done safely and is faster than just saving regardless might come into play to decide whether it's worth attempting reducing the number of saves.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month