Re: [aspectwerkz-user] could not load class [java/lang/Object]
Masayuki Takahashi <[email protected]> Wed, 10 Aug 2005 10:52:09 +0900
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
hi, alex. thanks for replying.
Alexandre Vasseur wrote:
>
> This is unusual.
> Could you try to have f.e. a JSP in your webapp (that looks like named
> "jsxserver") and write something like:
>
> InputStream is =
> this.getClass().getClassLoader().getResourceAsStream("java/lang/Object.class");
return null.
> InputStream is2 =
> ClassLoader.getSystemClassLoader().getResourceAsStream("java/lang/Object.class");
return inputstream instance.
maybe, child(webapps) classloader of resin-3.0.14
is wrong. executing on tomcat-5.5.9, it returns
instances both. i will report this issue to resin-
ML.
thanks, alex.
--
masayuki takahashi