Try using "java.lang.String" (without the quotes) as value of the <env-entry-type> 
tag. The specified types must be fully qualified classnames (which String is not in 
this case).

The following are the legal values of env-entry-type: java.lang.Boolean,
java.lang.String, java.lang.Integer, java.lang.Double,
java.lang.Byte, java.lang.Short, java.lang.Long, and java.lang.Float.

The error-message itself contained a bug though which leads to understandable 
confusion, it has been fixed.

Have a nice day.

/Magnus Stenman, the Orion team

> Hey
> 
> Orion 0.8.0:
> My bean has the following XML:
> <env-entry>
>    <description></description>
>    <env-entry-name>db</env-entry-name>
>    <env-entry-type>String</env-entry-type>
>    <env-entry-value>test</env-entry-value>
> </env-entry>
> During deployment Orion complains that:
> "Error initializing home of type Agent: Unknown env-entry type: 'test'"
> 
> .. which is incorrect..
> 
> /Rickard
> 
> -- 
> Rickard �berg
> 
> @home: +46 13 177937
> Email: [EMAIL PROTECTED]
> Homepage: http://www-und.ida.liu.se/~ricob684

Reply via email to