Hi,
I am configure multiple Resource Config classes.
Does the property support this?
I have tried multiple configs, none seem to work.
I have to use this property because resin can't find my resources.
Here is what I have tried so far:
<init-param>
<param-name>
com.sun.ws.rest.config.property.resourceConfigClass
</param-name>
<param-value>
path.to.resource.ResourceCfgClass1
</param-value>
<param-value>
path.to.resource.ResourceCfgClass2
</param-value>
</init-param>
<init-param>
<param-name>
com.sun.ws.rest.config.property.resourceConfigClass
</param-name>
<param-value>
path.to.resource.ResourceCfgClass1,path.to.resource.ResourceCfgClass2
</param-value>
</init-param>
<init-param>
<param-name>
com.sun.ws.rest.config.property.resourceConfigClass
</param-name>
<param-value>
path.to.resource.ResourceCfgClass1:path.to.resource.ResourceCfgClass2
</param-value>
</init-param>
<init-param>
<param-name>
com.sun.ws.rest.config.property.resourceConfigClass
</param-name>
<param-value>
path.to.resource.ResourceCfgClass1;path.to.resource.ResourceCfgClass2
</param-value>
</init-param>
TIA,
Dan Lowe