[
https://issues.apache.org/jira/browse/CXF-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571768#action_12571768
]
Benson Margulies commented on CXF-1448:
---------------------------------------
I see your problem. You need a .aegis.xml file to tell Aegis what's inside your
raw 'Set' object.
Or you need to declare it as Set<Something>
Here's an example ...
<mappings>
<mapping>
<method name="getUnannotatedStrings">
<return-type name="UnannotatedStringCollection"
componentType="java.lang.String"/>
</method>
</mapping>
</mappings>
> Aegis DataBinding Problem - "Error initializing parameters for operation"
> -------------------------------------------------------------------------
>
> Key: CXF-1448
> URL: https://issues.apache.org/jira/browse/CXF-1448
> Project: CXF
> Issue Type: Bug
> Components: Aegis Databinding
> Affects Versions: 2.0.4
> Environment: I am running WebLogic 9.2.2 on Windows XP
> Reporter: Ben McCann
> Assignee: Benson Margulies
> Attachments: AuthServiceImpl.java, cxf.xml, Employee.java,
> Employee.java, stackTrace.log
>
>
> Hi,
> I am getting "Error initializing parameters for operation" from Aegis. I set
> it up through Spring. My classes mostly just use String, so I'm not sure
> what the problem is.
> Thanks,
> Ben
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.