Hi Scott,
HostedSystemManager is only available in the last phoenix release (the
one we bundle with James 2.3).
You may want to start testing James 2.3.0b3.
We all are working to make that release stable as fast as possible, so
maybe it's not a problem for you to start your developing against a beta.
Stefano
Scott Stephany wrote:
Hi Bernd-
I'm using 2.2.0. I've changed the line in kernel.xml pertaining to the
SystemManager to:
<component role="org.apache.avalon.phoenix.interfaces.SystemManager"
class="org.apache.avalon.phoenix.components.manager.HostedSystemManager"
logger="manager" >
<manager-adaptor-port>8082</manager-adaptor-port>
<enable-rmi-adaptor>true</enable-rmi-adaptor>
<rmi-naming-factory>com.sun.jndi.rmi.registry.RegistryContextFactory</rmi-naming-factory>
<stylesheets-dir>conf/xsl</stylesheets-dir>
<!--
<user>
<name>user</name>
<password>password</password>
</user>
-->
</component>
The stack trace I'm getting is:
There was an uncaught exception:
---------------------------------------------------------
--- Message ---
There was an unexpected error while creating Components for Embeddor.
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.createComponents(DefaultEmbeddor.java:427)
... 11 more
rethrown from
java.lang.ClassNotFoundException:
org.apache.avalon.phoenix.components.manager.HostedSystemManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]