On Mon February 16 2009 8:58:52 am sazzadul wrote:
> Hi,
>
> I have same class name within different packages which is causing me a lot
> trouble and I must have it like that.
>
> com.company.to.v1.UserTO
> com.company.to.v11.UserTO
>
> I am using cxf version 2.1.3 and having problem both in server side and
> client side when generating the stubs.

What kind of problems?    Can you file a JIRA and attach a testcase?   
Normally, those would go into different namespaces and thus not be an issue.


Dan


> Do you have a solution to this problem ? If I use the
> @xmltype(name="UserTO_v1") to define different names for these classes it
> kinds of solve the problem but when generating stubs the name of the
> classes become respectively UserTO_v1 and UserTO_v2 which I absolutely do
> no want.
>
> So is there any way to solve this problem ??????
>
> Thanks in advance.

-- 
Daniel Kulp
dk...@apache.org
http://www.dankulp.com/blog

Reply via email to