Morten Nyhaug <morten2mor...@...> writes:

> It appears that the application deploys without error when deployed as 
> exploded. However with weblogic 10.0 I get some wierd taglib errors when 
trying 
> to execute the application. I had to manually remove the two function tags at 
> the bottom of the stripes.tld file inside the stripes.jar to make it work.
> 
> However, this is not really a solution to the problem. Deploying exploded 
> archives is not very practical since all my applications are bundled in ear's.

Some updates on this problem. It appears that the upcoming version 1.5.3 of 
stripes solves the deploy problems of war packages on weblogic. I checked out 
the trunk of the stripes project, and the new resulting stripes.jar solves the 
problem. Very good news.

Weblogic 10.0 have problems understanding the stripes.tld. To solve this, copy 
the stripes.tld from the stripes.jar to your WEB-INF directory. Edit the file 
and remove the two function tags at the botton.

If you package your wars into an ear like me, you might get an error telling 
you that stripes is unable to find the StripesResources.properties file, even 
though this file is still in the war classpath. I solved this by moving it out 
of the war, and into a common jar file located in the ears APP-INF/lib. This is 
probably due to how weblogic solves the ear classpath.


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to