<webSphere/> subtask

Websphere

Creates "Websphere-specific deployment descriptors (ibm-ejb-jar-bnd.xmi, ibm-ejb-jar-ext.xmi and Schema.dbxmi files)" for EJB beans.

Parameters

Attribute Description Required
xmlencoding The encoding of the ejb-jar.xml file. No, default is "UTF-8"
destdir Destination directory for output Websphere-specific deployment descriptor files. No, default is destdir parameter of ejbdoclet task
mergedir Merge directory where ejbdoclet looks for files to be merged with generated files. No, required, if the merge feature used
validateXml Validates the generated xml file according to the DTD file contained inside xdoclet.jar. No, default is false

Class level Tags

@jboss:container-configuration

The name of the container configuration to use for the bean. Applicable to all types of EJBs.

Parameter Usage
[name]: String Defines the container configuration for the bean.

@websphere:resource-ref

TODO

Parameter Usage
[res-name]: String
Define the name of the resource reference.
[jndi-name]: String Define the jndi-name of the referenced resource.

@websphere:finder-query

TODO

Parameter Usage
[name]: String Define the name of the finder.
[parms]: String Define the parms of the finder.
[where-clause]: String Define the where clause for the finder query.
[home]: String Optional, defaults to "Home".

@websphere:mapping

TODO. Applicable only to Entity beans.

Parameter Usage
[table-name]: String Define the name of the table for the mapping.

@websphere:mapping-constraint

Define a mapping constraint.

Parameter Usage
[constraint-name]: String The constraint name.
[constraint-type]: TODO TODO.