<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>TeamDev Support : Blog List - ComfyJ</title>
    <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj?view=blog</link>
    <description>Latest Blog Posts in ComfyJ</description>
    <language>en</language>
    <pubDate>Thu, 17 Sep 2009 07:41:32 GMT</pubDate>
    <generator>Clearspace 2.5.3 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-09-17T07:41:32Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>ComfyJ 2.7 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2009/09/18/comfyj-27-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:69957aa5-4b7f-4e52-a4a0-2aac0a5eeefb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;New Features and Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added &lt;code&gt;OleContainer.takeScreenshot()&lt;/code&gt; method that allows taking a screenshot of an embedded ActiveX component&lt;/li&gt;&lt;li class="list"&gt;Added ability to register COM components for a current user only (COM ServerManager)&lt;/li&gt;&lt;li class="list"&gt;Added ability to get/set properties of a COM object by their DISPIDs, not only by their names (Automation)&lt;/li&gt;&lt;li class="list"&gt;Added support of &lt;code&gt;IObjectSafety&lt;/code&gt; COM interface and wrappers for it&lt;/li&gt;&lt;li class="list"&gt;Added ability to specify a COM threading model for a Java COM server: &lt;code&gt;-Dteamdev.comfyj.server.threading=[DEFAULT], APARTMENTTHREADED or MULTITHREADED&lt;/code&gt;&lt;/li&gt;&lt;li class="list"&gt;Improved stability of &lt;code&gt;queryInterface()&lt;/code&gt; Java COM server method in multithreading environment&lt;/li&gt;&lt;li class="list"&gt;Changed the signature of &lt;code&gt;IDataObject.getData()&lt;/code&gt; method in order to allow fill out parameter properly&lt;/li&gt;&lt;li class="list"&gt;Added an indication (in UI) that a Java COM server is an OLE component (COM ServerManager)&lt;/li&gt;&lt;li class="list"&gt;Added OSGI manifest to ComfyJ library&lt;/li&gt;&lt;li class="list"&gt;Provided the ability to get the &lt;code&gt;HRESULT&lt;/code&gt; after execution of the function (Codegen)&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Resolved Issues:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Re-parenting issue in &lt;code&gt;OleContainer&lt;/code&gt; component&lt;/li&gt;&lt;li class="list"&gt;Flickering issues in &lt;code&gt;OleContainer&lt;/code&gt; component&lt;/li&gt;&lt;li class="list"&gt;Focus handling issues in &lt;code&gt;OleContainer&lt;/code&gt; component&lt;/li&gt;&lt;li class="list"&gt;NPE in the &lt;code&gt;OleContainer.destroyObject()&lt;/code&gt; method&lt;/li&gt;&lt;li class="list"&gt;Issue in &lt;code&gt;IDispatchServer&lt;/code&gt; class with dispatching methods that have &lt;code&gt;SafeArray&lt;/code&gt; parameters, which contain a structure type&lt;/li&gt;&lt;li class="list"&gt;Problem with passing null &lt;code&gt;BSTRs&lt;/code&gt; values through &lt;code&gt;VARIANT&lt;/code&gt; byref&lt;/li&gt;&lt;li class="list"&gt;Corrected &lt;code&gt;INTERFACE_IDENTIFIER&lt;/code&gt; constant (IID) of &lt;code&gt;IDataObject&lt;/code&gt; interface&lt;/li&gt;&lt;li class="list"&gt;Issue in the code generation for &lt;code&gt;WMP11&lt;/code&gt; Type library (Codegen)&lt;/li&gt;&lt;li class="list"&gt;Issue with not determining the presence of installed JDK 1.6 and thus "Compilation", "JAR" and "JavaDoc" options were disabled (Codegen)&lt;/li&gt;&lt;li class="list"&gt;Problem with generation of parameters for &lt;code&gt;Pointer&lt;/code&gt; to &lt;code&gt;Pointer&lt;/code&gt; types, such as &lt;code&gt;LPWSTR*&lt;/code&gt; (Codegen)&lt;/li&gt;&lt;li class="list"&gt;Problem with generation of wrappers for "linked" structures(Codegen)&lt;/li&gt;&lt;li class="list"&gt;NPE in Codegen when it tries to find tools.jar library (Codegen)&lt;/li&gt;&lt;li class="list"&gt;Problem with starting application when there is no JDK installed on a PC (Codegen)&lt;/li&gt;&lt;li class="list"&gt;Added using of Wnd class instead of &lt;code&gt;Int32&lt;/code&gt; type in generated Java COM wrappers where it's necessary (Codegen)&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Documentation:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Updated Programmer's Guide&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:69957aa5-4b7f-4e52-a4a0-2aac0a5eeefb] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Fri, 18 Sep 2009 11:53:17 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2009/09/18/comfyj-27-release-notes</guid>
      <dc:date>2009-09-18T11:53:17Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-27-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1311</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.6 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2009/03/31/comfyj-26-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:d9648985-26b0-4f3b-a804-977de69b5734] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;CodeGen for ComfyJ now generates the Java COM wrappers with JavaDoc which are taken directly from a TLB library&lt;/li&gt;&lt;li class="list"&gt;Added ability to selectively handle incoming and outgoing COM messages while waiting for responses from synchronous calls (out-of-proc COM servers)&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the visual issue in &lt;code&gt;OleContainer&lt;/code&gt; introduced with ComfyJ-2.5.1&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9648985-26b0-4f3b-a804-977de69b5734] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Tue, 31 Mar 2009 15:23:35 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2009/03/31/comfyj-26-release-notes</guid>
      <dc:date>2009-03-31T15:23:35Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-26-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1282</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.5.1 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2009/03/04/comfyj-251-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:92649ea3-8c62-49a0-828a-799ba86a33d1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;Improvements:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added support for Running Object Table (ROT) and IMarshall-related functions&lt;/li&gt;&lt;li class="list"&gt;Codegen for ComfyJ does not require JAVA_HOME environment variable now&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed fond issue with using &lt;code&gt;BStr&lt;/code&gt; values in &lt;code&gt;SafeArray&lt;/code&gt;&lt;/li&gt;&lt;li class="list"&gt;Fixed crash issue in ComfyJ Demo while running on JVM 1.6&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with OLE control re-opening in the OleContainer that leads to JVM crash&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in OleContainer, used to appear during opening/saving OLE documents&lt;/li&gt;&lt;li class="list"&gt;Fixed the memory leak that appears when manually releasing SafeArrays&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Documentation:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added information about using ComfyJ in Java Web Start (JWS) Applications&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:92649ea3-8c62-49a0-828a-799ba86a33d1] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <pubDate>Wed, 04 Mar 2009 18:35:19 GMT</pubDate>
      <author>roman.kazmin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2009/03/04/comfyj-251-release-notes</guid>
      <dc:date>2009-03-04T18:35:19Z</dc:date>
      <clearspace:dateToText>1 year, 6 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-251-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1269</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.5 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2008/10/15/comfyj-25-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:cfa77527-aa9d-4d81-b552-b0ac16c4c9dc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span class="maintext"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added processing of the [optional] flag in the parameter specification in Codegen for ComfyJ application.&lt;/li&gt;&lt;li class="list"&gt;Added new wrappers (in ComFunctions class) for RegisterActiveObject and RevokeActiveObject methods.&lt;/li&gt;&lt;li class="list"&gt;Added a new sample that demonstrates integration with MS Richedit text control.&lt;/li&gt;&lt;li class="list"&gt;Added the debug mode to ComfyJ and particularly to IUnknownImpl class. The purpose of this mode is simply to keep stack trace of a Java COM wrapper. And if any error occurs during the release of this object we can print that stack trace. It can point out to the object which can be released incorrectly. This mode can be extremely useful for example in case if we got Access Violation error (Exception c0000005, at ...) which may occur when NativeResourceCollector tries to release already released Java COM wrappers. To enable this debug mode use -DdebugComfyJ=true parameter.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to OleCotnainer for handling keyboard events of embedded objects.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Improvements:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Added MshCtx enumeration, wrapper for MSHCTX  type.&lt;/li&gt;&lt;li class="list"&gt;Added MshlFlags MshCtx enumeration, wrapper for MSHLFLAGS type.&lt;/li&gt;&lt;li class="list"&gt;Added new helper methods that allow invoking of COM methods with one or more parameter without using Java arrays.&lt;/li&gt;&lt;li class="list"&gt;Added a new option to IDispatchServer class, which can specify whether to use case sensitive or case-insensitive comparison of method names.&lt;/li&gt;&lt;li class="list"&gt;Added a new optional timeout parameter (to Java COM server support) which can specify the period that host JVM will wait after last instance of Java COM server is destroyed.&lt;/li&gt;&lt;li class="list"&gt;Added the ability to specify the default COM interface of a Java COM server.&lt;/li&gt;&lt;li class="list"&gt;Changed the SafeArray to be resizable and re-creatable.&lt;/li&gt;&lt;li class="list"&gt;Improved performance of values setting in multi-dimensial SafeArray (now in several times faster).&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Fixes:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the java.lang.OutOfMemoryError exception that occurred when trying to generate stubs.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with BStr parameters that did not work correctly in VTBLs.&lt;/li&gt;&lt;li class="list"&gt;Fixed a memory leak in OleContainer when various listeners remained in memory.&lt;/li&gt;&lt;li class="list"&gt;Fixes in IStream* classes. The IStream inherits ISequentialStream now, but not IUnknown as it was before. Also, added the corresponding ISequentialStream* classes.&lt;/li&gt;&lt;li class="list"&gt;Fixed the naming of OleFunctions.marshallInterfaceToStream and OleFunctions.unmarshallInterfaceFromStream function wrappers. Also, added checking of HResult after function call.&lt;/li&gt;&lt;li class="list"&gt;Added .release() to the reserved names to fix the problem with name clashing.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with incorrect order of VTBL methods for some interfaces.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem OleContainer when embedded OLE object "steals" focus input of a parent window in first appearance.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in IDispathServer with invocation of methods which contain COM objects in parameters.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in implementation of ISequentialStream.read() method in the ISequentialStreamImpl and ISequentialStreamVTBL classes.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in Variant.getVariantType() method when it does not determine correctly the VarType of successors from IDispatchImpl class or classes that implement IDispatch.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with getting the currency (VT_CY) value from Variant.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in the Automation.invokeDispatch() method with releasing of Automation object after method invocation.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in BStr class when BStr is created using BStr(String value, int size) constructor.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem when Automation fails with DISP_E_UNKNOWNNAME exception when invoke the methods of VB COM object.&lt;/li&gt;&lt;li class="list"&gt;Fixed the "invalid window handle" problem when disposing of OleContainer which is embedded in JDialog.&lt;/li&gt;&lt;li class="list"&gt;Fixed generation of enumerations for names that contain whitespaces.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with focus in AbstractOleControl class.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with incorrect marshaling of VB empty arrays.&lt;/li&gt;&lt;li class="list"&gt;Fixed the issue with incorrect marshaling of SafeArrays stored in Variant variables.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with registering of all Java COM classes that extend AbstractOleControl class.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfa77527-aa9d-4d81-b552-b0ac16c4c9dc] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Wed, 15 Oct 2008 13:18:54 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2008/10/15/comfyj-25-release-notes</guid>
      <dc:date>2008-10-15T13:18:54Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-25-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1114</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.4 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2007/05/17/comfyj-24-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:48c7872f-e181-4a4e-8aec-f374f1201fd9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;h3 class="whatsnew" style="margin-top: 0.5em;"&gt;&lt;span style="font-size: 10pt;"&gt;Changes since version 2.3:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Added the CodegenForComfyJ plug-in for Eclipse.&lt;/li&gt;&lt;li class="list"&gt;Added the &lt;code&gt;DllClassFactory&lt;/code&gt; class that allows obtaining an &lt;code&gt;IClassFactory&lt;/code&gt; object directly from the type library file (DLL) without registering it in the system.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Improvements:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Improved performance of the Automation function calls (almost by two times).&lt;/li&gt;&lt;li class="list"&gt;Improved the &lt;code&gt;Deciamal&lt;/code&gt; class: added the ability to create a Decimal object from a Java double value and convert a Decimal value to a double value respectively.&lt;/li&gt;&lt;li class="list"&gt;Added to ComfyJ Programmer's Guide step-by-step instructions guiding through the creation of Java COM wrappers from a COM Type Library.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the problem with returning out parameters from Java COM callbacks.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with releasing all unused objects in the &lt;code&gt;OleContainer.destroyObject()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed a deadlock problem that occurs while adding/removing an &lt;code&gt;OleContainer&lt;/code&gt; object to/from a container.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in the &lt;code&gt;Automation.invoke()&lt;/code&gt; method: now it correctly reverses the order of parameters for a dispinterface.&lt;/li&gt;&lt;li class="list"&gt;Fixed the &lt;code&gt;Automation.invokeDispatch()&lt;/code&gt; method which did not cast the resulting value to some types, for instance, to &lt;code&gt;ComEnumeration&lt;/code&gt; type.&lt;/li&gt;&lt;li class="list"&gt;Fixed a focus handling problem in the &lt;code&gt;OleContainer&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Fixed an access violation problem in the &lt;code&gt;OleContainer&lt;/code&gt; class that appeared in JDK 1.4.2_12 and later.&lt;/li&gt;&lt;li class="list"&gt;Fixed the &lt;code&gt;IUnknownImpl.release()&lt;/code&gt; method related to disposing of a COM object in a stopped OleMessageLoop thread.&lt;/li&gt;&lt;li class="list"&gt;Fixed implementation of the &lt;code&gt;IUnknown.hashCode()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in the &lt;code&gt;SafeArray&lt;/code&gt; class: externally allocated SafeArray's are correctly freed now.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in the &lt;code&gt;BStr&lt;/code&gt; class: externally allocated BString's are correctly freed now.&lt;/li&gt;&lt;li class="list"&gt;Updated JavaDoc for ComToJava functionality.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Bug fixes in the CodegenForComfyJ:&lt;/span&gt;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Important note:&lt;/strong&gt; In ComfyJ 2.3, there was a problem (incorrect reverse of parameters for wrappers to dispinterfaces) in code generation. So if you created Java wrappers for dispinterfaces using that version, we recommend you to re-generate them anew. Otherwise, they will not work correctly with ComfyJ 2.4. We are sorry for inconvenience.&lt;/p&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed generation of wrappers for pure dispinterfaces: the order of parameters is not reversed.&lt;/li&gt;&lt;li class="list"&gt;Fixed a naming issue for property getters/setters whose names may clash with existing methods of COM interfaces.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with generation of wrong method names for Java COM event servers.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem when stubs were not generated properly for some types, like Pointer.Void[] /*[in,out]*/ or Int16[] /*[in,out]*/.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem when an incorrect wrapper was generated when a method of a COM interface expected a pointer to a primitive type (for example, in/out type* value).&lt;/li&gt;&lt;li class="list"&gt;Fixed several issues in the plug-in for IDEA.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:48c7872f-e181-4a4e-8aec-f374f1201fd9] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <pubDate>Thu, 17 May 2007 13:19:21 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2007/05/17/comfyj-24-release-notes</guid>
      <dc:date>2007-05-17T13:19:21Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-24-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1115</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.3 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2006/10/02/comfyj-23-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:662ee522-3507-47d0-9265-febc2ed20924] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 2.2:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added complete support of 64-bit Windows, which enables Java applications (running in 64-bit mode) to work with 64-bit COM and also to create and register 64-bit Java COM servers.&lt;/li&gt;&lt;li class="list"&gt;Added new Java and VB examples that demonstrate how to listen to events of a Java COM server in a native (VB) client.&lt;/li&gt;&lt;li class="list"&gt;Added new &lt;code&gt;GUID.string2GUID&lt;/code&gt; method that allows to convert a string presentation of a GUID to the real GUID type.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Codegen: fixed the problem with wrappers generation in 64-bit mode.&lt;/li&gt;&lt;li class="list"&gt;Codegen: fixed code generation problem for Adobe InDesign Type Library.&lt;/li&gt;&lt;li class="list"&gt;Fixed incorrect &lt;code&gt;IllegalStateException&lt;/code&gt; in &lt;code&gt;IDispatchServer&lt;/code&gt; class when one of a COM callback parameters is NULL pointer to &lt;code&gt;IUnknown&lt;/code&gt; interface.&lt;/li&gt;&lt;li class="list"&gt;Fixed problem in &lt;code&gt;Variant&lt;/code&gt; class when working with &lt;code&gt;ComEnumeration&lt;/code&gt; parameters.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem that caused &lt;code&gt;CO_E_RELEASED&lt;/code&gt; COM exception in Java COM servers.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:662ee522-3507-47d0-9265-febc2ed20924] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Mon, 02 Oct 2006 13:20:21 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2006/10/02/comfyj-23-release-notes</guid>
      <dc:date>2006-10-02T13:20:21Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-23-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1116</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.2 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2006/09/01/comfyj-22-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:65918911-b867-4c35-88c4-27c0013228ab] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt; &lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 2.1:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added IntelliJ IDEA plugin for ComfyJ Code Generator application.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Added processing of optional flag in the parameter specification.&lt;/li&gt;&lt;li class="list"&gt;&lt;code&gt;IClassFactoryServer&lt;/code&gt; now searches for VTBL classes in classloaders for the interface and callback implementation class.&lt;/li&gt;&lt;li class="list"&gt;A proxy that is created by &lt;code&gt;OleMessageLoop.bindObject(IUnknown)&lt;/code&gt; now provides full stack trace.&lt;/li&gt;&lt;li class="list"&gt;Added ability to handle user input in Yes/No/Cancel dialog in &lt;code&gt;OleContainer.save(java.io.File)&lt;/code&gt; method if file already exists.&lt;/li&gt;&lt;li class="list"&gt;Added &lt;code&gt;AddedAbstractOleControl&lt;/code&gt; class, which is the base implementation of OLE control. Also, SimpleSwingActiveX sample added demonstrating the usage of this new class.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the problem with reading &lt;code&gt;BStr&lt;/code&gt; using Automation.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with incorrect releasing Java COM objects of the same type.&lt;/li&gt;&lt;li class="list"&gt;Fixed the Java COM Server method returning &lt;code&gt;SafeArray&lt;/code&gt; failure after aprox. 100 calls from client.&lt;/li&gt;&lt;li class="list"&gt;Fixed memory leaks when using PowerPoint in the OleContainer.&lt;/li&gt;&lt;li class="list"&gt;Fixed &lt;code&gt;IllegalArgumentException&lt;/code&gt; when COM-to-Java method returns &lt;code&gt;Variant&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed failures reading &lt;code&gt;BStr&lt;/code&gt; as return value of &lt;code&gt;IDispatchServer.invoke()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Fixed wrong method name generation for event servers.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Fixed wrong method call generated for the methods accepting &lt;code&gt;SafeArray*&lt;/code&gt; as [in] parameters.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Fixed the problem with generation of structures by ComfyJ generator.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Fixed javadoc generation.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Fixed the problem with CodeGen failing with no JDK installed, but only JRE.&lt;/li&gt;&lt;li class="list"&gt;Samples: Added &lt;code&gt;LicensedActiveX&lt;/code&gt; component sample.&lt;/li&gt;&lt;li class="list"&gt;Samples: Added &lt;code&gt;getSafeArray()&lt;/code&gt; method to all COM-to-Java samples.&lt;/li&gt;&lt;li class="list"&gt;Samples: Fixed Word Sample throwing &lt;code&gt;ComException&lt;/code&gt; when trying to open a document second time.&lt;/li&gt;&lt;li class="list"&gt;Documentation: Updated documentation with more details about stubs generation and &lt;code&gt;OleMessageLoop&lt;/code&gt; usage.&lt;/li&gt;&lt;li class="list"&gt;Documentation: Other minor documentation fixes and updates.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Known Issues:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;In this version of ComfyJ, on 64 bit Windows XP, it is not possible to register Java COM servers using Server Manager application as 64-bit COM Servers. 32-bit mode works well as before. It is also possible to work with 64 bit COM objects in usual way. We are actively working on the issue and will try to fix it as soon as possible.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:65918911-b867-4c35-88c4-27c0013228ab] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Fri, 01 Sep 2006 13:21:15 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2006/09/01/comfyj-22-release-notes</guid>
      <dc:date>2006-09-01T13:21:15Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-22-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1117</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.1 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2006/01/30/comfyj-21-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:d44c6ce9-30cb-416a-9ea7-5b3ffe91179e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span class="whatsnew"&gt;Changes since version 2.0:&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;ServerManager: Added the ability to specify some JVM settings individually for each JavaCOM server and for the shared JVM.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Added the ability to compile the generated sources.&lt;/li&gt;&lt;li class="list"&gt;CodeGen: Added the ability to JAR the compiled classes.&lt;/li&gt;&lt;li class="list"&gt;Documentation: Added information on how to create and register an application JAR file without the need to add all used JAR files into the class path.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixes:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the &lt;code&gt;"java.lang.IllegalArgumentException: argument type mismatch"&lt;/code&gt; exception occurring when a COM callback method has the &lt;code&gt;Date&lt;/code&gt; parameter.&lt;/li&gt;&lt;li class="list"&gt;Fixed the memory leak problem in the &lt;code&gt;BStr&lt;/code&gt; class and incorrect value setting in the &lt;code&gt;BStr.setValue()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with returning &lt;code&gt;SafeArray&lt;/code&gt; parameter from a &lt;code&gt;JavaCOM&lt;/code&gt; object (incorrect type of return value).&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with host (shared) JVM failing to load &lt;code&gt;JavaCOM&lt;/code&gt; classes with different class paths.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with using &lt;code&gt;BStr&lt;/code&gt; in &lt;code&gt;SafeArray&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed sporadic Access Violations during code generation in the CodeGen application.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d44c6ce9-30cb-416a-9ea7-5b3ffe91179e] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Mon, 30 Jan 2006 13:23:54 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2006/01/30/comfyj-21-release-notes</guid>
      <dc:date>2006-01-30T13:23:54Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-21-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1118</wfw:commentRss>
    </item>
    <item>
      <title>ComfyJ 2.0 Release Notes</title>
      <link>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2005/11/29/comfyj-20-release-notes</link>
      <description>&lt;!-- [DocumentBodyStart:ab57b3fb-4579-4518-954c-1a0f58cf88c7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="maintext"&gt;&lt;span class="maintext"&gt;&lt;/span&gt;&lt;div id="whatsnew"&gt;&lt;strong&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span class="whatsnew"&gt;New Features:&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &lt;ul&gt;&lt;li class="list"&gt;Added functionality for creating and registering Java COM servers.&lt;/li&gt;&lt;li class="list"&gt;Added the ServerManager tool for registering and managing Java COM servers.&lt;/li&gt;&lt;li class="list"&gt;Support for the &lt;code&gt;IClassFactory2&lt;/code&gt; COM interface.&lt;/li&gt;&lt;li class="list"&gt;New documentation for the ComfyJ library.&lt;/li&gt;&lt;li class="list"&gt;Added the ComfyJDemo application demonstrating ComfyJ's capability to integrate ActiveX controls into Java Swing applications and to interact with them using the Automation technology.&lt;/li&gt;&lt;li class="list"&gt;Added a new constructor to &lt;code&gt;IUknownImpl&lt;/code&gt; that takes a Pointer.Void as a parameter for convenience.&lt;/li&gt;&lt;li class="list"&gt;New samples for the ComfyJ library.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Improvements:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Improved the Code Generation application, namely added the ability to generate Java wrappers for a type library as well as for a COM component.&lt;/li&gt;&lt;li class="list"&gt;Improved stability of the &lt;code&gt;Variant&lt;/code&gt; and &lt;code&gt;BStr&lt;/code&gt; classes.&lt;/li&gt;&lt;li class="list"&gt;Resolved several memory management issues in &lt;code&gt;NativeResourceCollector&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Registration of a run-time COM server's interfaces is not required any more. Now &lt;code&gt;IClassFactory&lt;/code&gt; automatically registers all interfaces implemented by the server class.&lt;/li&gt;&lt;/ul&gt;&lt;h3 class="whatsnew"&gt;&lt;span style="font-size: 10pt;"&gt;Fixed Bugs:&lt;/span&gt;&lt;/h3&gt;&lt;ul&gt;&lt;li class="list"&gt;Fixed the problem with setting a &lt;code&gt;BStr&lt;/code&gt; value in multi-dimensional &lt;code&gt;SafeArray&lt;/code&gt;s.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with reassigning a value in the &lt;code&gt;BStr&lt;/code&gt; object.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with showing modal OCX windows in &lt;code&gt;OleContainer&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with focus events in &lt;code&gt;OleContainer&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with processing keyboard events in &lt;code&gt;OleContainer&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the Access violation problems in &lt;code&gt;NativeResourceCollector&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem in &lt;code&gt;SafeArray.release()&lt;/code&gt; method. It did not work when its AutoDelete property was set to false.&lt;/li&gt;&lt;li class="list"&gt;The &lt;code&gt;Automation.release()&lt;/code&gt; method is deprecated since it is not necessary and confusing.&lt;/li&gt;&lt;li class="list"&gt;Removed the stack trace printing in the &lt;code&gt;OleContainer.insertObject(IOleObject object)&lt;/code&gt; method if an object does not support the &lt;code&gt;IPersistStorage&lt;/code&gt; interface.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with reading a &lt;code&gt;UInt&lt;/code&gt; value from &lt;code&gt;Variant&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with reading &lt;code&gt;SafeArray&lt;/code&gt; (byRef) from &lt;code&gt;Variant&lt;/code&gt; using the &lt;code&gt;Varinat.getValue()&lt;/code&gt; method.&lt;/li&gt;&lt;li class="list"&gt;Fixed the memory leak problem when &lt;code&gt;Variant&lt;/code&gt; contains a &lt;code&gt;BStr&lt;/code&gt;.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with releasing memory in the&lt;code&gt;BStr&lt;/code&gt; class.&lt;/li&gt;&lt;li class="list"&gt;Fixed the problem with calling a dispatch method in &lt;code&gt;IDispatchServer&lt;/code&gt;, whose DispID is 0.&lt;/li&gt;&lt;li class="list"&gt;Codegen: Added exception messages with clear error descriptions.&lt;/li&gt;&lt;li class="list"&gt;Codegen: Added a new option for handling non-labelled parameters in the Code Generation application.&lt;/li&gt;&lt;li class="list"&gt;Codegen: Fixed "FunctionExecutionException: c0000005" that occurs during Java wrappers generation .&lt;/li&gt;&lt;li class="list"&gt;Codegen: Fixed "Access violation: attempting to read memory at address 0000000A" that occurs during Java wrappers generation.&lt;/li&gt;&lt;li class="list"&gt;Codegen: Fixed the problem with generating CoClasses that have no default interface.&lt;/li&gt;&lt;li class="list"&gt;Codegen: Fixed various minor bugs.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab57b3fb-4579-4518-954c-1a0f58cf88c7] --&gt;</description>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj_release</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">release_notes</category>
      <category domain="/community/java_platform_integration_solutions/comfyj?view=tags">comfyj</category>
      <pubDate>Tue, 29 Nov 2005 13:24:06 GMT</pubDate>
      <author>forum-admin@teamdev.com</author>
      <guid>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/2005/11/29/comfyj-20-release-notes</guid>
      <dc:date>2005-11-29T13:24:06Z</dc:date>
      <clearspace:dateToText>1 year, 7 months ago</clearspace:dateToText>
      <wfw:comment>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/comment/comfyj-20-release-notes</wfw:comment>
      <wfw:commentRss>http://support.teamdev.com/community/java_platform_integration_solutions/comfyj/blog/feeds/comments?blogPost=1119</wfw:commentRss>
    </item>
  </channel>
</rss>

