-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: 1.0.2
-
None
Tomcat で実行時に次の例外スタックがログに出力される.
WARN 2006-07-28 22:41:33,828 [http-8080-Processor25] URLStreamHandlerRegistryを登録できませんでした
java.lang.Error: factory already defined
at java.net.URL.setURLStreamHandlerFactory(URL.java:980)
at org.seasar.remoting.common.url.URLStreamHandlerRegistry.initialize(URLStreamHandlerRegistry.java:79)
at org.seasar.remoting.common.url.URLStreamHandlerRegistry.registerHandler(URLStreamHandlerRegistry.java:66)
at org.seasar.remoting.rmi.connector.RMIConnector.<init>(RMIConnector.java:29)
警告であってエラーではないが,デフォルトでは URLStreamHandler の登録を行わないようにする.