|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool | +--org.apache.tools.ant.taskdefs.optional.ejb.WeblogicDeploymentTool
The weblogic element is used to control the weblogic.ejbc compiler for generating weblogic EJB jars. Prior to Ant 1.3, the method of locating CMP descriptors was to use the ejbjar naming convention. So if your ejb-jar was called, Customer-ejb-jar.xml, your weblogic descriptor was called Customer- weblogic-ejb-jar.xml and your CMP descriptor had to be Customer-weblogic-cmp- rdbms-jar.xml. In addition, the <type-storage> element in the weblogic descriptor had to be set to the standard name META-INF/weblogic-cmp-rdbms- jar.xml, as that is where the CMP descriptor was mapped to in the generated jar.
Field Summary | |
protected static java.lang.String |
COMPILER_EJB11
|
protected static java.lang.String |
COMPILER_EJB20
|
protected static java.lang.String |
DEFAULT_COMPILER
|
protected static java.lang.String |
DEFAULT_WL51_DTD_LOCATION
|
protected static java.lang.String |
DEFAULT_WL51_EJB11_DTD_LOCATION
|
protected static java.lang.String |
DEFAULT_WL60_51_DTD_LOCATION
|
protected static java.lang.String |
DEFAULT_WL60_DTD_LOCATION
|
protected static java.lang.String |
DEFAULT_WL60_EJB11_DTD_LOCATION
|
protected static java.lang.String |
DEFAULT_WL60_EJB20_DTD_LOCATION
|
protected static java.lang.String |
DEFAULT_WL70_DTD_LOCATION
|
static java.lang.String |
PUBLICID_EJB11
|
static java.lang.String |
PUBLICID_EJB20
|
static java.lang.String |
PUBLICID_WEBLOGIC_EJB510
|
static java.lang.String |
PUBLICID_WEBLOGIC_EJB600
|
static java.lang.String |
PUBLICID_WEBLOGIC_EJB700
|
protected static java.lang.String |
WL_CMP_DD
|
protected static java.lang.String |
WL_DD
|
Fields inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool |
ANALYZER_CLASS_FULL, ANALYZER_CLASS_SUPER, ANALYZER_FULL, ANALYZER_NONE, ANALYZER_SUPER, DEFAULT_ANALYZER, EJB_DD, MANIFEST, META_DIR |
Constructor Summary | |
WeblogicDeploymentTool()
|
Method Summary | |
void |
addSysproperty(Environment.Variable sysp)
Add a nested sysproperty element. |
protected void |
addVendorFiles(java.util.Hashtable ejbFiles,
java.lang.String ddPrefix)
Add any vendor specific files which should be included in the EJB Jar. |
Path |
createWLClasspath()
Get the classpath to the weblogic classpaths |
protected java.lang.ClassLoader |
getClassLoaderFromJar(java.io.File classjar)
Helper method invoked by isRebuildRequired to get a ClassLoader for a Jar File passed to it. |
java.lang.String |
getEjbcClass()
Get the ejbc compiler class |
java.lang.Integer |
getJvmDebugLevel()
|
protected DescriptorHandler |
getWeblogicDescriptorHandler(java.io.File srcDir)
|
protected boolean |
isRebuildRequired(java.io.File genericJarFile,
java.io.File weblogicJarFile)
Helper method to check to see if a weblogic EBJ1.1 jar needs to be rebuilt using ejbc. |
protected void |
registerKnownDTDs(DescriptorHandler handler)
Register the locations of all known DTDs. |
void |
setArgs(java.lang.String args)
Any optional extra arguments pass to the weblogic.ejbc tool. |
void |
setCompiler(java.lang.String compiler)
The compiler (switch -compiler ) to use; optional. |
void |
setEjbcClass(java.lang.String ejbcClass)
Set the classname of the ejbc compiler; optional Normally ejbjar determines the appropriate class based on the DTD used for the EJB. |
void |
setEJBdtd(java.lang.String inString)
Deprecated. |
void |
setJvmargs(java.lang.String args)
Set any additional arguments to pass to the weblogic JVM; optional. |
void |
setJvmDebugLevel(java.lang.Integer jvmDebugLevel)
Sets the weblogic.StdoutSeverityLevel to use when running the JVM that executes ejbc; optional. |
void |
setKeepgenerated(java.lang.String inValue)
Controls whether weblogic will keep the generated Java files used to build the class files added to the jar. |
void |
setKeepgeneric(boolean inValue)
controls whether the generic file used as input to ejbc is retained; defaults to false |
void |
setNewCMP(boolean newCMP)
If this is set to true, the new method for locating CMP descriptors will be used; optional, default false. |
void |
setNoEJBC(boolean noEJBC)
Do not EJBC the jar after it has been put together; optional, default false |
void |
setOldCMP(boolean oldCMP)
Set the value of the oldCMP scheme. |
void |
setOutputDir(java.io.File outputDir)
If set ejbc will use this directory as the output destination rather than a jar file. |
void |
setRebuild(boolean rebuild)
Set the rebuild flag to false to only update changes in the jar rather than rerunning ejbc; optional, default true. |
void |
setSuffix(java.lang.String inString)
Setter used to store the suffix for the generated weblogic jar file. |
void |
setWeblogicdtd(java.lang.String inString)
Deprecated. |
void |
setWLClasspath(Path wlClasspath)
Optional classpath to WL6.0. |
void |
setWLdtd(java.lang.String inString)
Deprecated. |
void |
validateConfigured()
Called to validate that the tool parameters have been configured. |
protected void |
writeJar(java.lang.String baseName,
java.io.File jarFile,
java.util.Hashtable files,
java.lang.String publicId)
Method used to encapsulate the writing of the JAR file. |
Methods inherited from class org.apache.tools.ant.taskdefs.optional.ejb.GenericDeploymentTool |
addFileToJar, addSupportClasses, checkAndAddDependants, checkConfiguration, configure, createClasspath, getClassLoaderForBuild, getCombinedClasspath, getConfig, getDescriptorHandler, getDestDir, getJarBaseName, getLocation, getManifestFile, getPublicId, getTask, getVendorDDPrefix, log, needToRebuild, parseEjbFiles, processDescriptor, setClasspath, setDestdir, setGenericJarSuffix, setTask, usingBaseJarName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PUBLICID_EJB11
public static final java.lang.String PUBLICID_EJB20
public static final java.lang.String PUBLICID_WEBLOGIC_EJB510
public static final java.lang.String PUBLICID_WEBLOGIC_EJB600
public static final java.lang.String PUBLICID_WEBLOGIC_EJB700
protected static final java.lang.String DEFAULT_WL51_EJB11_DTD_LOCATION
protected static final java.lang.String DEFAULT_WL60_EJB11_DTD_LOCATION
protected static final java.lang.String DEFAULT_WL60_EJB20_DTD_LOCATION
protected static final java.lang.String DEFAULT_WL51_DTD_LOCATION
protected static final java.lang.String DEFAULT_WL60_51_DTD_LOCATION
protected static final java.lang.String DEFAULT_WL60_DTD_LOCATION
protected static final java.lang.String DEFAULT_WL70_DTD_LOCATION
protected static final java.lang.String DEFAULT_COMPILER
protected static final java.lang.String WL_DD
protected static final java.lang.String WL_CMP_DD
protected static final java.lang.String COMPILER_EJB11
protected static final java.lang.String COMPILER_EJB20
Constructor Detail |
public WeblogicDeploymentTool()
Method Detail |
public void addSysproperty(Environment.Variable sysp)
public Path createWLClasspath()
public void setOutputDir(java.io.File outputDir)
public void setWLClasspath(Path wlClasspath)
public void setCompiler(java.lang.String compiler)
-compiler
) to use; optional.
This allows for the selection of a different compiler
to be used for the compilation of the generated Java
files. This could be set, for example, to Jikes to
compile with the Jikes compiler. If this is not set
and the build.compiler
property is set
to jikes, the Jikes compiler will be used. If this
is not desired, the value "default
"
may be given to use the default compiler
public void setRebuild(boolean rebuild)
public void setJvmDebugLevel(java.lang.Integer jvmDebugLevel)
public java.lang.Integer getJvmDebugLevel()
public void setSuffix(java.lang.String inString)
inString
- the string to use as the suffix.public void setKeepgeneric(boolean inValue)
inValue
- true for keep genericpublic void setKeepgenerated(java.lang.String inValue)
inValue
- either 'true' or 'false'public void setArgs(java.lang.String args)
public void setJvmargs(java.lang.String args)
args
- the arguments to be passed to the JVMpublic void setEjbcClass(java.lang.String ejbcClass)
public java.lang.String getEjbcClass()
public void setWeblogicdtd(java.lang.String inString)
inString
- the string to use as the DTD location.public void setWLdtd(java.lang.String inString)
inString
- the string to use as the DTD location.public void setEJBdtd(java.lang.String inString)
inString
- the string to use as the DTD location.public void setOldCMP(boolean oldCMP)
public void setNewCMP(boolean newCMP)
The old CMP scheme locates the weblogic CMP descriptor based on the naming convention where the weblogic CMP file is expected to be named with the bean name as the prefix. Under this scheme the name of the CMP descriptor does not match the name actually used in the main weblogic EJB descriptor. Also, descriptors which contain multiple CMP references could not be used.
public void setNoEJBC(boolean noEJBC)
protected void registerKnownDTDs(DescriptorHandler handler)
GenericDeploymentTool
registerKnownDTDs
in class GenericDeploymentTool
protected DescriptorHandler getWeblogicDescriptorHandler(java.io.File srcDir)
protected void addVendorFiles(java.util.Hashtable ejbFiles, java.lang.String ddPrefix)
addVendorFiles
in class GenericDeploymentTool
protected void writeJar(java.lang.String baseName, java.io.File jarFile, java.util.Hashtable files, java.lang.String publicId) throws BuildException
writeJar
in class GenericDeploymentTool
BuildException
public void validateConfigured() throws BuildException
validateConfigured
in interface EJBDeploymentTool
validateConfigured
in class GenericDeploymentTool
BuildException
- If the Deployment Tool's configuration isn't
validprotected boolean isRebuildRequired(java.io.File genericJarFile, java.io.File weblogicJarFile)
The way weblogic ejbc works is it creates wrappers for the publicly defined methods as they are exposed in the remote interface. If the actual bean changes without changing the the method signatures then only the bean classfile needs to be updated and the rest of the weblogic jar file can remain the same. If the Interfaces, ie. the method signatures change or if the xml deployment descriptors changed, the whole jar needs to be rebuilt with ejbc. This is not strictly true for the xml files. If the JNDI name changes then the jar doesnt have to be rebuild, but if the resources references change then it does. At this point the weblogic jar gets rebuilt if the xml files change at all.
genericJarFile
- java.io.File The generic jar file.weblogicJarFile
- java.io.File The weblogic jar file to check to
see if it needs to be rebuilt.protected java.lang.ClassLoader getClassLoaderFromJar(java.io.File classjar) throws java.io.IOException
classjar
- java.io.File representing jar file to get classes from.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |