Re: Re: Flow concurrency (was Re: Action Vs Logicsheet)

2006-08-02 Thread ian . d . stewart
Hi Torsten, I admit that it's been awhile since I've looked into JavaFlow, but I was under the impression that it suffered from the same concurrency issues. Are you say that that's not the case? Thanks, Ian It's better to be hated for who you are than loved for who you are not Ian D

Re: Action Vs Logicsheet

2006-08-01 Thread ian . d . stewart
. It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: Action Vs Logicsheet

2006-08-01 Thread ian . d . stewart
, and at the time CForms + FlowScript was promoted as the One True Way(TM) to generate content dynamically within Cocoon.. It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone

Re: how to access a database RESTfully

2006-05-22 Thread ian . d . stewart
to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078 thomas

Re: repalce function in Flowscript ?

2006-05-08 Thread ian . d . stewart
I'm guessing that you're running into issues with the replace(char, char) method from java.lang.String. Have you tried doing this in native JavaScript (e.g., filters.replace(/a/g, 'b')) ? Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev

Re: repalce function in Flowscript ?

2006-05-08 Thread ian . d . stewart
Packages.java.lang.String(/a/); var replace = new Packages.java.lang.String(b); javaFilters.replaceAll(regexp, replace); HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone

Re: Rép. : Re: cdata-section-elements ignored by xml transformer

2006-04-18 Thread ian . d . stewart
.../cdata-section-elements /map:serializer HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: cdata-section-elements ignored by xml transformer

2006-04-13 Thread ian . d . stewart
you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: jx template and number format

2006-04-06 Thread ian . d . stewart
I'm guessing that forEach is expecting int's for begin and end, and you're actually passing in doubles (0.0 vs 0, 4.0 vs 4). Is there a way within jx to force the values to int's? Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst

LazyInitializationException in Cocoon Portal

2006-04-05 Thread ian . d . stewart
- the owning Session was closed I searched through the archives at http://marc.theaimsgroup.com but didn't see anything similiar. Is this something that others have run into? Thanks, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory

Re: LazyInitializationException in Cocoon Portal

2006-04-05 Thread ian . d . stewart
for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: How to play video files?

2006-04-04 Thread ian . d . stewart
One thing you may want to do, if you haven't already, is to ensure that the map:match for *.mpg is in a non-caching pipeline (just as you would for images). HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation

Re: JXel Issues, Won't recognize params from sitemap

2006-03-24 Thread ian . d . stewart
JXTemplate. Let me know if you're interested and I can share some code samples with you, to get you started in the right direction. Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology

Re: JXTemplates+Flow vs Generator+XSLT

2006-03-22 Thread ian . d . stewart
that JXTemplate and XSLT are not mutually exclusive. There is absolutely nothing preventing you from including an XSLT transform within a match containing a JX generator. HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation

Re: Formatted XML

2006-03-21 Thread ian . d . stewart
are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: XML messaging

2006-03-16 Thread ian . d . stewart
that you're currently investing in JMS. Good Luck! Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: Setting Default Focus in CForms

2006-03-10 Thread ian . d . stewart
Have you tried document.form.elements['name:input'].focus? Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: How much is enough?

2006-02-27 Thread ian . d . stewart
with web services in CForms (as an example) is of little use if the people who would benefit from such a tutorial don't even know that it exists, let alone how to find it. Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS

Deploying Cocoon Projects w/ Maven 2

2006-02-08 Thread ian . d . stewart
you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Deploying Cocoon Projects w/ Maven 2

2006-02-08 Thread ian . d . stewart
to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: xhtml table - mysqlimport

2006-02-08 Thread ian . d . stewart
Another option would be to use the Cocoon command-line interface. I haven't used it myself, but in theory it should be doable. Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology

Re: Problems with the SessionTransformer and getxml

2006-01-19 Thread ian . d . stewart
D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Cocoon and xsl:output

2006-01-13 Thread ian . d . stewart
with the appropriate doctype-public and doctype-system values and use that instead of the default serializer for frameset documents? Thanks, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology

CForms + Flowscript + AJAX

2006-01-11 Thread ian . d . stewart
component under a seperate servlet Can someone tell me if JavaFlow suffers from the same synchronization issues as flowscript? Also any recommendations for alternate approaches would be welcome. Thanks, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart

Re: CForms + Flowscript + AJAX

2006-01-11 Thread ian . d . stewart
you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: War File Not Created During Build

2005-12-13 Thread ian . d . stewart
I knew it had to be something simple like that! Thanx Joerg It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: Multiple forms per page

2005-12-13 Thread ian . d . stewart
(newContent, oldContent); HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: War File Not Created During Build

2005-11-29 Thread ian . d . stewart
Is there a target to list valid targets, and a short description of each? A quick perusal of build.xml (and imported build files) didn't turn up anything promising. Thanx, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS

Re: Connection Pooling for Spring and Hibernate3

2005-11-15 Thread ian . d . stewart
prop key=hibernate.connection.datasourcejava:comp/env/jdbc/mydb/prop . . . /props /property . . . /bean It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev

Re: CForms - different views of the same widget

2005-11-04 Thread ian . d . stewart
you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

RE: Cocoon with Expresso

2005-11-02 Thread ian . d . stewart
://www.springframework.org It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078

Re: java.lang.OutOfMemoryError after moving to production

2005-10-13 Thread ian . d . stewart
The property java.awt.headless is used on UNIX servers, which do not normally have a windowing system (e.g., X11) installed, to tell the AWT not to try to initialize the display. HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst

Re: Cocoon and OpenLaszlo

2005-08-30 Thread ian . d . stewart
that everything is happening on the client side. AdaptivePath, who coined the term, has an introductory article on their website at: http://www.adaptivepath.com/publications/essays/archives/000385.php HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D

Re: Library names not generated correctly in Eclipse

2005-07-28 Thread ian . d . stewart
Sounds like you need to change srcdir from ${cocoon.home} to ${cocoon.home}/src/java HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564

Re: TDD with Cocoon?

2005-06-23 Thread ian . d . stewart
With Ian D. Stewart Open Systems Engineer II, DCS Automation JPMorganChase Global Technology Infrastructure Phone: (614) 244-2564 Pager: (888) 260-0078