Hi,
yes, JAX-RPC is part of J2EE 1.4 and Netbeans 6.0 supports J2EE1.4, but
JAX-RPC web services support
is only one part of it and not everyone is using it, so it was decided
to move it to update center. You can still create
J2EE1.4 web or ejb projects,for example, but to create JAX-RPC web
service or client,JAX-RPC plugin is needed.
You can easily install it through Tools/Plugins,there's bunch of info
messages to guide you and it's still supported.
-Jarek
Maris Orbidans wrote:
>
> really ? JAXRPC is part of J2EE 1.4 which NB should support. Am I
> wrong ?
>
>
> Maris
>
> Anuradha G wrote:
>> AFAIK JAXRPC removed from 6.0 but you can install it from Update center
>> On Dec 7, 2007 5:57 AM, Maris Orbidans <
smike@...
>> <mailto:
smike@...>> wrote:
>>
>> Hi
>>
>> What will happen with this bug ? Does anyone know a workaround for
>> this problem.
>> I won't be able to use NB 6.0 until it's fixed.
>>
>> Is it only me having this problem ?
>>
>> Maris
>>
>>
>> >
http://www.netbeans.org/issues/show_bug.cgi?id=123205>> > Issue #|123205
>> > Summary|[60cat] ant task Wscompile cannot be
>> found in NB 6
>> > product|
>> > Component|websvc
>> > Version|6.0
>> > Platform|PC
>> > URL|
>> > OS/Version|Windows XP
>> > Status|NEW
>> > Status whiteboard|
>> > Keywords|
>> > Resolution|
>> > Issue type|DEFECT
>> > Priority|P3
>> > Subcomponent|code
>> > Assigned to|mkuchtiak
>> > Reported by|mariso
>> >
>> >
>> >
>> >
>> >
>> >
>> > ------- Additional comments from
mariso@...
>> <mailto:
mariso@...> Sat Dec 1 20:08:59 +0000 2007 -------
>> > [ BUILD # : 200711201000 ]
>> > [ JDK VERSION : 1.6.0_02 ]
>> >
>> > I have a WEB services project (J2EE 1.4,JAXRPC) that works in NB
>> 5.5.
>> > I can't compile it with NB 6.0 because of this error:
>> >
>> > build-impl.xml:330: taskdef class
>> com.sun.xml.rpc.tools.ant.Wscompile
>> > cannot be found
>> >
>> > <target depends="init" name="wscompile-init">
>> > <taskdef classname="com.sun.xml.rpc.tools.ant.Wscompile"
>> > classpath="${wscompile.classpath}" name="wscompile"/>
>> > <taskdef
>> > classname="
>> org.netbeans.modules.websvc.jaxrpc.ant.WsClientUpToDate"
>> > classpath="${wsclientuptodate.classpath}"
>> name="wsclientuptodate"/>
>> > <mkdir dir="${build.web.dir}/WEB-INF/wsdl"/>
>> > <mkdir dir="${webinf.dir}/wsdl"/>
>> > <mkdir dir="${build.classes.dir}"/>
>> > <mkdir dir="${build.generated.dir}/wsclient"/>
>> > <mkdir dir="${ build.generated.dir}/wsservice"/>
>> > <mkdir dir="${build.generated.dir}/wsbinary"/>
>> > </target>
>> >
>> >
>>
>>
>>
>>
>> --
>> Anuradha G