BIE
BIE is dead and gone
Submitted by awilliam on Tue, 2007-01-30 18:51. BIESadly, it appears that the BIE project is now dead and gone. The sourceforge project has been deleted, and so the mailing list is also gone. The BIE GPL 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.
End Of BIE's Limbo In Sight
Submitted by awilliam on Thu, 2006-03-02 15:49. BIEBIE's legal limbo appears to be finally drawing to a close. Mr. Fruetel has posted to the bie-developer 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's message in the rest of this story.
Resetting An Account's BIE Password
Submitted by awilliam on Thu, 2006-01-05 20:42. BIEBIE 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.
Reading an XML attribute via BIE's "Assign" action
Submitted by awilliam on Fri, 2005-09-30 16:10. BIEYou can use the "Assign" action in BIE to retreive the contents of an element or attribute of an XML document (or "message" in BIE-speak). But if you try to retrieve the value of an element in a document like -
<root attribute="value"><parameter name="id">1</parameter></root>
- via the obvious XPath of "/root/@attribute" you will get a "BIE INTERNAL ERROR". The workaround is to do something like this: "concat(/root/@attribute, '')".
SCP Action Plugin
Submitted by awilliam on Mon, 2005-09-26 00:26. BIEAn SCP action plugin as been announced for the Business Integration Engine. You can download this plugin here at the BIE website or here 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.
The Hypersonic Client
Submitted by awilliam on Mon, 2005-09-05 15:39. BIEWithin BIE is an internal Hypersonic database that contains configuration, state, and audit information. The actual messages and data used by workflows is stored in an internal eXist database. It is occasionally useful to access the internal Hypersonic database to perform maintenance or correct an error; fortunately BIE contains an embedded GUI Hypersonic client.
Maintenance Route For BIE's Internal Hypersonic Database.
Submitted by awilliam on Wed, 2005-08-31 02:58. BIEThis 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's internal Hypersonic database. Hypersonic has issues with very large record sets and long transactions so keeping this database small really helps BIE's stability and performance.
BIE (Business Integreation Engine)
Submitted by awilliam on Wed, 2005-08-31 02:15. BIEThis page is an index of information, work, and downloads relating to BIE (the Business Integration Engine).

