Hi, we have recently upgraded from Tapestry 5.0.18 to Tapestry 5.2.6. After
this upgrade we have noticed that on deployment environment (Websphere
6.1.0.21) the application has some problems with loading some resources
(assets). For example the tapestry default CSS is not loaded correctly - the
rules are not applied as if there wasn't such CSS. When I check it through
Firebug, it seems that the default.css was loaded but contains no CSS rules.
When I check the generated HTML it contains (generated) link to default.css
as expected. When I try to open this link in FF, it shows empty page, when I
try to open it in IE, it opens notepad with no content. Something similar is
happening with 3rd party libraries. We are using chenillekit and it's
DatePicker. This date picker uses mixin called onEvent (also contained in
this library). This mixin uses javacript files imported using
@Import(library = {"../Chenillekit.js", "../components/CkOnEvents.js"})
This mixin doesn't work because of similar problem - these imported
javascript files appear to be empty when debugging through Firebug.
The interesting thing is that everything works fine on development
environment (Tomcat on Windows). But after deploying on development
environment (Websphere 6.1.0.21 on Linux) the application behaves as
mentioned. 
I have read that there are some issues when deploying Tapestry 5 apps to
Websphere 6.1. But we were deploying the application on the same Websphere
before Tapestry upgrade and it worked fine, so it may look like that it's a
problem of the new version of Tapestry. Any ideas?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Migration-from-Tapestry-5-0-18-to-Tapestry-5-2-6-on-Websphere-6-1-tp4774495p4774495.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to