[JBoss JIRA] (GTNPORTAL-2466) Wrong parsing extra markup header on JBossAS 7
by Vu Viet Phuong (JIRA)
Vu Viet Phuong created GTNPORTAL-2466:
-----------------------------------------
Summary: Wrong parsing extra markup header on JBossAS 7
Key: GTNPORTAL-2466
URL: https://issues.jboss.org/browse/GTNPORTAL-2466
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.0.Final
Environment: JBossAS 7
Reporter: Vu Viet Phuong
Add and portlet that use extra markup header feature: add an "script" element to header.
ON Jboss AS7, it show an empty page when portlet is added to page
This problem is because of currently we use __redirected.__XMLOutputFactory (jboss_modules.jar) , in other server, we use "com.sun.xml.internal.stream.XMLOutputFactoryImpl"
We expect "script" element is NON empty element (on jboss7, it write an empty element)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (GTNPORTAL-1867) Thirdparty update
by Julien Viet (JIRA)
Thirdparty update
-----------------
Key: GTNPORTAL-1867
URL: https://issues.jboss.org/browse/GTNPORTAL-1867
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.2.0-GA
1/ TestConcurrencyDataStorage unit test bug fix that was not waiting thread stops
2/ Forked CharSequenceReader from Commons IO 1.4.0
3/ for now commented _testDirtyWrite until rewritten properly
4/ commented jpetstore persistence test that don't pass with HSQLDB 2.0
5/ thirdparty upgrade:
- GateIn MOP 1.1.0-Beta01
- GateIn WSRP 2.1.0-Beta02
- eXo Kernel 2.3.0-CR1
- eXo Core 2.4.0-CR1
- eXo WS 2.2.0-CR1
- eXo JCR 1.14.0-CR1
- Chromattic 1.1.0-beta2
- Reflext 1.1.0-beta12
- Groovy 1.7.6
- Jibx 1.2.2
- Commons Beanutils 1.8.3
- Commons Chain 1.2
- Commons Logging 1.1.1
- Commons Pool 1.5.5
- Commons DBCP 1.4
- Commons IO 1.3.2
- Commons Lang 2.6
- HSQLDB 2.0.0
- Javassists 3.14.0-GA
- JGroups 2.11.1.Final
- Javax Inject 1
- Javax Activation 1.1.1
- Javax Transaction 1.1
- Javax Mail 1.4.4
- Lucene 2.9.4
- Quartz 1.8.4
- Apache Tika 0.7
- sjsxp 1.0.1
- stax-api 1.0-2
- XPP3 1.1.4c
- maven-jaxb2-plugin 0.7.4
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] (GTNPORTAL-2329) Window names are not available anymore when a page is added
by Chris Laprun (JIRA)
Chris Laprun created GTNPORTAL-2329:
---------------------------------------
Summary: Window names are not available anymore when a page is added
Key: GTNPORTAL-2329
URL: https://issues.jboss.org/browse/GTNPORTAL-2329
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: WebUI
Affects Versions: 3.2.0-Beta01
Reporter: Chris Laprun
Fix For: 3.2.0-CR01
I have code that reacts to page event creation to find out what was added:
{code}
List<UIComponent> components = container.getComponents();
for (UIComponent component : components)
{
ObjectType<? extends UIComponent> type = component.getObjectType();
if (ObjectType.WINDOW.equals(type))
{
Described described = component.adapt(Described.class);
String name = described.getName();
pageInfo.addWindow(name, component.getObjectId());
}
}
{code}
In the code above, if the page has just been created in the UI, name is now null. This wasn't previously the case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months