We have the compiler plugin correctly set in the EJB3 Build Parent. However, when performing releases, the configuration is not set in the release POM, preventing release (as compilation fails).
This is easily tested:
mvn -f release-pom.xml clean verify
Where you then see:
...generics are not supported in -source 1.3
| (try -source 1.5 to enable generics)
A relevant issue is:
http://jira.codehaus.org/browse/MRELEASE-283
...but I don't find the "inherited" property noted in te above JIRA having any bearing on the result.
So for now, I cannot use jboss-parent:4-beta-2
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143658#4143658
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143658
It's good to hear that this will be addressed in the next update.
My Wireshark log tells me, that the 304 stuff if not done for me. That would make sense since the Expires header is set to the past (same as the Last-modified).
Even worse is that for every single resource a new TCP connection has to be openend. I'd guess the TCP handshake takes even longer than retransmitting the small resources.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143653#4143653
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143653
this is now experimentally implemented
"julien(a)jboss.com" wrote : what needs to be done in the short term:
|
| 1/ extend encoder/decoder to implement resource serving urls
|
| 2/ extend encoder/decoder to implement public navigational state changes
|
| 3/ extends PortalObjectCommandFactory and PortalObjectURLFactory to take in account the InvokePortletWindowResourceCommand
|
| 4/ implement handling of resource invocation response in InvokeWindowCommand and return a StreamResponse to the controller.
|
| with that we should have support for resource serving and basic support for page render parameters.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143649#4143649
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143649