[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #22 from Jackie Rosen jackie.ro...@hushmail.com --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #21 from Benjamin Muschko benjamin.musc...@gmail.com --- Thanks for pointing me towards the right solution, Mark. Works! -- You are receiving this mail because: You are the assignee for the bug.

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #17 from Mark Thomas ma...@apache.org --- That is really the simplest test case you could come up with? I think it is safe to say it will not be being added to Tomcat with all those dependencies. I'll look at the git based test

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #18 from Benjamin Muschko benjamin.musc...@gmail.com --- Well, my use case is that fact that I am using Spring's implementation of WebApplicationInitializer. As you might know Spring does define transitive dependencies that are

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-05-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #19 from Mark Thomas ma...@apache.org --- You could have simplified this to just the raw elements without any of the Spring libraries. Hey ho. I have tracked down what is going on. There are two parts to this. First of all

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #16 from Benjamin Muschko benjamin.musc...@gmail.com --- Created attachment 28694 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28694action=edit Patch to reproduce Bug 52853 As there is a limit on the upload size I

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #13 from Benjamin Muschko benjamin.musc...@gmail.com --- I cleaned up my test cases and made them work. Steps to reproduce: 1) git clone git://github.com/bmuschko/tomcat70.git 2) Add modules directory to sources. 3) Add test

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #14 from Benjamin Muschko benjamin.musc...@gmail.com --- One more comment to my test code on Git. As a step between 1 and 2 you will need to switch to the branch webapp-3.0-spring. I forgot to mention that. 1.5) git checkout

[Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #15 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to comment #14) 1.5) git checkout webapp-3.0-spring If you want this to be included in Tomcat test suite, please make a patch in Unified Diff format and attach

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Chris Beams cbe...@gmail.com changed: What|Removed |Added CC||cbe...@gmail.com

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #12 from Benjamin Muschko benjamin.musc...@gmail.com 2012-04-20 02:00:47 UTC --- Thanks for the pointer, Chris. I will certainly check out the plugin code. -- Configure bugmail:

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #9 from Benjamin Muschko benjamin.musc...@gmail.com 2012-04-18 12:50:10 UTC --- I started to create a test case for this issue but I am not sure if it is actually working as I was not able to run the tests using Ant. When

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Benjamin Muschko benjamin.musc...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #10 from Konstantin Kolinko knst.koli...@gmail.com 2012-04-18 21:53:37 UTC --- (In reply to comment #9) When asking the question on the mailing list I didn't get a response:

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|NEEDINFO ---

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #4 from Mark Thomas ma...@apache.org 2012-03-15 09:03:44 UTC --- The simplest possible test case (as source code) that exhibits this issue would be great. I can't stress the simplest possible bit enough. Based on the

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #5 from Benjamin Muschko benjamin.musc...@gmail.com 2012-03-16 01:39:34 UTC --- I will try to provide an example that runs an embedded container. I had a look at this repository https://github.com/apache/tomcat70 but couldn't

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-16 03:08:06 UTC --- (In reply to comment #5) I will try to provide an example that runs an embedded container. That would be a question for the users@ list, but I'll

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-16 03:09:03 UTC --- 2) RUNNING.txt and BUILDING.txt -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #3 from Benjamin Muschko benjamin.musc...@gmail.com 2012-03-14 23:31:53 UTC --- Unfortunately, I didn't get a satisfying answer on the Tomcat user mailing list:

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Benjamin Muschko benjamin.musc...@gmail.com changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 --- Comment #2 from Benjamin Muschko benjamin.musc...@gmail.com 2012-03-10 17:10:31 UTC --- Thanks for the pointer. Unfortunately, setting scanAllDirectories to true didn't work for me. I will take this to the users list. -- Configure

DO NOT REPLY [Bug 52853] @HandlesTypes not resolving classes when added as repository directory

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52853 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED