|
From: Patrick Y. <kc...@ce...> - 2003-07-15 04:08:55
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body text="#000000" bgcolor="#ffffff"> Agreed with Peter. I think this case is similar to JSSE. Although those classes can be found in JDK1.4, we include jsse.jar in lib directory to make Hermes to be compiled under JDK 1.3.<br> <br> So another option now is to include the JNDI class library (downloadable from java.sun.com) to lib directory and make the LDAPToURLresolverImpl.java to hk.hku.cecid.phoenix.message.handler package.<br> <br> Regards, -Patrick<br> <br> <br> <br> <br> Ronald van Kuijk wrote:<br> <blockquote type="cite" cite="mid...@po..."> <meta http-equiv="Content-Type" content="text/html; "> <title>RE: [ebxmlms-develop] LDAPToURLresolverImpl.java</title> <meta content="MSHTML 5.50.4916.2300" name="GENERATOR"> <div><span class="497370510-14072003"><font face="Arial" color="#0000ff" size="2">JNDI is part of the 1.4 JDK. It's not standard for 1.3, although several servlet engines (Tomcat, Jetty) have versions that also contain the jndi libraries, so you could use 1.3 with those versions as wel</font></span></div> <div> </div> <div><span class="497370510-14072003"><font face="Arial" color="#0000ff" size="2">Ronald</font></span></div> <blockquote dir="ltr" style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"> <div class="OutlookMessageHeader" dir="ltr" align="left"><font face="Tahoma" size="2">-----Oorspronkelijk bericht-----<br> <b>Van:</b> Mayne, Peter [<a class="moz-txt-link-freetext" href="mailto:Pet...@ap...">mailto:Pet...@ap...</a>]<br> <b>Verzonden:</b> maandag 14 juli 2003 2:12<br> <b>Aan:</b> '<a class="moz-txt-link-abbreviated" href="mailto:ebx...@li...">ebx...@li...</a>'<br> <b>Onderwerp:</b> RE: [ebxmlms-develop] LDAPToURLresolverImpl.java<br> <br> </font></div> <p><font size="2">Is JNDI part of standard Java? Could I compile it without an LDAP implementation?</font> </p> <p><font size="2">If not, it would probably be better as a contrib package?</font> </p> <p><font size="2">PJDM</font> <br> <font size="2">-- </font><br> <font size="2">Peter Mayne</font> <br> <font size="2">Technology Consultant</font> <br> <font size="2">Spherion Technology Solutions</font> <br> <font size="2">Level 1, 243 Northbourne Avenue, Lyneham, ACT, 2602</font> <br> <font size="2">T: 61 2 62689727 F: 61 2 62689777</font> </p> <p><font size="2">> -----Original Message-----</font> <br> <font size="2">> From: Ronald van Kuijk [<a href="mailto:rv...@ab...">mailto:rv...@ab...</a>] </font><br> <font size="2">> Sent: Monday, 14 July 2003 6:30 AM</font> <br> <font size="2">> To: ebxmlms</font> <br> <font size="2">> Subject: [ebxmlms-develop] LDAPToURLresolverImpl.java</font> <br> <font size="2">> </font><br> <font size="2">> </font><br> <font size="2">> Hi all,</font> <br> <font size="2">> </font><br> <font size="2">> Im writing a LDAPToURLresolverImpl class that can get the URL </font><br> <font size="2">> to send a </font><br> <font size="2">> message to from an ldap server. Should I put this class in the </font><br> <font size="2">> hk.hku.cecid.phoenix.message.handler package or is it more </font><br> <font size="2">> something for </font><br> <font size="2">> in the transport package? Or should it even be in my own package </font><br> <font size="2">> (net.vankuijk.message.handler/transport) and put it in a </font><br> <font size="2">> contrib part of </font><br> <font size="2">> Hermes?</font> <br> <font size="2">> </font><br> <font size="2">> Ronald</font> <br> <font size="2">> </font><br> <font size="2">> </font><br> <font size="2">> </font><br> <font size="2">> </font><br> <font size="2">> -------------------------------------------------------</font> <br> <font size="2">> This SF.Net email sponsored by: Parasoft</font> <br> <font size="2">> Error proof Web apps, automate testing & more.</font> <br> <font size="2">> Download & eval WebKing and get a free book.</font> <br> <font size="2">> <a class="moz-txt-link-abbreviated" href="http://www.parasoft.com/bulletproofapps1">www.parasoft.com/bulletproofapps1</a></font> <br> <font size="2">> _______________________________________________</font> <br> <font size="2">> ebxmlms-develop mailing list</font> <br> <font size="2">> <a class="moz-txt-link-abbreviated" href="mailto:ebx...@li...">ebx...@li...</a></font> <br> <font size="2">> <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop">https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop</a></font> <br> <font size="2">> </font></p> <font color="blue" size="3"> <pre>The information contained in this email and any attachments to it: (a) may be confidential and if you are not the intended recipient, any interference with, use, disclosure or copying of this material is unauthorised and prohibited; and (b) may contain personal information of the recipient and/or the sender as defined under the Privacy Act 1988 (Cth). Consent is hereby given by the recipient(s) to collect, hold and use such information and any personal information contained in a response to this email, for any reasonable purpose in the ordinary course of Spherion's business, including forwarding this email internally or disclosing it to a third party. All personal information collected by Spherion will be handled in accordance with Spherion's Privacy Policy. If you have received this email in error, please notify the sender and delete it. (c) you agree not to employ or arrange employment for any candidate(s) supplied in this email and any attachments without first entering into a contractual agreement with Spherion. You further agree not to divulge any information contained in this document to any person(s) or entities without the express permission of Spherion. </pre> </font></blockquote> </blockquote> </body> </html> |