Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb
In directory
sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4548/modules/jboss/src/xdoclet/modules/jboss/ejb
Modified Files:
JBossSubTask.java
Log Message:
Extended ejb-task and jboss-task to support deploying every session bean twice
(once with a prefix). This way, the jboss deployment can now use two different
invoker-proxies for the same bean.
Index: JBossSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/JBossSubTask.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** JBossSubTask.java 18 Mar 2005 23:54:51 -0000 1.35
--- JBossSubTask.java 28 Nov 2007 13:53:13 -0000 1.36
***************
*** 162,165 ****
--- 162,178 ----
private URL jbosscmpTemplateURL = null;
+ private String secondDeploymentNamePrefix = "";
+ private String secondDeploymentInvokerProxy = "";
+
+ public String getSecondDeploymentNamePrefix()
+ {
+ return secondDeploymentNamePrefix;
+ }
+
+ public String getSecondDeploymentInvokerProxy()
+ {
+ return secondDeploymentInvokerProxy;
+ }
+
/**
* Get the web service context root.
***************
*** 322,325 ****
--- 335,348 ----
}
+ public void setSecondDeploymentNamePrefix(String
secondDeploymentNamePrefix)
+ {
+ this.secondDeploymentNamePrefix = secondDeploymentNamePrefix;
+ }
+
+ public void setSecondDeploymentInvokerProxy(String
secondDeploymentInvokerProxy)
+ {
+ this.secondDeploymentInvokerProxy = secondDeploymentInvokerProxy;
+ }
+
/**
* Set the web service context root.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel