<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.whitemiceconsulting.com">
<channel>
 <title>WhitemiceConsulting.Com - BIE</title>
 <link>http://www.whitemiceconsulting.com/taxonomy/term/13/0</link>
 <description>The Business Integration Engine</description>
 <language>en</language>
<item>
 <title>BIE is dead and gone</title>
 <link>http://www.whitemiceconsulting.com/node/110</link>
 <description>&lt;p&gt;Sadly, it appears that the BIE project is now dead and gone.  The &lt;a href=&quot;http://sourceforge.net/projects/bie&quot;&gt;sourceforge project&lt;/a&gt; has been deleted, and so the &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/bie-developer&quot;&gt;mailing list&lt;/a&gt; is also gone.  The &lt;a href=&quot;http://www.bie-gpl.org&quot;&gt;BIE GPL&lt;/a&gt; site is also gone.  So it appears the slate has been swept clean and Open Source has lost a truly one-of-a-kind solution.  Shame upon the new owner, or un-owner, of the BIE code for this train wreck.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <pubDate>Tue, 30 Jan 2007 13:57:02 -0500</pubDate>
</item>
<item>
 <title>End Of BIE&#039;s Limbo In Sight</title>
 <link>http://www.whitemiceconsulting.com/node/102</link>
 <description>&lt;p&gt;&lt;a href=&quot;/node/56&quot;&gt;BIE&lt;/a&gt;&#039;s legal limbo appears to be &lt;em&gt;finally&lt;/em&gt; drawing to a close.  Mr. Fruetel has posted to the &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/bie-developer&quot;&gt;bie-developer&lt;/a&gt; list that the BIE product has been sold by Brunswick and that the new owner is interested in seeing the project go forward.   I hope to be able to post more good news soon.   You can see Mr. Fruetel&#039;s message in the rest of this story.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <pubDate>Thu,  2 Mar 2006 10:54:52 -0500</pubDate>
</item>
<item>
 <title>Resetting An Account&#039;s BIE Password</title>
 <link>http://www.whitemiceconsulting.com/node/78</link>
 <description>&lt;p&gt;BIE users and their passwords are stored in the USERS table of the internal Hypersonic database.   If you happen to end up with an account that is locked out of BIE because they forgot their password or tried the wrong time too many times you can reset their status and password by modifying the database.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <pubDate>Thu,  5 Jan 2006 15:59:47 -0500</pubDate>
</item>
<item>
 <title>Reading an XML attribute via BIE&#039;s &quot;Assign&quot; action</title>
 <link>http://www.whitemiceconsulting.com/node/63</link>
 <description>&lt;p&gt;You can use the &quot;Assign&quot; action in BIE to retreive the contents of an element or attribute of an XML document (or &quot;message&quot; in BIE-speak).  But if you try to retrieve the value of an element in a document like -&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
&amp;lt;root attribute=&quot;value&quot;&amp;gt;&amp;lt;parameter name=&quot;id&quot;&amp;gt;1&amp;lt;/parameter&amp;gt;&amp;lt;/root&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;- via the obvious XPath of &quot;&lt;code&gt;/root/@attribute&lt;/code&gt;&quot; you will get a &quot;BIE INTERNAL ERROR&quot;.  The workaround is to do something like this: &quot;&lt;code&gt;concat(/root/@attribute, &#039;&#039;)&lt;/code&gt;&quot;.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <pubDate>Fri, 30 Sep 2005 12:14:52 -0400</pubDate>
</item>
<item>
 <title>SCP Action Plugin</title>
 <link>http://www.whitemiceconsulting.com/node/62</link>
 <description>&lt;p&gt;An SCP action plugin as been &lt;A HREF=&quot;http://sourceforge.net/mailarchive/forum.php?thread_id=8250461&amp;amp;forum_id=33302&quot;&gt;announced&lt;/a&gt; for the &lt;A HREF=&quot;http://www.brunswickwdi.com/index.pl/bie&quot;&gt;Business Integration Engine&lt;/A&gt;.  You can download this plugin &lt;A HREF=&quot;http://www.brunswickwdi.com/user_contributions?wid=257&amp;amp;func=viewSubmission&amp;amp;sid=299&quot;&gt;here&lt;/A&gt; at the BIE website or &lt;A HREF=&quot;http://www.whitemiceconsulting.com/node/56&quot;&gt;here&lt;/A&gt; from this site.  With an SCP action you can read a message from a remote file or write the contents of a message to a remove file via the SCP protocol.  The SCP action supports password, keyboard interactive, and public-key authentication.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <pubDate>Sun, 25 Sep 2005 20:35:15 -0400</pubDate>
</item>
<item>
 <title>The Hypersonic Client</title>
 <link>http://www.whitemiceconsulting.com/node/59</link>
 <description>&lt;p&gt;Within BIE is an internal &lt;a href=&quot;http://www.hsqldb.org/&quot;&gt;Hypersonic&lt;/a&gt; database that contains configuration, state, and audit information.  The actual messages and data used by workflows is stored in an internal &lt;a href=&quot;http://exist.sourceforge.net/&quot;&gt;eXist&lt;/a&gt; database.  It is occasionally useful to access the internal &lt;a href=&quot;http://www.hsqldb.org/&quot;&gt;Hypersonic&lt;/a&gt; database to perform maintenance or correct an error;  fortunately BIE contains an embedded  GUI &lt;a href=&quot;http://www.hsqldb.org/&quot;&gt;Hypersonic&lt;/a&gt; client.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <enclosure url="system/files?file=hsql-login.png" length="105857" type="image/png" />
 <pubDate>Mon,  5 Sep 2005 14:03:18 -0400</pubDate>
</item>
<item>
 <title>Maintenance Route For BIE&#039;s Internal Hypersonic Database.</title>
 <link>http://www.whitemiceconsulting.com/node/57</link>
 <description>&lt;p&gt;This is a copy of an e-mail from the BIE mailling list.  It describes how to setup a route that cleans old data from BIE&#039;s internal Hypersonic database.  Hypersonic has issues with very large record sets and long transactions so keeping this database small really helps BIE&#039;s stability and performance.&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <enclosure url="system/files?file=hypersonic-maint.tar.gz" length="247571" type="application/x-tar" />
 <pubDate>Mon,  5 Sep 2005 14:09:08 -0400</pubDate>
</item>
<item>
 <title>BIE (Business Integreation Engine)</title>
 <link>http://www.whitemiceconsulting.com/node/56</link>
 <description>&lt;p&gt;This page is an index of information, work, and downloads relating to BIE (the Business Integration Engine).&lt;/p&gt;
</description>
 <category domain="http://www.whitemiceconsulting.com/taxonomy/term/13">BIE</category>
 <enclosure url="system/files?file=jythonAction-1.3.tar.gz" length="1367770" type="application/x-tar" />
 <pubDate>Sun, 25 Mar 2007 18:10:14 -0400</pubDate>
</item>
</channel>
</rss>
