What is the limit of a published property in a composite application?

I’m pushing HTML to a Managed Browser Control in a composite application. Now I discovered that the browser simply does not display anything when the string which contains the HTML exceeds about 60.000 chars.

Is there any known limit how much data can be transferred with a property through the property broker?

Subject: What is the limit of a published property in a composite application?

I don’t think its a limitation with property broker but swt browser. Apparently, org.eclipse.swt.browser.Browser.setText(String) does not render characters exceeding about 60.000.

Please refer to the eclipse bug report 265432 – SWT browser settext accepts limite no of charactors

Subject: Not aware of a limit

I just created a simple application to try this out and I wired it up so I could set my text to the HTML text of the browser. I had 60,181 characters in my text and was able to call the SetHTML text action and set all those characters to the browser. Had never tried this many before. I did it today with the 11/30/08 Notes 8.5 build