| | migrating to resin 4.0
Resin 4.0 introduced a number of new features and capabilities over
earlier versions of Resin. Along with these changes, configuration and
some operating semantics changed. Certain configuration was deprecated
and should be removed or rewritten using newer constructs.
Migrating from Resin 3.0 to Resin 4.0
The Caucho Wiki features a full migration document for those upgrading from
Resin 3.0.
The Caucho Wiki features migration document for those transitioning from WebLogic
to Resin.
The following is a list of deprecated tags in Resin 4.0 that should
no longer be used:
- <accept-buffer-size> (see <accept-listen-backlog>)
- <authenticator> (see <resin:PropertiesAuthenticator>, <resin:JaasAuthenticator>, <resin:DatabaseAuthenticator>, <resin:XmlAuthenticator>)
- <ejb-stateful-bean> (Stateful EJBs are configured via CDI)
- <ejb-stateless-bean> (Stateless EJBs are configured via CDI)
- <jms-connection-factory> (see <resin:JmsConnectionFactory>)
- <jmx-service> (see <resin:JmxService>)
- <log> (see <log-handler>)
- <log-service> (see <resin:LogService>)
- <min-free-memory> (see <memory-free-min>)
- <management> (see <resin:JmxService>, <resin:LogService>, <resin:XaLogService>, <resin:AdminAuthenticator>)
- <persistent-store> (No longer necessary. See clustering.)
- <resin:IfRemoteAddr> (see <resin:IfNetwork>)
- <scheduled-task> (see <resin:ScheduledTask>)
- <stat-service> (see <resin:StatService>)
- <thread-keepalive> (removed)
- <xa-log-service> (see <resin:XaLogService>)
- resin:type attribute (see CanDI documentation)
- uri: convention (see CanDI documentation)
| Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology. |
|