W dniu 01.09.2010 06:27, Nikolaos Giannopoulos pisze:
> Grzegorz,
>
> Comments in-line...
>
>
> Grzegorz Krugły wrote:
>>  Hello,
>>
>> I'd like to ask what's the status of making DynamicMappingFilter work on
>> Glassfish 3 - I've seen
>> http://www.stripesframework.org/jira/browse/STS-678 report, but fix
>> mentioned there seems to have been revoked?
>>   
> Not sure what you mean by fix mentioned there appears revoked?

I've checked out from trunk and DMF was the same as in my 1.5.2
snapshot; didn't think to check out the 1.5.4 snapshot.

>> I did some experimenting yesterday, trying to make DMF get StripesFilter
>> when it's needed instead on init (I also tried the workaround from the
>> bug report), but then some strange thing happens with the classloader -
>> it doesn't seem to be able to find Interceptor class even though this
>> interface is there.
>>   
> I updated 2 comments on STS-678 with what has worked for me on GF v3.
>
> I also created a 1.5.3.1 (for my own consumption) which is 1.5.3 plus 
> the DynamicMappingFilter fix in 1.5.4 Snapshot. As I mentioned in the 
> comments if there are enough people interested in this no warranties 
> 1.5.3.1 that I put together then I'll post it online somewhere.


Is it enough to copy the DMF from 1.5.4 over 1.5.3 one? I will try it
again in next few days - GF3 doesn't kill user sessions during redeploy
so switching would be a performance boost for my work, I guess.


>> I also had to change some minor stuff to make Stripes compile with
>> Glassfish 3 set as my target in NetBeans - I guess Java EE 6 changed a
>> few bits and pieces
>>   
> What pieces are you referring to?


There were some compilation errors like "Enumaration<String>" is needed
instead of "Enumeration<?>" and like, don't have my experimental env at
hand, so will come back with exact errors later; I thought it might be
that NetBeans switches to Java EE 6 specs when one chooses GF3 as run
target (similarly to the feature that when I switch to Java 6
compliance, enforces @Override annotations, etc.).


>> Anyway, is someone working or has already succeeded in making Stripes
>> work with GF3?
> Again, I have tested the workaround in 1.5.3 on GF v3 that I posted to 
> STS-678. I have also tested 1.5.4 Snapshot and removed the workaround 
> and it works great "except" for the fact that 1.5.4 Snapshot had a show 
> stopper issue for me w.r.t. nested Stripes Layouts not working properly. 
> So I am back to 1.5.3... and that essentially gave me a reason to create 
> my own 1.5.3.1... (as mentioned above).
>
> Also today I just discovered that the DynamicMappingFilter in 1.5.4 
> snapshot can be defined in place of StripesFilter and StripesFilter will 
> be created internally... (hence my 2nd comment to STS-678). Check it 
> out... as partial web.xml snippets included.


That would be nice, I'll check it out.


>> Is there any schedule as support for Java EE 6?
>> Can I help somehow?
>>   
> I'm sure the Stripes community would welcome your support... I know I would.
>
> Perhaps someone else here can comment or you can try posting to the 
> Stripes developer mailing list... . Not sure.


I work with stripes on glassfish a lot, so could be able to fix/text
some gf-related bugs for sure. When I have some spare time, I'll also
look over the ticket list on Jira, perhaps I could offer my work on some
of them.

Best regards,
Grzegorz


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to