This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79039

Summary: Cannot generate Mobile Client To Web Application for J2EE 5 webservice clients
Product: javame Reporter: Lukas Hasik <lhasik>
Component: Web ServicesAssignee: Michal Skvor <misk>
Status: RESOLVED WONTFIX    
Severity: blocker CC: non_migrated_user
Priority: P2 Keywords: RELNOTE
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Hasik 2006-06-24 21:38:28 UTC
nb55+mp55, build060619

-create new webservice and webservice client in a web project, build, deploy
-in mobile project try create New | Mobile Client to Web Application
*it doesn't display ANY available web client in the web project
Comment 1 Michal Skvor 2006-07-03 14:26:43 UTC
The problem is in completely new API created by J2EE group. Fix is not simple
because there will be necesary to create new end-to-end supporting the new API. 
Comment 2 Michal Skvor 2006-07-03 14:34:58 UTC
Workaround: Create new J2EE 4.0 Web project and add Web service client to your
desired service. From the Mobility project just select web service client added
to this new project.
Comment 3 Lukas Hasik 2006-07-03 15:02:56 UTC
please, don't forget to set the Target Milestone. It is important information
for others to know in what release it is resolved.
Comment 4 Lukas Hasik 2006-07-04 10:37:05 UTC
to RN 55:

Mobile Client to Web Application wizard doesn't work with webservices client
created in J2EE 5 format. The wizard doesn't show these webservises clients in
the combobox on the first panel.

Workaround: Create new J2EE 1.4 Web project and add Web service client to your
desired service. From the Mobility project just select web service client added
to this new project.