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 85170 - Java EE Service Engine is broken
Summary: Java EE Service Engine is broken
Status: CLOSED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 18:45 UTC by hemant_bedekar
Modified: 2007-09-03 13:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the EJB and BPEL projects (56.20 KB, application/octet-stream)
2006-09-18 18:46 UTC, hemant_bedekar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hemant_bedekar 2006-09-18 18:45:06 UTC
The Java EE Service Engine is broken.

Attached Project calls an EJB Web Service(OracleEJB.wsdl). The EJB Method does
several DB Selects and returns a XML String based on values returned by the DB
Selects. I force the EJB Web Service call to be routed via the Java EE Service
Engine by setting the soap address location to "REPLACE_WITH_ACTUAL_URL". When
the EJB Web Service is invoked from  BPEL, the call fails on the invoke. There
are no errors in the log file. The BEPL Debugger shows that the BPEL calls fails
on the invoke. 

With everything else same, if I change the soap address url from
"REPLACE_WITH_ACTUAL_URL" to the actual soap address, rebuild and redeploy the
project, undeploy the Java EE Service Engine, and re-run the test, the test
works, because, this time, the request is routed via the HTTP SOAP BC and NOT
via the Java EE Service Engine.
Comment 1 hemant_bedekar 2006-09-18 18:46:16 UTC
Created attachment 34106 [details]
the EJB and BPEL projects
Comment 2 Michael Frisino 2006-09-19 20:00:42 UTC
venkat, sounds like a runtime issues.
Comment 3 hemant_bedekar 2006-09-19 22:57:52 UTC
Opened ticket 6472661 in BugTraq per email from Venkat C.
Comment 4 Venkat Chellasamy 2006-09-19 23:01:38 UTC
Tracked in bugtraq