OK looks like the artifact aren't uploaded. I've manually uploaded them
so hopefully it works (wait a couple of minutes).
A+
-- jeanfrancois
Survivant 00 wrote:
> Update
> At revision: 2551
>
> from the root
>
> //cleanup
> mvn clean
>
> // just to compile
> mvn install -Prelease-profile -Dmaven.test.skip=true
>
> still got a Maven error here
>
> [INFO] snapshot com.sun.grizzly:grizzly-webserver:1.9.8-SNAPSHOT:
> checking for
> pdates from glassfish-maven2-repository.dev.java.net
> <http://glassfish-maven2-repository.dev.java.net>
> Downloading:
> http://download.java.net/maven/2/com/sun/grizzly/grizzly-webserver
> 1.9.8-SNAPSHOT/grizzly-webserver-1.9.8-SNAPSHOT-javadoc.jar
> Downloading:
> http://download.java.net/maven/1/com.sun.grizzly/bundles/grizzly-w
> bserver-1.9.8-SNAPSHOT-javadoc.jar
> Downloading:
> http://repository.codehaus.org/com/sun/grizzly/grizzly-webserver/1
> 9.8-SNAPSHOT/grizzly-webserver-1.9.8-SNAPSHOT-javadoc.jar
> Downloading:
> http://download.java.net/maven/glassfish//com/sun/grizzly/grizzly-
> ebserver/1.9.8-SNAPSHOT/grizzly-webserver-1.9.8-SNAPSHOT-javadoc.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] An Ant BuildException has occured: Failed to resolve artifact.
> Trail=[]
>
> Unable to download the artifact from any repository
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 30 seconds
> [INFO] Finished at: Wed Feb 25 13:43:05 EST 2009
> [INFO] Final Memory: 77M/254M
> [INFO]
> ------------------------------------------------------------------------
>
>
> I,ll do this instead
>
>
> cd modules/http-servlet
>
> mvn jar:jar
>
> BUILD SUCCESSFUL
>
>
> mvn install -Prelease-profile -e
> -Djava.util.logging.config.file=C:/workspace_personal/grizzly-source/classes/logging.properties
>
>
> BUILD SUCCESSFUL
>
> We have a winner : Nous avons une saucisse :)
>
>
>
>
> 2009/2/25 Jeanfrancois Arcand <Jeanfrancois.Arcand_at_sun.com
> <mailto:Jeanfrancois.Arcand_at_sun.com>>
>
> OK can you update your workspace :-) Mine is passing:
>
> Administrator_at_Jeanne ~/grizzly/code/modules/http-servlet
> $ uname -a
> CYGWIN_NT-5.1 Jeanne 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
>
> Administrator_at_Jeanne ~/grizzly/code/modules/http-servlet
> $ mvn test
> [INFO] Scanning for projects...
> WAGON_VERSION: 1.0-beta-1
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] task-segment: [test]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] snapshot com.sun.jersey:jersey-server:1.0.3-SNAPSHOT:
> checking for updates from
> glassfish-maven2-repository.dev.java.net
> <http://glassfish-maven2-repository.dev.java.net>
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> C:\cygwin\home\Administrator\grizzly\code\modules\http-servlet\target\surefire-reports
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running com.sun.grizzly.http.BasicServletTest
> testSetHeaderTest
> Feb 25, 2009 1:18:53 PM com.sun.grizzly.http.BasicServletTest$1
> doGet
> INFO: /1 received request /1
> pathInfo -> /1
> testPathInfo
> Feb 25, 2009 1:18:54 PM com.sun.grizzly.http.BasicServletTest$1
> doGet
> pathInfo -> /pathInfo
> INFO: /contextPath/servletPath/ received request
> /contextPath/servletPath/pathInfo
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 2.688 sec
> Running filter.JerseyrNoServletTest
> Starting grizzly...
> Feb 25, 2009 1:18:57 PM
> com.sun.jersey.api.core.PackagesResourceConfig init
> INFO: Scanning for root resource and provider classes in the
> packages:
> filter
> Feb 25, 2009 1:18:58 PM
> com.sun.jersey.api.core.PackagesResourceConfig init
> INFO: Root resource classes found:
> class filter.MyResource
> Feb 25, 2009 1:18:58 PM
> com.sun.jersey.api.core.PackagesResourceConfig init
> INFO: Provider classes found:
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 4.5 sec
> Running com.sun.grizzly.http.GrizzlyWebServerTest
> testAddGrizzlyAdapterAfterStart
> Feb 25, 2009 1:18:59 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /1 received request /1
> testMultipleAddGrizzlyAdapterAfterStart
> Feb 25, 2009 1:19:00 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /1 received request /1
> Feb 25, 2009 1:19:00 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /2 received request /2
> Feb 25, 2009 1:19:00 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /3 received request /3
> testOverlapingAddGrizzlyAdapterAfterStart
> Feb 25, 2009 1:19:01 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /1 received request /1
> Feb 25, 2009 1:19:01 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /2 received request /2
> Feb 25, 2009 1:19:01 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /2/1 received request /2/1
> Feb 25, 2009 1:19:01 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /1/2/3/4/5 received request /1/2/3/4/5
> testAddRemoveMixAfterStart
> Feb 25, 2009 1:19:02 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /1 received request /1
> Feb 25, 2009 1:19:02 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /2 received request /2
> Feb 25, 2009 1:19:02 PM
> com.sun.grizzly.http.GrizzlyWebServerTest$1 doGet
> INFO: /3 received request /3
> testStartContract
> Bound to port: 18901
> Feb 25, 2009 1:19:03 PM com.sun.grizzly.http.SelectorThread$3
> onException
> SEVERE: Exception during starting the controller
> java.net.BindException: Address already in use: bind:
> 18901=com.sun.grizzly.http.SelectorThreadHandler_at_19b46dc
> at
> com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:355)
> at com.sun.grizzly.Controller.doSelect(Controller.java:348)
> at
> com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:82)
> Ha got you this time.
> at
> com.sun.grizzly.Controller.startSelectorHandlerRunner(Controller.java:1144)
> at com.sun.grizzly.Controller.start(Controller.java:951)
> at
> com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1161)
> at
> com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1012)
> at java.lang.Thread.run(Thread.java:619)
> Feb 25, 2009 1:19:03 PM com.sun.grizzly.Controller
> handleSelectException
> SEVERE: doSelect exception
> java.net.BindException: Address already in use: bind:
> 18901=com.sun.grizzly.http.SelectorThreadHandler_at_19b46dc
> at
> com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:355)
> at com.sun.grizzly.Controller.doSelect(Controller.java:348)
> at
> com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:82)
> at
> com.sun.grizzly.Controller.startSelectorHandlerRunner(Controller.java:1144)
> at com.sun.grizzly.Controller.start(Controller.java:951)
> at
> com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:1161)
> at
> com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1012)
> at java.lang.Thread.run(Thread.java:619)
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 4.266 sec
> Running com.sun.grizzly.http.MapperTest
> testOverlapingMapping
> Feb 25, 2009 1:19:04 PM com.sun.grizzly.http.MapperTest$1 doGet
> INFO: Servlet : /aaa/bbb received request /aaa/bbb
> Feb 25, 2009 1:19:04 PM com.sun.grizzly.http.MapperTest$1 doGet
> INFO: Servlet : /aaa/ccc received request /aaa/ccc
> testRootMapping
> Feb 25, 2009 1:19:04 PM com.sun.grizzly.http.MapperTest$1 doGet
> INFO: Servlet : / received request /index.html
> testWrongMapping
> testComplexMapping
> Feb 25, 2009 1:19:05 PM com.sun.grizzly.http.MapperTest$1 doGet
> INFO: Servlet : /a/b/c/*.html received request /a/b/c/index.html
> testWildcardMapping
> Feb 25, 2009 1:19:06 PM com.sun.grizzly.http.MapperTest$1 doGet
> INFO: Servlet : /*.html received request /index.html
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 3.234 sec
>
> Results :
>
> Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Wed Feb 25 13:19:07 EST 2009
> [INFO] Final Memory: 8M/15M
> [INFO]
> ------------------------------------------------------------------------
>
>
> Thanks!
>
> -- Jeanfrancois
>
>
> Survivant 00 wrote:
>
> the first one in fixed now
>
> the second still failed.
>
>
>
> 2009/2/25 Jeanfrancois Arcand <Jeanfrancois.Arcand_at_sun.com
> <mailto:Jeanfrancois.Arcand_at_sun.com>
> <mailto:Jeanfrancois.Arcand_at_sun.com
> <mailto:Jeanfrancois.Arcand_at_sun.com>>>
>
>
> Salut,
>
> I've fixed (I think) the first one. Will try to reproduce the
> second
> failure :-)
>
> A+
>
> --Jeanfrancois
>
>
> Survivant 00 wrote:
>
> Update
> At revision: 2541
>
> Failed tests:
> testStartContract(com.sun.grizzly.http.GrizzlyWebServerTest)
> testOverlapingMapping(com.sun.grizzly.http.MapperTest)
>
>
>
>
> -------------------------------------------------------------------------------
> Test set: com.sun.grizzly.http.GrizzlyWebServerTest
>
> -------------------------------------------------------------------------------
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time
> elapsed:
> 5.438 sec <<< FAILURE!
> testStartContract(com.sun.grizzly.http.GrizzlyWebServerTest)
> Time elapsed: 1.015 sec <<< FAILURE!
> junit.framework.AssertionFailedError: Should throw exception
> that can't bind to port.
> at junit.framework.Assert.fail(Assert.java:47)
> at
>
> com.sun.grizzly.http.GrizzlyWebServerTest.testStartContract(GrizzlyWebServerTest.java:171)
>
>
>
> -------------------------------------------------------------------------------
> Test set: com.sun.grizzly.http.MapperTest
>
> -------------------------------------------------------------------------------
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time
> elapsed:
> 4.265 sec <<< FAILURE!
> testOverlapingMapping(com.sun.grizzly.http.MapperTest) Time
> elapsed: 1.032 sec <<< FAILURE!
> junit.framework.ComparisonFailure: expected:</aaa/[ccc]> but
> was:</aaa/[bbb]>
> at junit.framework.Assert.assertEquals(Assert.java:81)
> at junit.framework.Assert.assertEquals(Assert.java:87)
> at
>
> com.sun.grizzly.http.MapperTest.testOverlapingMapping(MapperTest.java:80)
>
>
>
>
>
>
>
>
>
>
> [main] Tue Feb 24 21:20:31 EST 2009 [FIN]
> com.sun.grizzly.http.SelectorThread initAlgorithm:Using
> Algorithm: com.sun.grizzly.http.algorithms.NoParsingAlgorithm
>
> [SelectorThread-18890] Tue Feb 24 21:20:31 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_e7b241
>
> [SelectorThread-18890] Tue Feb 24 21:20:31 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_ACCEPT on
> sun.nio.ch.SelectionKeyImpl_at_867e89 attachment: null
>
> [main] Tue Feb 24 21:20:31 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
> writeRequests:sun.net.www.MessageHeader_at_578ceb5 pairs:
> {GET /1
> HTTP/1.1: null}{User-Agent: Java/1.6.0_12}{Host:
> localhost:18890}{Accept: text/html, image/gif, image/jpeg, *;
> q=.2, */*; q=.2}{Connection: keep-alive}
>
> [SelectorThread-18890] Tue Feb 24 21:20:31 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_e7b241
>
> [SelectorThread-18890] Tue Feb 24 21:20:31 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_READ on
> sun.nio.ch.SelectionKeyImpl_at_80f4cb attachment: 1235528431968
>
> [SelectorThread-18890] Tue Feb 24 21:20:31 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1e0bc08
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_e7b241
>
> [http18890-WorkerThread(0)] Tue Feb 24 21:20:32 EST 2009
> [INFO]
> com.sun.grizzly.http.BasicServletTest$1 doGet:/1 received
> request /1
>
> [http18890-WorkerThread(0)] Tue Feb 24 21:20:32 EST 2009 [LE
> PLUS FIN] com.sun.grizzly.http.SocketChannelOutputBuffer
> flushChannel:flushChannel isAsyncHttpWriteEnabled=false
> bb=java.nio.HeapByteBuffer[pos=0 lim=172 cap=131072]
>
> [main] Tue Feb 24 21:20:32 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
> getInputStream:sun.net.www.MessageHeader_at_4413ee6 pairs:
> {null:
> HTTP/1.1 200 OK}{server: grizzly/1.9.8}{Path-Info:
> /1}{Content-Type: text/html;charset=utf8}{Transfer-Encoding:
> chunked}{Date: Wed, 25 Feb 2009 02:20:32 GMT}
>
> [http18890-WorkerThread(0)] Tue Feb 24 21:20:32 EST 2009
> [FIN]
> com.sun.grizzly.Controller returnContext:returnContext()
> Context
> : com.sun.grizzly.NIOContext_at_1e0bc08
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.BaseSelectionKeyHandler$1
> locallyClosed:sun.nio.ch.SelectionKeyImpl_at_867e89 is being
> locally cancelled
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.BaseSelectionKeyHandler$1
> locallyClosed:sun.nio.ch.SelectionKeyImpl_at_80f4cb is being
> locally cancelled
>
> [main] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.http.SelectorThread initAlgorithm:Using
> Algorithm: com.sun.grizzly.http.algorithms.NoParsingAlgorithm
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_503429
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_ACCEPT on
> sun.nio.ch.SelectionKeyImpl_at_1908ca1 attachment: null
>
> [main] Tue Feb 24 21:20:32 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
> writeRequests:sun.net.www.MessageHeader_at_100ab235 pairs: {GET
> /contextPath/servletPath/pathInfo HTTP/1.1: null}{User-Agent:
> Java/1.6.0_12}{Host: localhost:18890}{Accept: text/html,
> image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection:
> keep-alive}
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_503429
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_READ on
> sun.nio.ch.SelectionKeyImpl_at_e3b895 attachment: 1235528432140
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1dd46f7
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_503429
>
> [http18890-WorkerThread(0)] Tue Feb 24 21:20:32 EST 2009
> [INFO]
> com.sun.grizzly.http.BasicServletTest$1
> doGet:/contextPath/servletPath/ received request
> /contextPath/servletPath/pathInfo
>
> [http18890-WorkerThread(0)] Tue Feb 24 21:20:32 EST 2009 [LE
> PLUS FIN] com.sun.grizzly.http.SocketChannelOutputBuffer
> flushChannel:flushChannel isAsyncHttpWriteEnabled=false
> bb=java.nio.HeapByteBuffer[pos=0 lim=203 cap=131072]
>
> [http18890-WorkerThread(0)] Tue Feb 24 21:20:32 EST 2009
> [FIN]
> com.sun.grizzly.Controller returnContext:returnContext()
> Context
> : com.sun.grizzly.NIOContext_at_1dd46f7
>
> [main] Tue Feb 24 21:20:32 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
> getInputStream:sun.net.www.MessageHeader_at_1bd0dd46 pairs:
> {null:
> HTTP/1.1 200 OK}{server: grizzly/1.9.8}{Path-Info:
> /pathInfo}{Content-Type:
> text/html;charset=utf8}{Transfer-Encoding: chunked}{Date:
> Wed,
> 25 Feb 2009 02:20:32 GMT}
>
> [SelectorThread-18890] Tue Feb 24 21:20:32 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_503429
>
> [SelectorThread-18890] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.BaseSelectionKeyHandler$1
> locallyClosed:sun.nio.ch.SelectionKeyImpl_at_1908ca1 is being
> locally cancelled
>
> [SelectorThread-18890] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.BaseSelectionKeyHandler$1
> locallyClosed:sun.nio.ch.SelectionKeyImpl_at_e3b895 is being
> locally cancelled
>
> [main] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.http.SelectorThread initAlgorithm:Using
> Algorithm: com.sun.grizzly.standalone.StaticStreamAlgorithm
>
> [SelectorThread-9998] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1c6f579
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface com.sun.jersey.spi.inject.InjectableProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface javax.ws.rs.ext.MessageBodyReader
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.spi.service.ServiceFinder$AbstractLazyIterator
> hasNext:A dependent class, javax/mail/MessagingException,
> of the
> class
>
> com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
> implementing the provider interface
> javax.ws.rs.ext.MessageBodyReader is not found. The provider
> implementation is ignored.
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.StringProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FileProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.InputStreamProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.DataSourceProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FormProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ReaderProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface javax.ws.rs.ext.MessageBodyWriter
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.spi.service.ServiceFinder$AbstractLazyIterator
> hasNext:A dependent class, javax/mail/MessagingException,
> of the
> class
>
> com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
> implementing the provider interface
> javax.ws.rs.ext.MessageBodyWriter is not found. The provider
> implementation is ignored.
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.StringProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FileProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.InputStreamProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.DataSourceProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FormProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ReaderProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider
>
> [main] Tue Feb 24 21:20:33 EST 2009 [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$SourceWriter
>
> [SelectorThread-9998] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_ACCEPT on
> sun.nio.ch.SelectionKeyImpl_at_11ddcde attachment: null
>
> [SelectorThread-9998] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1c6f579
>
> [main] Tue Feb 24 21:20:33 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
> writeRequests:sun.net.www.MessageHeader_at_10100585 pairs: {GET
> /application.wadl HTTP/1.1: null}{Accept:
> application/vnd.sun.wadl+xml}{User-Agent:
> Java/1.6.0_12}{Host:
> localhost:9998}{Connection: keep-alive}
>
> [SelectorThread-9998] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_READ on
> sun.nio.ch.SelectionKeyImpl_at_bdab91 attachment: 1235528433812
>
> [SelectorThread-9998] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1865b28
>
> [SelectorThread-9998] Tue Feb 24 21:20:33 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1c6f579
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [INFO]
> com.sun.jersey.api.core.PackagesResourceConfig
> init:Scanning for
> root resource and provider classes in the packages:
> filter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [INFO]
> com.sun.jersey.api.core.PackagesResourceConfig init:Root
> resource classes found:
> class filter.MyResource
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [INFO]
> com.sun.jersey.api.core.PackagesResourceConfig init:Provider
> classes found:
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface com.sun.jersey.spi.inject.InjectableProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface com.sun.jersey.spi.template.TemplateProcessor
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface
>
> com.sun.jersey.server.impl.model.method.dispatch.ResourceMethodDispatchProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface javax.ws.rs.ext.MessageBodyReader
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.spi.service.ServiceFinder$AbstractLazyIterator
> hasNext:A dependent class, javax/mail/MessagingException,
> of the
> class
>
> com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
> implementing the provider interface
> javax.ws.rs.ext.MessageBodyReader is not found. The provider
> implementation is ignored.
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.StringProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FileProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.InputStreamProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.DataSourceProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FormProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ReaderProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface javax.ws.rs.ext.MessageBodyWriter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.spi.service.ServiceFinder$AbstractLazyIterator
> hasNext:A dependent class, javax/mail/MessagingException,
> of the
> class
>
> com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
> implementing the provider interface
> javax.ws.rs.ext.MessageBodyWriter is not found. The provider
> implementation is ignored.
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.StringProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FileProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.InputStreamProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.DataSourceProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.FormProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.core.impl.provider.entity.ReaderProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.core.impl.provider.entity.SourceProvider$SourceWriter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface com.sun.jersey.spi.StringReaderProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders$RootElementProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeValueOf
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$StringConstructor
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:33 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
>
> com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$DateProvider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface com.sun.jersey.spi.container.ContainerRequestFilter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses: Provider found: class
> com.sun.jersey.server.impl.container.filter.NormalizeFilter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface
> com.sun.jersey.spi.container.ContainerResponseFilter
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [CONFIG]
> com.sun.jersey.core.spi.component.ProviderServices
> getServiceClasses:Searching for providers that implement:
> interface com.sun.jersey.spi.container.ResourceFilterFactory
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [LE PLUS
> FIN]
>
> com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
> createResource:A new abstract resource created by
> IntrospectionModeler: AbstractResource("/myresource", -
> MyResource: 1 constructors, 0 fields, 0 setter methods, 1 res
> methods, 0 subres methods, 0 subres locators )
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> javax.xml.bind.ContextFinder find:Searching jaxb.properties
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> javax.xml.bind.ContextFinder find:Searching the system
> property
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> javax.xml.bind.ContextFinder find:Searching META-INF/services
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> javax.xml.bind.ContextFinder find:Unable to
> load:META-INF/services/javax.xml.bind.JAXBContext
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> javax.xml.bind.ContextFinder find:Trying to create the
> platform
> default provider
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> javax.xml.bind.ContextFinder safeLoadClass:Trying to load
> com.sun.xml.internal.bind.v2.ContextFactory
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> com.sun.xml.internal.bind.v2.ContextFactory
> createContext:Property
> com.sun.xml.internal.bind.XmlAccessorFactoryis not active.
> Using JAXB's implementation
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resource.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Doc.content
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Doc.title
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resource.param
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Param.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Param.option
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Option.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Option.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Option.value
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> com.sun.research.ws.wadl.Link
> com.sun.research.ws.wadl.Param.link
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Link.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Link.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Link.resourceType
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Param.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> com.sun.research.ws.wadl.ParamStyle
> com.sun.research.ws.wadl.Param.style
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> javax.xml.namespace.QName com.sun.research.ws.wadl.Param.type
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Param._default
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.Boolean
> com.sun.research.ws.wadl.Param.required
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.Boolean
> com.sun.research.ws.wadl.Param.repeating
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Param.fixed
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Param.path
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resource.methodOrResource
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Method.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> com.sun.research.ws.wadl.Request
> com.sun.research.ws.wadl.Method.request
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Request.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Request.param
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Request.representation
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.RepresentationType.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.RepresentationType.param
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.RepresentationType.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> javax.xml.namespace.QName
> com.sun.research.ws.wadl.RepresentationType.element
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.RepresentationType.mediaType
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.RepresentationType.href
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Request.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> com.sun.research.ws.wadl.Response
> com.sun.research.ws.wadl.Method.response
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Response.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Response.param
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Response.representationOrFault
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Response.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Method.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Method.name
> <http://com.sun.research.ws.wadl.Method.name>
> <http://com.sun.research.ws.wadl.Method.name>
> <http://com.sun.research.ws.wadl.Method.name>
>
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Method.href
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resource.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Resource.queryType
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Resource.path
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Application.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> com.sun.research.ws.wadl.Grammars
> com.sun.research.ws.wadl.Application.grammars
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Grammars.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Grammars.include
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Include.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Include.href
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Grammars.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected
> com.sun.research.ws.wadl.Resources
> com.sun.research.ws.wadl.Application.resources
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resources.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resources.resource
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Resources.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.lang.String
> com.sun.research.ws.wadl.Resources.base
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
>
> com.sun.research.ws.wadl.Application.resourceTypeOrMethodOrRepresentation
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.ResourceType.doc
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.ResourceType.param
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.ResourceType.method
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.ResourceType.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
>
> com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory
> get:Using optimized Accessor for protected java.util.List
> com.sun.research.ws.wadl.Application.any
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [LE PLUS
> FIN]
>
> com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
> createResource:A new abstract resource created by
> IntrospectionModeler: AbstractResource(WadlResource: 1
> constructors, 4 fields, 0 setter methods, 1 res methods, 0
> subres methods, 0 subres locators )
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009
> [LE PLUS
> FIN] com.sun.grizzly.http.SocketChannelOutputBuffer
> flushChannel:flushChannel isAsyncHttpWriteEnabled=false
> bb=java.nio.HeapByteBuffer[pos=0 lim=694 cap=131072]
>
> [http9998-WorkerThread(0)] Tue Feb 24 21:20:34 EST 2009 [FIN]
> com.sun.grizzly.Controller returnContext:returnContext()
> Context
> : com.sun.grizzly.NIOContext_at_1865b28
>
> [main] Tue Feb 24 21:20:34 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
> getInputStream:sun.net.www.MessageHeader_at_105691e5 pairs:
> {null:
> HTTP/1.1 200 OK}{server: grizzly/1.9.8}{Content-Type:
> application/vnd.sun.wadl+xml}{Content-Length: 550}{Date:
> Wed, 25
> Feb 2009 02:20:34 GMT}
>
> [SelectorThread-9998] Tue Feb 24 21:20:34 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_1c6f579
>
> [SelectorThread-9998] Tue Feb 24 21:20:35 EST 2009 [FIN]
> com.sun.grizzly.BaseSelectionKeyHandler$1
> locallyClosed:sun.nio.ch.SelectionKeyImpl_at_bdab91 is being
> locally cancelled
>
> [SelectorThread-9998] Tue Feb 24 21:20:35 EST 2009 [FIN]
> com.sun.grizzly.BaseSelectionKeyHandler$1
> locallyClosed:sun.nio.ch.SelectionKeyImpl_at_11ddcde is being
> locally cancelled
>
> [main] Tue Feb 24 21:20:35 EST 2009 [FIN]
> com.sun.grizzly.http.SelectorThread initAlgorithm:Using
> Algorithm: com.sun.grizzly.http.algorithms.NoParsingAlgorithm
>
> [SelectorThread-18900] Tue Feb 24 21:20:35 EST 2009 [FIN]
> com.sun.grizzly.Controller pollContext:pollContext(..)
> Context :
> com.sun.grizzly.NIOContext_at_e29820
>
> [SelectorThread-18900] Tue Feb 24 21:20:35 EST 2009 [FIN]
> com.sun.grizzly.Controller handleSelectedKeys:OP_ACCEPT on
> sun.nio.ch.SelectionKeyImpl_at_716cb7 attachment: null
>
> [main] Tue Feb 24 21:20:35 EST 2009 [FIN]
> sun.net.www.protocol.http.HttpURLConnection
>
>
> ...
>
> [Message tronqué]
>
>