Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/DBWS/Overview/EclipseLink DBWS Service Descriptor File (ELUG)"

m (EclipseLink DBWS Service Descriptor File)
Line 2: Line 2:
 
==EclipseLink DBWS Service Descriptor File==
 
==EclipseLink DBWS Service Descriptor File==
 
<onlyinclude>
 
<onlyinclude>
The metadata for an EclipseLink DBWS service is contained in a service descriptor file <tt><b>eclipselink-dbws.xml</b></tt>.  
+
The metadata for an EclipseLink DBWS service is contained in the <tt>eclipselink-dbws.xml</tt> service descriptor file.  
The <tt><b>eclipselink-dbws.xml</b></tt>'s XML Schema definition is <tt><b>eclipselink-dbws_1.0.xsd</b></tt> and it is located in the
+
The <tt>eclipselink-dbws.xml</tt>'s XML schema definition is represented by the <tt>eclipselink-dbws_1.0.xsd</tt> file. It is located in the
 
<tt><ECLIPSELINK_HOME>/xsds</tt> directory. <br/>
 
<tt><ECLIPSELINK_HOME>/xsds</tt> directory. <br/>
  
Line 26: Line 26:
 
<code>sessions-file</code>
 
<code>sessions-file</code>
 
|
 
|
The name of EclipseLink '''sessions.xml''' file to be used.
+
The name of EclipseLink <tt>sessions.xml</tt> file to be used.
 
|
 
|
 
No
 
No
 
|
 
|
If not present, then '''eclipselink-dbws-sessions.xml''' will be used.
+
If not present, then <tt>eclipselink-dbws-sessions.xml<tt> file will be used.
 
|-
 
|-
 
|
 
|
 
Any of the following four operation elements:
 
Any of the following four operation elements:
*<b><code>insert</code></b>
+
* <code>insert</code>
*<b><code>update</code></b>
+
* <code>update</code>
*<b><code>delete</code></b>
+
* <code>delete</code>
*<b><code>query</code></b>
+
* <code>query</code>
 
|
 
|
 
One or more service operations.
 
One or more service operations.
Line 47: Line 47:
 
</onlyinclude>
 
</onlyinclude>
  
===Graphical view of EclipseLink DBWS Service Descriptor's Schema <code>eclipselink-dbws_1.0.xsd</code>===
+
 
 +
===Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.0.xsd===
 +
 
 
[[Image:dbws_1_0.png]]
 
[[Image:dbws_1_0.png]]
 
----
 
----

Revision as of 11:22, 6 April 2009

EclipseLink DBWS Service Descriptor File

The metadata for an EclipseLink DBWS service is contained in the eclipselink-dbws.xml service descriptor file. The eclipselink-dbws.xml's XML schema definition is represented by the eclipselink-dbws_1.0.xsd file. It is located in the <ECLIPSELINK_HOME>/xsds directory.

eclipselink-dbws.xml File Elements
Element Description Required Default

name

The name of the EclipseLink DBWS service.

Yes - set by the DBWSBuilder property projectName.
For more information, see DBWSBuilder and its builder xml file.

None

sessions-file

The name of EclipseLink <tt>sessions.xml file to be used.

No

If not present, then eclipselink-dbws-sessions.xml<tt> file will be used.

Any of the following four operation elements:

  • insert
  • update
  • delete
  • query

One or more service operations.

At least one service operation.

None


Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.0.xsd

Dbws 1 0.png


Copyright Statement

Back to the top