My Oracle Support Banner

SOAP Web Service Fails with JAVA.LANG.ILLEGALARGUMENTEXCEPTION: EXCEPTION [ECLIPSELINK-45010] (Doc ID 3050775.1)

Last updated on OCTOBER 01, 2024

Applies to:

Oracle JDeveloper - Version 12.2.1.4.0 and later
Information in this document applies to any platform.

Symptoms

Created a web service enabled application module with HR schema
Exposed getJob(String id) method that returns the requested Job from table Job.
Then created a stateless session bean JobEJBBean that utilises the getJob(String id) and exposed it as a webservice.

Application code raises an error when there are detail information (JobHistory) and trying to access these information
  JobsViewSDO getJob = am.getJob(id);
  getJob.getJobHistoryView()




Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.