You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(141) |
Sep
(184) |
Oct
(159) |
Nov
(77) |
Dec
(114) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(212) |
Feb
(302) |
Mar
(323) |
Apr
(360) |
May
(302) |
Jun
(392) |
Jul
(299) |
Aug
(858) |
Sep
(499) |
Oct
(489) |
Nov
(324) |
Dec
(438) |
2008 |
Jan
(449) |
Feb
(388) |
Mar
(811) |
Apr
(583) |
May
(949) |
Jun
(1431) |
Jul
(943) |
Aug
(527) |
Sep
(576) |
Oct
(440) |
Nov
(1046) |
Dec
(658) |
2009 |
Jan
(259) |
Feb
(192) |
Mar
(495) |
Apr
(2322) |
May
(2023) |
Jun
(1387) |
Jul
(722) |
Aug
(771) |
Sep
(167) |
Oct
(142) |
Nov
(384) |
Dec
(884) |
2010 |
Jan
(344) |
Feb
(82) |
Mar
(248) |
Apr
(341) |
May
(389) |
Jun
(289) |
Jul
(19) |
Aug
(478) |
Sep
(274) |
Oct
(431) |
Nov
(322) |
Dec
(207) |
2011 |
Jan
(125) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Srini K. <ska...@us...> - 2010-12-31 02:40:03
|
Update of /cvsroot/tolven/pluginPathology/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2327/lib Added Files: Tag: V2 openssoclientsdk.jar Log Message: fix project structure changes. --- NEW FILE: openssoclientsdk.jar --- (This appears to be a binary file; contents omitted.) |
From: Srini K. <ska...@us...> - 2010-12-31 02:40:03
|
Update of /cvsroot/tolven/pluginPathology/web/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2327/web/lib Removed Files: Tag: V2 openssoclientsdk.jar Log Message: fix project structure changes. --- openssoclientsdk.jar DELETED --- |
From: Srini K. <ska...@us...> - 2010-12-31 02:40:03
|
Update of /cvsroot/tolven/pluginPathology In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2327 Modified Files: Tag: V2 build.xml Log Message: fix project structure changes. Index: build.xml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/build.xml,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** build.xml 1 Sep 2009 14:58:35 -0000 1.4 --- build.xml 31 Dec 2010 02:39:55 -0000 1.4.4.1 *************** *** 37,40 **** --- 37,41 ---- <antcall target="buildSection"> <param name="section" value="web" /> + <param name="lib" value="lib/openssoclientsdk.jar"/> </antcall> <antcall target="buildSection"> |
From: Srini K. <ska...@us...> - 2010-12-31 02:39:45
|
Update of /cvsroot/tolven/pluginPathology/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2310/lib Log Message: Directory /cvsroot/tolven/pluginPathology/lib added to the repository --> Using per-directory sticky tag `V2' |
From: Joseph I. <jos...@us...> - 2010-12-30 11:14:49
|
Update of /cvsroot/tolven/tolvenWSClient/client/source/org/tolven/client/examples/ws/document In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23329/client/source/org/tolven/client/examples/ws/document Modified Files: Tag: V2 DocumentWebServiceClient.java Log Message: Fixed the Usage message in the client classes Index: DocumentWebServiceClient.java =================================================================== RCS file: /cvsroot/tolven/tolvenWSClient/client/source/org/tolven/client/examples/ws/document/Attic/DocumentWebServiceClient.java,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** DocumentWebServiceClient.java 14 Dec 2010 00:44:08 -0000 1.1.2.5 --- DocumentWebServiceClient.java 30 Dec 2010 11:14:40 -0000 1.1.2.6 *************** *** 149,153 **** public static void main(String[] args) throws Exception { if (args.length != 4) { ! System.out.println("Usage: java -Djavax.net.ssl.keyStore=keyStoreFile -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=trustStoreFile org.tolven.client.examples.ws.document.DocumentWebServiceClient http://dev.able.com:8080/ws/DocumentService?wsdl filename accountIdNumber"); System.exit(1); } --- 149,153 ---- public static void main(String[] args) throws Exception { if (args.length != 4) { ! System.out.println("Usage: java -Djavax.net.ssl.keyStore=keyStoreFile -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=trustStoreFile org.tolven.client.examples.ws.document.DocumentWebServiceClient https://dev.able.com:8443/ws/DocumentService?wsdl filename accountIdNumber"); System.exit(1); } |
From: Joseph I. <jos...@us...> - 2010-12-30 11:14:49
|
Update of /cvsroot/tolven/tolvenWSClient/client/source/org/tolven/client/examples/ws/generator In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23329/client/source/org/tolven/client/examples/ws/generator Modified Files: Tag: V2 GeneratorWebServiceClient.java Log Message: Fixed the Usage message in the client classes Index: GeneratorWebServiceClient.java =================================================================== RCS file: /cvsroot/tolven/tolvenWSClient/client/source/org/tolven/client/examples/ws/generator/Attic/GeneratorWebServiceClient.java,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** GeneratorWebServiceClient.java 14 Dec 2010 00:44:08 -0000 1.1.2.4 --- GeneratorWebServiceClient.java 30 Dec 2010 11:14:40 -0000 1.1.2.5 *************** *** 117,121 **** public static void main(String[] args) throws Exception { if (args.length != 2) { ! System.out.println("Usage: java -Djavax.net.ssl.keyStore=keyStoreFile -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=trustStoreFile org.tolven.client.examples.ws.generator.GeneratorWebServiceClient http://dev.able.com:8080/ws/GeneratorService?wsdl outFile"); System.exit(1); } --- 117,121 ---- public static void main(String[] args) throws Exception { if (args.length != 2) { ! System.out.println("Usage: java -Djavax.net.ssl.keyStore=keyStoreFile -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=trustStoreFile org.tolven.client.examples.ws.generator.GeneratorWebServiceClient https://dev.able.com:8443/ws/GeneratorService?wsdl outFile"); System.exit(1); } |
From: Joseph I. <jos...@us...> - 2010-12-30 11:14:48
|
Update of /cvsroot/tolven/tolvenWSClient/manifest In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23329/manifest Modified Files: Tag: V2 tolven-plugin.xml Log Message: Fixed the Usage message in the client classes Index: tolven-plugin.xml =================================================================== RCS file: /cvsroot/tolven/tolvenWSClient/manifest/Attic/tolven-plugin.xml,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -d -r1.1.2.6 -r1.1.2.7 *** tolven-plugin.xml 14 Dec 2010 00:44:08 -0000 1.1.2.6 --- tolven-plugin.xml 30 Dec 2010 11:14:39 -0000 1.1.2.7 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.wsclient.example" version="2.0.6" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd"> <requires> <import plugin-id="org.tolven.component.tolvenweb" /> --- 1,4 ---- <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.wsclient.example" version="2.0.7" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd"> <requires> <import plugin-id="org.tolven.component.tolvenweb" /> |
From: Joseph I. <jos...@us...> - 2010-12-30 11:14:48
|
Update of /cvsroot/tolven/tolvenWSClient/client/source/org/tolven/client/examples/ws/trim In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23329/client/source/org/tolven/client/examples/ws/trim Modified Files: Tag: V2 TrimWebServiceClient.java Log Message: Fixed the Usage message in the client classes Index: TrimWebServiceClient.java =================================================================== RCS file: /cvsroot/tolven/tolvenWSClient/client/source/org/tolven/client/examples/ws/trim/Attic/TrimWebServiceClient.java,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** TrimWebServiceClient.java 14 Dec 2010 00:44:08 -0000 1.1.2.4 --- TrimWebServiceClient.java 30 Dec 2010 11:14:40 -0000 1.1.2.5 *************** *** 136,140 **** public static void main(String[] args) throws Exception { if (args.length != 3) { ! System.out.println("Usage: java -Djavax.net.ssl.keyStore=keyStoreFile -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=trustStoreFile org.tolven.client.examples.ws.trim.TrimWebServiceClient http://dev.able.com:8080/ws/trim?wsdl trimName accountId"); System.exit(1); } --- 136,140 ---- public static void main(String[] args) throws Exception { if (args.length != 3) { ! System.out.println("Usage: java -Djavax.net.ssl.keyStore=keyStoreFile -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=trustStoreFile org.tolven.client.examples.ws.trim.TrimWebServiceClient https://dev.able.com:8443/ws/trim?wsdl trimName accountId"); System.exit(1); } |
From: Srini K. <ska...@us...> - 2010-12-30 05:00:32
|
Update of /cvsroot/tolven/pluginPathology/web/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16544/web/lib Added Files: Tag: V2 openssoclientsdk.jar Log Message: adding openssoclientsdk.jar to project --- NEW FILE: openssoclientsdk.jar --- (This appears to be a binary file; contents omitted.) |
From: Srini K. <ska...@us...> - 2010-12-30 05:00:12
|
Update of /cvsroot/tolven/pluginPathology/web/lib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16457/web/lib Log Message: Directory /cvsroot/tolven/pluginPathology/web/lib added to the repository --> Using per-directory sticky tag `V2' |
From: Srini K. <ska...@us...> - 2010-12-28 14:00:30
|
Update of /cvsroot/tolven/pluginPathology/web/source/org/tolven/config In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27428/web/source/org/tolven/config Modified Files: PathologyWizardServlet.java Log Message: Reverting V2 related changes Index: PathologyWizardServlet.java =================================================================== RCS file: /cvsroot/tolven/pluginPathology/web/source/org/tolven/config/PathologyWizardServlet.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PathologyWizardServlet.java 28 Dec 2010 13:48:26 -0000 1.5 --- PathologyWizardServlet.java 28 Dec 2010 14:00:22 -0000 1.6 *************** *** 3,7 **** import java.io.StringReader; import java.io.Writer; - import java.security.PrivateKey; import java.util.Date; import java.util.List; --- 3,6 ---- *************** *** 22,26 **** import org.tolven.app.el.TrimExpressionEvaluator; import org.tolven.app.entity.MenuData; - import org.tolven.core.TolvenPropertiesLocal; import org.tolven.core.entity.AccountUser; import org.tolven.doc.DocumentLocal; --- 21,24 ---- *************** *** 30,35 **** import org.tolven.security.DocProtectionLocal; import org.tolven.security.LDAPLocal; - import org.tolven.security.key.UserPrivateKey; - import org.tolven.sso.TolvenSSO; import org.tolven.trim.Act; import org.tolven.trim.ActRelationship; --- 28,31 ---- *************** *** 37,46 **** import org.tolven.trim.Choice; import org.tolven.trim.ValueSet; import org.tolven.trim.ex.ActEx; import org.tolven.trim.ex.ActRelationshipsMap; import org.tolven.trim.ex.TrimEx; import org.tolven.trim.ex.TrimFactory; ! import org.tolven.trim.ex.ValueSetEx; ! import org.tolven.sso.TolvenSSO; public class PathologyWizardServlet extends HttpServlet { --- 33,42 ---- import org.tolven.trim.Choice; import org.tolven.trim.ValueSet; + import org.tolven.trim.ex.ValueSetEx; import org.tolven.trim.ex.ActEx; import org.tolven.trim.ex.ActRelationshipsMap; import org.tolven.trim.ex.TrimEx; import org.tolven.trim.ex.TrimFactory; ! public class PathologyWizardServlet extends HttpServlet { *************** *** 66,73 **** @EJB private XMLLocal xmlBean; ! ! @EJB ! private TolvenPropertiesLocal propertyBean; ! public DocumentLocal getDocBean() { return docBean; --- 62,66 ---- @EJB private XMLLocal xmlBean; ! public DocumentLocal getDocBean() { return docBean; *************** *** 83,87 **** public void init(ServletConfig config) throws ServletException { ! /* try { InitialContext ctx = new InitialContext(); --- 76,80 ---- public void init(ServletConfig config) throws ServletException { ! try { InitialContext ctx = new InitialContext(); *************** *** 112,116 **** { throw new RuntimeException(e); ! }*/ } --- 105,109 ---- { throw new RuntimeException(e); ! } } *************** *** 126,131 **** Date now = (Date) req.getAttribute("tolvenNow"); - String keyAlgorithm = propertyBean.getProperty(UserPrivateKey.USER_PRIVATE_KEY_ALGORITHM_PROP); - PrivateKey userPrivateKey = TolvenSSO.getInstance().getUserPrivateKey(req, keyAlgorithm); TrimFactory trimFactory = new TrimFactory(); if (uri.endsWith("modifySpecimen.ajaxp")) { // will be removed once we decide on query mechanism for trim --- 119,122 ---- *************** *** 137,141 **** MenuData md = menuBean.findMenuDataItem(activeAccountUser.getAccount().getId(), element); DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser,userPrivateKey); TrimEx trim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); ActRelationship ar = ((ActEx)trim.getAct()).getRelationshipsList().get("procedure").get(procedureIndex); --- 128,132 ---- MenuData md = menuBean.findMenuDataItem(activeAccountUser.getAccount().getId(), element); DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser); TrimEx trim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); ActRelationship ar = ((ActEx)trim.getAct()).getRelationshipsList().get("procedure").get(procedureIndex); *************** *** 204,208 **** DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); // Note: We're reading this in from a mutable document. ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser,userPrivateKey); // Unmarshall TrimEx wizardTrim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); --- 195,199 ---- DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); // Note: We're reading this in from a mutable document. ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser); // Unmarshall TrimEx wizardTrim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); |
From: Srini K. <ska...@us...> - 2010-12-28 13:56:05
|
Update of /cvsroot/tolven/pluginPathology/manifest In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25974/manifest Modified Files: Tag: V2 tolven-plugin.xml Log Message: creating V2 branch for pathology plugin Index: tolven-plugin.xml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/manifest/tolven-plugin.xml,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -C2 -d -r1.20 -r1.20.2.1 *** tolven-plugin.xml 28 Dec 2010 13:48:26 -0000 1.20 --- tolven-plugin.xml 28 Dec 2010 13:55:56 -0000 1.20.2.1 *************** *** 1,5 **** <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" ! id="org.tolven.config.pathology" version="0.0.16" vendor="Tolven"> <!-- The requires section, below, causes these plugins to run. UNcomment any of these or add additional plugins as needed, here. --> <requires> --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" ! id="org.tolven.config.pathology" version="2.0.15" vendor="Tolven"> <!-- The requires section, below, causes these plugins to run. UNcomment any of these or add additional plugins as needed, here. --> <requires> |
From: Srini K. <ska...@us...> - 2010-12-28 13:48:35
|
Update of /cvsroot/tolven/pluginPathology/web/wizard In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23482/web/wizard Modified Files: breastSurgicalProcedure.xhtml 10yearRiskEstimate.xhtml Log Message: Migrating pathology plugin for V2 Index: breastSurgicalProcedure.xhtml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/web/wizard/breastSurgicalProcedure.xhtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** breastSurgicalProcedure.xhtml 29 Sep 2009 04:06:32 -0000 1.4 --- breastSurgicalProcedure.xhtml 28 Dec 2010 13:48:26 -0000 1.5 *************** *** 4,8 **** xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jstl/core" xmlns:fn="http://java.sun.com/jsp/jstl/functions" xmlns:wiz="http://www.tolven.org/jsf/wizard" --- 4,8 ---- xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:fn="http://java.sun.com/jsp/jstl/functions" xmlns:wiz="http://www.tolven.org/jsf/wizard" Index: 10yearRiskEstimate.xhtml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/web/wizard/10yearRiskEstimate.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 10yearRiskEstimate.xhtml 1 Oct 2009 05:24:34 -0000 1.1 --- 10yearRiskEstimate.xhtml 28 Dec 2010 13:48:26 -0000 1.2 *************** *** 4,8 **** xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jstl/core" xmlns:wiz="http://www.tolven.org/jsf/wizard" xmlns:trim="http://www.tolven.org/jsf/trim"> --- 4,8 ---- xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:wiz="http://www.tolven.org/jsf/wizard" xmlns:trim="http://www.tolven.org/jsf/trim"> |
From: Srini K. <ska...@us...> - 2010-12-28 13:48:35
|
Update of /cvsroot/tolven/pluginPathology/manifest In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23482/manifest Modified Files: tolven-plugin.xml Log Message: Migrating pathology plugin for V2 Index: tolven-plugin.xml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/manifest/tolven-plugin.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** tolven-plugin.xml 20 Mar 2010 05:51:45 -0000 1.19 --- tolven-plugin.xml 28 Dec 2010 13:48:26 -0000 1.20 *************** *** 1,5 **** <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" ! id="org.tolven.config.pathology" version="0.0.15" vendor="Tolven"> <!-- The requires section, below, causes these plugins to run. UNcomment any of these or add additional plugins as needed, here. --> <requires> --- 1,5 ---- <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" ! id="org.tolven.config.pathology" version="0.0.16" vendor="Tolven"> <!-- The requires section, below, causes these plugins to run. UNcomment any of these or add additional plugins as needed, here. --> <requires> |
From: Srini K. <ska...@us...> - 2010-12-28 13:48:35
|
Update of /cvsroot/tolven/pluginPathology/web/drilldown In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23482/web/drilldown Modified Files: 10yearRiskEstimateDD.xhtml breastSurgicalProcedureDD.xhtml Log Message: Migrating pathology plugin for V2 Index: 10yearRiskEstimateDD.xhtml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/web/drilldown/10yearRiskEstimateDD.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 10yearRiskEstimateDD.xhtml 1 Oct 2009 05:24:19 -0000 1.1 --- 10yearRiskEstimateDD.xhtml 28 Dec 2010 13:48:26 -0000 1.2 *************** *** 4,8 **** xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jstl/core" xmlns:wiz="http://www.tolven.org/jsf/wizard" xmlns:trim="http://www.tolven.org/jsf/trim"> --- 4,8 ---- xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:wiz="http://www.tolven.org/jsf/wizard" xmlns:trim="http://www.tolven.org/jsf/trim"> Index: breastSurgicalProcedureDD.xhtml =================================================================== RCS file: /cvsroot/tolven/pluginPathology/web/drilldown/breastSurgicalProcedureDD.xhtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** breastSurgicalProcedureDD.xhtml 7 Jul 2009 03:10:20 -0000 1.1 --- breastSurgicalProcedureDD.xhtml 28 Dec 2010 13:48:26 -0000 1.2 *************** *** 4,8 **** xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jstl/core" xmlns:wiz="http://www.tolven.org/jsf/wizard" xmlns:fn="http://java.sun.com/jsp/jstl/functions" --- 4,8 ---- xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" ! xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:wiz="http://www.tolven.org/jsf/wizard" xmlns:fn="http://java.sun.com/jsp/jstl/functions" |
From: Srini K. <ska...@us...> - 2010-12-28 13:48:35
|
Update of /cvsroot/tolven/pluginPathology/web/source/org/tolven/config In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23482/web/source/org/tolven/config Modified Files: PathologyWizardServlet.java Log Message: Migrating pathology plugin for V2 Index: PathologyWizardServlet.java =================================================================== RCS file: /cvsroot/tolven/pluginPathology/web/source/org/tolven/config/PathologyWizardServlet.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PathologyWizardServlet.java 2 Feb 2010 19:52:53 -0000 1.4 --- PathologyWizardServlet.java 28 Dec 2010 13:48:26 -0000 1.5 *************** *** 3,6 **** --- 3,7 ---- import java.io.StringReader; import java.io.Writer; + import java.security.PrivateKey; import java.util.Date; import java.util.List; *************** *** 21,24 **** --- 22,26 ---- import org.tolven.app.el.TrimExpressionEvaluator; import org.tolven.app.entity.MenuData; + import org.tolven.core.TolvenPropertiesLocal; import org.tolven.core.entity.AccountUser; import org.tolven.doc.DocumentLocal; *************** *** 28,31 **** --- 30,35 ---- import org.tolven.security.DocProtectionLocal; import org.tolven.security.LDAPLocal; + import org.tolven.security.key.UserPrivateKey; + import org.tolven.sso.TolvenSSO; import org.tolven.trim.Act; import org.tolven.trim.ActRelationship; *************** *** 33,42 **** import org.tolven.trim.Choice; import org.tolven.trim.ValueSet; - import org.tolven.trim.ex.ValueSetEx; import org.tolven.trim.ex.ActEx; import org.tolven.trim.ex.ActRelationshipsMap; import org.tolven.trim.ex.TrimEx; import org.tolven.trim.ex.TrimFactory; ! public class PathologyWizardServlet extends HttpServlet { --- 37,46 ---- import org.tolven.trim.Choice; import org.tolven.trim.ValueSet; import org.tolven.trim.ex.ActEx; import org.tolven.trim.ex.ActRelationshipsMap; import org.tolven.trim.ex.TrimEx; import org.tolven.trim.ex.TrimFactory; ! import org.tolven.trim.ex.ValueSetEx; ! import org.tolven.sso.TolvenSSO; public class PathologyWizardServlet extends HttpServlet { *************** *** 62,66 **** @EJB private XMLLocal xmlBean; ! public DocumentLocal getDocBean() { return docBean; --- 66,73 ---- @EJB private XMLLocal xmlBean; ! ! @EJB ! private TolvenPropertiesLocal propertyBean; ! public DocumentLocal getDocBean() { return docBean; *************** *** 76,80 **** public void init(ServletConfig config) throws ServletException { ! try { InitialContext ctx = new InitialContext(); --- 83,87 ---- public void init(ServletConfig config) throws ServletException { ! /* try { InitialContext ctx = new InitialContext(); *************** *** 105,109 **** { throw new RuntimeException(e); ! } } --- 112,116 ---- { throw new RuntimeException(e); ! }*/ } *************** *** 119,122 **** --- 126,131 ---- Date now = (Date) req.getAttribute("tolvenNow"); + String keyAlgorithm = propertyBean.getProperty(UserPrivateKey.USER_PRIVATE_KEY_ALGORITHM_PROP); + PrivateKey userPrivateKey = TolvenSSO.getInstance().getUserPrivateKey(req, keyAlgorithm); TrimFactory trimFactory = new TrimFactory(); if (uri.endsWith("modifySpecimen.ajaxp")) { // will be removed once we decide on query mechanism for trim *************** *** 128,132 **** MenuData md = menuBean.findMenuDataItem(activeAccountUser.getAccount().getId(), element); DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser); TrimEx trim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); ActRelationship ar = ((ActEx)trim.getAct()).getRelationshipsList().get("procedure").get(procedureIndex); --- 137,141 ---- MenuData md = menuBean.findMenuDataItem(activeAccountUser.getAccount().getId(), element); DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser,userPrivateKey); TrimEx trim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); ActRelationship ar = ((ActEx)trim.getAct()).getRelationshipsList().get("procedure").get(procedureIndex); *************** *** 195,199 **** DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); // Note: We're reading this in from a mutable document. ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser); // Unmarshall TrimEx wizardTrim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); --- 204,208 ---- DocXML docXML = (DocXML) getDocBean().findDocument(md.getDocumentId()); // Note: We're reading this in from a mutable document. ! String trimString = this.getDocProtectionBean().getDecryptedContentString(docXML, activeAccountUser,userPrivateKey); // Unmarshall TrimEx wizardTrim = (TrimEx) xmlBean.unmarshal(TRIMns, new StringReader( trimString) ); |
From: Joseph I. <jos...@us...> - 2010-12-25 08:42:28
|
Update of /cvsroot/tolven/pluginOpenAMConfig/ssoAdminTools/openam/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14064/ssoAdminTools/openam/bin Modified Files: Tag: V2 post-agent-ssoadm-batch.txt pre-agent-ssoadm-batch.txt Log Message: Fixed missing commands in the alternative sso batch files Also added command to remove agentadmin after use Index: pre-agent-ssoadm-batch.txt =================================================================== RCS file: /cvsroot/tolven/pluginOpenAMConfig/ssoAdminTools/openam/bin/Attic/pre-agent-ssoadm-batch.txt,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** pre-agent-ssoadm-batch.txt 24 Dec 2010 01:15:25 -0000 1.1.2.1 --- pre-agent-ssoadm-batch.txt 25 Dec 2010 08:42:20 -0000 1.1.2.2 *************** *** 4,7 **** --- 4,11 ---- delete-datastores -e tolven -m embedded create-datastore -e tolven -m tolven -t LDAPv3ForOpenDS -D ../../../openam-conf/tolven-datastore-attributes.txt + create-identity -e / -i agentadmingroup -t Group + add-privileges -e / -i agentadmingroup -t Group -g AgentAdmin + create-identity -e / -i agentadmin -t User -a "givenname=agentadmin" "cn=agentadmin" "sn=agentadmin" "userpassword=sysadmin" + add-member -e / -m agentadmin -y User -i agentadmingroup -t Group delete-identities -e / -i anonymous -t User delete-identities -e / -i demo -t User Index: post-agent-ssoadm-batch.txt =================================================================== RCS file: /cvsroot/tolven/pluginOpenAMConfig/ssoAdminTools/openam/bin/Attic/post-agent-ssoadm-batch.txt,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** post-agent-ssoadm-batch.txt 24 Dec 2010 01:15:25 -0000 1.1.2.1 --- post-agent-ssoadm-batch.txt 25 Dec 2010 08:42:20 -0000 1.1.2.2 *************** *** 1 **** --- 1,2 ---- update-agent -e / -b TolvenRESTfulAgent -D ../../../openam-conf/tolven-agent-attributes.txt + delete-identities -e / -i agentadmin -t User \ No newline at end of file |
From: Joseph I. <jos...@us...> - 2010-12-25 08:42:28
|
Update of /cvsroot/tolven/pluginOpenAMConfig/manifest In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14064/manifest Modified Files: Tag: V2 tolven-plugin.xml Log Message: Fixed missing commands in the alternative sso batch files Also added command to remove agentadmin after use Index: tolven-plugin.xml =================================================================== RCS file: /cvsroot/tolven/pluginOpenAMConfig/manifest/tolven-plugin.xml,v retrieving revision 1.1.2.11 retrieving revision 1.1.2.12 diff -C2 -d -r1.1.2.11 -r1.1.2.12 *** tolven-plugin.xml 24 Dec 2010 01:15:26 -0000 1.1.2.11 --- tolven-plugin.xml 25 Dec 2010 08:42:20 -0000 1.1.2.12 *************** *** 1,2 **** <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.openam.config" version="2.0.12" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" /> \ No newline at end of file --- 1,2 ---- <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.openam.config" version="2.0.13" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" /> \ No newline at end of file |
From: Joseph I. <jos...@us...> - 2010-12-24 02:12:26
|
Update of /cvsroot/tolven/pluginOpenAM/web/config/auth/opensso/services/tolven/html In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10411/web/config/auth/opensso/services/tolven/html Modified Files: Tag: V2 Login.jsp Log Message: Added the Tolven notice to the login page Index: Login.jsp =================================================================== RCS file: /cvsroot/tolven/pluginOpenAM/web/config/auth/opensso/services/tolven/html/Attic/Login.jsp,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** Login.jsp 24 Dec 2010 01:14:36 -0000 1.1.2.2 --- Login.jsp 24 Dec 2010 02:12:18 -0000 1.1.2.3 *************** *** 349,353 **** <td> </td> <td><div class="logCpy"><span class="logTxtCpy"> ! <auth:resBundle bundleName="amAuthUI" resourceKey="" /></span></div> </td> <td> </td> --- 349,353 ---- <td> </td> <td><div class="logCpy"><span class="logTxtCpy"> ! <auth:resBundle bundleName="amAuthUI" resourceKey="This is a software demonstration system. Do not use it to store real medical information. There is no assurance that data entered into this system will be retained, held in confidence, or used in accordance with any government regulations." /></span></div> </td> <td> </td> |
From: Joseph I. <jos...@us...> - 2010-12-24 02:12:26
|
Update of /cvsroot/tolven/pluginOpenAM/manifest In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10411/manifest Modified Files: Tag: V2 tolven-plugin.xml Log Message: Added the Tolven notice to the login page Index: tolven-plugin.xml =================================================================== RCS file: /cvsroot/tolven/pluginOpenAM/manifest/tolven-plugin.xml,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** tolven-plugin.xml 24 Dec 2010 01:14:36 -0000 1.1.2.3 --- tolven-plugin.xml 24 Dec 2010 02:12:18 -0000 1.1.2.4 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.openam" version="2.0.4" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd"> <requires> <import plugin-id="org.tolven.component.library" /> --- 1,4 ---- <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.openam" version="2.0.5" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd"> <requires> <import plugin-id="org.tolven.component.library" /> |
Update of /cvsroot/tolven/pluginOpenAMConfig/ssoAdminTools/openam/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19881/ssoAdminTools/openam/bin Added Files: Tag: V2 tolven-sso-config.sh post-agent-ssoadm-batch.txt tolven-sso-config.bat pre-agent-ssoadm-batch.txt Log Message: Added the installation guide ssoadm commands as a batch for convenience --- NEW FILE: pre-agent-ssoadm-batch.txt --- update-svc -X ../../../openam-conf/amWebAgent.xml set-appl -e / -m iPlanetAMWebAgentService -a "actions=GET" "actions=POST" "actions=PUT" "actions=DELETE" create-realm -e tolven delete-datastores -e tolven -m embedded create-datastore -e tolven -m tolven -t LDAPv3ForOpenDS -D ../../../openam-conf/tolven-datastore-attributes.txt delete-identities -e / -i anonymous -t User delete-identities -e / -i demo -t User create-policies -e / -X ../../../openam-conf/tolven-referrals.xml create-policies -e tolven -X ../../../openam-conf/tolven-policies.xml set-attr-defs -s iPlanetAMSessionService -t Global -D ../../../openam-conf/tolven-global-attributes.txt set-attr-defs -s iPlanetAMAdminConsoleService -t Organization -a "iplanet-am-admin-console-password-reset-enabled=true" set-svc-attrs -e tolven -s iPlanetAMAuthService -a iplanet-am-auth-post-login-process-class=org.tolven.identity.authentication.spi.TolvenAMPostAuthProcess --- NEW FILE: tolven-sso-config.sh --- #!/bin/bash set -ue java -Djavax.net.ssl.keyStore=/usr/local/tolven-config/credentials/dev.able.com/keystore.jks -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=/usr/local/tolven-config/credentials/dev.able.com/cacerts.jks -Djavax.net.ssl.trustStorePassword=tolven -jar configurator.jar -f tolvenconfiguration --- NEW FILE: post-agent-ssoadm-batch.txt --- update-agent -e / -b TolvenRESTfulAgent -D ../../../openam-conf/tolven-agent-attributes.txt --- NEW FILE: tolven-sso-config.bat --- java -Djavax.net.ssl.keyStore=c:/tolven-config/credentials/dev.able.com/keystore.jks -Djavax.net.ssl.keyStorePassword=tolven -Djavax.net.ssl.trustStore=c:/tolven-config/credentials/dev.able.com/cacerts.jks -Djavax.net.ssl.trustStorePassword=tolven -jar configurator.jar -f tolvenconfiguration |
From: Joseph I. <jos...@us...> - 2010-12-24 01:15:33
|
Update of /cvsroot/tolven/pluginOpenAMConfig/openam-conf In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19881/openam-conf Removed Files: Tag: V2 post-agent-sso-batch.txt pre-agent-sso-batch.txt Log Message: Added the installation guide ssoadm commands as a batch for convenience --- post-agent-sso-batch.txt DELETED --- --- pre-agent-sso-batch.txt DELETED --- |
From: Joseph I. <jos...@us...> - 2010-12-24 01:15:33
|
Update of /cvsroot/tolven/pluginOpenAMConfig In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19881 Modified Files: Tag: V2 build.xml Log Message: Added the installation guide ssoadm commands as a batch for convenience Index: build.xml =================================================================== RCS file: /cvsroot/tolven/pluginOpenAMConfig/build.xml,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** build.xml 29 Nov 2010 09:45:51 -0000 1.1.2.3 --- build.xml 24 Dec 2010 01:15:25 -0000 1.1.2.4 *************** *** 35,39 **** <include name="openam-conf/**" /> </zipfileset> ! <zipfileset dir="scripts" prefix="bin" /> </zip> </target> --- 35,42 ---- <include name="openam-conf/**" /> </zipfileset> ! <zipfileset dir="scripts" filemode="700" prefix="bin" /> ! <zipfileset dir="." filemode="700" > ! <include name="ssoAdminTools/**" /> ! </zipfileset> </zip> </target> |
From: Joseph I. <jos...@us...> - 2010-12-24 01:15:33
|
Update of /cvsroot/tolven/pluginOpenAMConfig/manifest In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19881/manifest Modified Files: Tag: V2 tolven-plugin.xml Log Message: Added the installation guide ssoadm commands as a batch for convenience Index: tolven-plugin.xml =================================================================== RCS file: /cvsroot/tolven/pluginOpenAMConfig/manifest/tolven-plugin.xml,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** tolven-plugin.xml 15 Dec 2010 02:28:57 -0000 1.1.2.10 --- tolven-plugin.xml 24 Dec 2010 01:15:26 -0000 1.1.2.11 *************** *** 1,2 **** <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.openam.config" version="2.0.11" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" /> \ No newline at end of file --- 1,2 ---- <?xml version="1.0" encoding="UTF-8"?> ! <plugin id="org.tolven.openam.config" version="2.0.12" vendor="Tolven" xmlns="urn:tolven-org:tpf:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tolven-org:tpf:1.0 http://tolven.org/xsd/tpf.xsd" /> \ No newline at end of file |
From: Joseph I. <jos...@us...> - 2010-12-24 01:15:30
|
Update of /cvsroot/tolven/pluginOpenAMConfig/ssoAdminTools/openam In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19847/ssoAdminTools/openam Log Message: Directory /cvsroot/tolven/pluginOpenAMConfig/ssoAdminTools/openam added to the repository |