https://issues.apache.org/bugzilla/show_bug.cgi?id=57142
--- Comment #10 from Arthur Fiedler <artfied...@gmail.com> ---
Per comment #9's mention of #2 I ran into this issue with the class loader
before, I believe what I was doing was accessing EL 3.0 classes directly in the
context initialize listener and it could not see my classes, I ended up writing
my own EL Resolver that resolved my classes, since my resolver was created in
the servlets class loader.

I wasn't sure how to fix it or how its truly suppose to function so I didn't
report it and made my own work around.

As for "C" is it better to reuse the ELContext instead of creating it each
time? Wouldn't the object need to be reset and synchronized for every request
to that jsp? I didn't look at the code so I don't know the in's and outs of how
jsps are processed, but if you wanted to do that maybe a ThreadModel would work
to avoid synchronizing, just a thought.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to