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 101446 - Web service is deployed with error and works wrong
Summary: Web service is deployed with error and works wrong
Status: RESOLVED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks: 100773
  Show dependency tree
 
Reported: 2007-04-17 20:01 UTC by Nikita Krjukov
Modified: 2008-04-02 08:53 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Krjukov 2007-04-17 20:01:01 UTC
We have a problem with BPEL sample "Travel Reservation Service". 
This sample performs a SOAP call from a BPEL process to 3 web services. 
The services are implemented as part of J2EE application. 
The problems happen when the BPEL process tries to call a web service.

Also I have exceptions in output window while deploying the EJB project.
Although I'm not sure they are important because of the Runtime view shows 
that project is deployed. 

We also tried to create a new simple web service and call it from a BPEL 
process. But it also didn't managed. 

Step to reproduce: 
-- Create a new project by the category: Samples/SOA/TravelReservationService
-- The 3 projects will be created like the following: 
  - ReservationPartnerServices
  - TravelReservationService
  - TravelReservationServiceApplication

-- Build projects 
-- Deploy the ReservationPartnerServices (with popup menu)
-- Deploy the TravelReservationServiceApplication (with popup menu)
-- Test the TravelReservationServiceApplication (with popup menu)

Result: The test works with exceptions and fails 

Requirements: The version of application server with the support of BPEL engine 
is required. I suppose it can be taken here (Full version): 
http://bits.nbextras.org/netbeans/6.0/nightly/200704171200/installers/

I'm not sure that I chose the correct destination for the issue (web/project) 
so reasign it if necessary please.
Comment 1 Lukas Jungmann 2007-04-17 20:13:13 UTC
Can you also attach some error output you get, please? Eg. output of the build
process, server log...
Comment 2 Lukas Jungmann 2007-04-17 21:26:12 UTC
Rico, can you please look at this? I guess solution is hidden in issue 99241...
Comment 3 Sergey Lunegov 2007-04-18 08:00:30 UTC
This is stopper for J1 preview.
Comment 4 Sergey Lunegov 2007-04-18 09:13:04 UTC
This is problem in sample itself
Comment 5 Vladimir Yaroslavskiy 2007-04-18 09:15:09 UTC
The problem was in wrong destination link to wsdl which is called.
See comment see tli@netbeans.org Tue Apr 17 20:54:02 in issue 100040.