users@jax-ws.java.net

Re: Problem during deploy of Java Webservice with Java 6

From: Smruti <smruti.m_at_i-logicon.co.in>
Date: Thu, 11 Jan 2007 13:28:46 +0530

which jars u copied?
I m new to Servicemix.
I tried 1 sample application given in servicemix.if i use only servicemix
then its working but if i try to integrate with tomcat then its giving error
.
and whatever guidence they have given in servicemix is for hot deploy .
so can u please help me?
Thanks,
Smruti


----- Original Message -----
From: "Jitendra Kotamraju" <Jitendra.Kotamraju_at_Sun.COM>
To: <users_at_jax-ws.dev.java.net>
Sent: Thursday, January 11, 2007 12:39 PM
Subject: Re: Problem during deploy of Java Webservice with Java 6


> Smruti wrote:
>
>> I have Problem regarding deploy webservice to Tomcat 5.5 .I expose
>> webservice as a servicemix component .
>> Anyone help me to do that?
>> Smruti.
>
> What's the exact problem ? Is there any exception ? I generally copy all
> the jars to tomcat's shared/lib dir and the deployment just goes fine.
>
> Jitu
>
>> ----- Original Message ----- From: "Jitendra Kotamraju"
>> <Jitendra.Kotamraju_at_Sun.COM>
>> To: <users_at_jax-ws.dev.java.net>
>> Sent: Thursday, January 11, 2007 12:24 PM
>> Subject: Re: Problem during deploy of Java Webservice with Java 6
>>
>>
>>> Thierry Rietsch wrote:
>>>
>>>> Hi all
>>>>
>>>> I have a problem during the deploy of a web application (with a
>>>> webservice) to a Sun Java Application Server 9 since I upgraded from
>>>> Java 5 to Java 6 (1.5.x to 1.6.x).
>>>>
>>> You are running in to
>>> https://jax-ws.dev.java.net/issues/show_bug.cgi?id=24
>>>
>>> Jitu
>>>
>>>> This error occures during the deploy process:
>>>>
>>>> error: The type of the getter is java.util.Set<pkgname.model.Release>
>>>> but that of the setter is java.util.Set. They have to be the same.
>>>> this problem is related to the following location: ....
>>>>
>>>> (pkgname replaces the package name)
>>>>
>>>> The java code for the setter/getter/list is:
>>>>
>>>>
>>>> @OneToMany
>>>> @JoinTable(name = "PackageToRelease",
>>>> joinColumns = @JoinColumn(name = "packageFk"),
>>>> inverseJoinColumns = @JoinColumn(name = "releaseFk"))
>>>> private Set<Release> releases;
>>>>
>>>> public Set<Release> getReleases() { return releases; }
>>>> public void setReleases(Set<Release> releases) { this.releases =
>>>> releases; }
>>>>
>>>>
>>>> Has anyone an idea about this problem?
>>>>
>>>> Thanks for your help,
>>>>
>>>> thierry
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
>>>> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
>>> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
>> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>