<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<!-- Mambo Open Source 4.5 RSS Generator Version 2.07 (12/10/2003) - Robert Castley -->
<!-- Changed for use with fireboard (10/04/2004) -->
<!-- Copyright (C) 2000-2003 - Intalio|BPMS -->
<rss version = "0.91">
    <channel>
        <title>Intalio|BPMS - Forum</title>

        <link>http://bpms.intalio.com</link>

        <description>
SELECT a. * , b.id as category, b.published as published, c.message as message
 FROM #__fb_messages AS a LEFT JOIN 
 #__fb_categories AS b on a.catid = b.id LEFT JOIN
 #__fb_messages_text AS c ON a.id = c.mesid
 WHERE a.hold = 0 AND b.published = 1
 AND b.pub_access = 0
 ORDER  BY a.time DESC 
 LIMIT 10         </description>

        <language>
            en-us
        </language>

        <lastBuildDate>
            Sat, 02 Aug 2014 00:26:52 -0700        </lastBuildDate>

        <image>

        <title>Powered by fireboard</title>

        <url>
fb_rsspower.gif
        </url>

        <link>http://bpms.intalio.com</link>

        <width>
            88
        </width>

        </image>

        <item><title>Subject: Experto en Intalio BPM - by: jaime.andres.palomeque.palomeque</title>
<link>http://bpms.intalio.com/forums/spanish-forum/experto-en-intalio-bpm/view.html</link>
<description>Busco un especialista en Intalio BPM para trabajar en un proyecto en Ecuador por 14 meses.</description>
</item>
<item><title>Subject: Re:Timer event - by: ihabo01user</title>
<link>http://bpms.intalio.com/forums/documentation/re-timer-event/view.html</link>
<description>Dear Tharik,

There are two ways in which you can acheive this:
1- in version 6.5, you can create another process that has a loop, that waits 24 hours and triggers your process every 24 hours
2- in version 7.5, this feature is out of the box, and can be used with the start timer shape. This version is not available for community yet though.

I hope that helps.

Best Regards,

Ihab</description>
</item>
<item><title>Subject: Timer event - by: md.tharik</title>
<link>http://bpms.intalio.com/forums/documentation/timer-event/view.html</link>
<description>Hi,
    My requirement is to Trigger a workflow automatically every 24 hrs. I tried in Timer intermediate event, strucked up with error. Please guide me with any alternate solutions or can do with the above mentioned events.

Regards   Thanks in advance,
Tharik.</description>
</item>
<item><title>Subject: Re:Error starting designer studio - by: francois.pointet</title>
<link>http://bpms.intalio.com/forums/intalio-bpm-6.0/re-error-starting-designer-studio/view.html</link>
<description>Hi,

I have to start the designer in command line to be sure to have the 32bits java:

designer -vm \ C:\\Program Files (x86)\\Java\\jre6\\bin\ 

and moreover change the ini file to remove the following line

-vm jre\\bin\\java.exe

François</description>
</item>
<item><title>Subject: Re:Designer 6.5.1 not starting - by: francois.pointet</title>
<link>http://bpms.intalio.com/forums/installation/re-designer-6.5.1-not-starting/view.html</link>
<description>Hi,

have the same problem...did you have any solution?

François</description>
</item>
<item><title>Subject: Re:Consulta en Base de datos - by: aitor.cuartango@ehu.es</title>
<link>http://bpms.intalio.com/forums/spanish-forum/re-consulta-en-base-de-datos/view-9.html</link>
<description>En este ejemplo soporte intalio nos muestra cómo funciona la carga de un combo desde una base de datos usando el mapper de intalio.

El proceso es bastante rebuscado y poco obvio, pero funciona.

Primero se mapea la salida de una base de datos mediante una transformación XSL (doxsltransform() ) a una variable vacía, y después el contenido de esta variable se vuelca en un textbox oculto en nuestro formulario mediante la función  ode:dom-to-string(), con lo que cargamos los datos en esa variable oculta. Después se carga vía Javascript con las funciones de General Interface el contenido del textbox oculto como XML de datos del combobox que deseábamos cargar y listo.

Funciona, pero me esperaba algo bastante más simple y parecido a la carga de datos de un Matrix, que es mucho más sencilla (una vez controlas el XSL que hay que generar)

saludos! http://bpms.intalio.com/images/fbfiles/files/AjaxSelect.zip</description>
</item>
<item><title>Subject: Error starting designer studio - by: francois.pointet</title>
<link>http://bpms.intalio.com/forums/intalio-bpm-6.0/error-starting-designer-studio/view.html</link>
<description>Hi,

my installation of designer on a windows 64bit machine is not working with following exit code:

[code:1]Start VM: -Xms256m
-Xmx512m
-XX:MaxPermSize=256m
-Xss16m
-Djava.class.path=D:\\DevTools\\intalio-designer\\plugins\\org.eclipse.equinox.launc
her_1.0.101.R34x_v20080819.jar
-os win32
-ws win32
-arch x86
-showsplash
-launcher D:\\DevTools\\intalio-designer\\designer.exe
-name Designer
--launcher.library D:\\DevTools\\intalio-designer\\plugins\\org.eclipse.equinox.laun
cher.win32.win32.x86_1.0.101.R34x_v20080731\\eclipse_1115.dll
-startup D:\\DevTools\\intalio-designer\\plugins\\org.eclipse.equinox.launcher_1.0.1
01.R34x_v20080819.jar
-vm jre\\bin\\java.exe
-debug
-vm D:\\DevTools\\jdk1.7.0_11\\bin\\..\\jre\\bin\\server\\jvm.dll
-vmargs
-Xms256m
-Xmx512m
-XX:MaxPermSize=256m
-Xss16m
-Djava.class.path=D:\\DevTools\\intalio-designer\\plugins\\org.eclipse.equinox.launc
her_1.0.101.R34x_v20080819.jar[/code:1]

I have tried all the settings possibilities in the designer.ini with the same problem. 

Could somebody help me?

François</description>
</item>
<item><title>Subject: Re:Consulta en Base de datos - by: aitor.cuartango@ehu.es</title>
<link>http://bpms.intalio.com/forums/spanish-forum/re-consulta-en-base-de-datos/view-7.html</link>
<description>Hola,
tenemos una consulta abierta con esta duda con soporte de Intalio y se han ofrecido a crear un ejemplo.

El vídeo muestra cómo llamar vía javascript desde un formulario (ajax form) a un Web Service (el WSDL de la consulta a base de datos que hace). Pero para hacer esta llamada tienes que mandar desde el navegador del usuario final datos importantes al servidor (como usuario y password de la BD). Con lo que esto no es seguro si no se implementa algún sistema de seguridad adicional.

La consulta que hemos abierto es para saber cómo se puede hacer un mapping desde una tarea de Intalio para unir el XML del resultado de la consulta a la base de datos, mediante un \ doxsltransform\ , directamente al componente \ combo\  del ajax form (componente del toolkit GeneralInterface.org). Hay un ejemplo en la web que muestra cómo hacerlo con un Matrix, y funciona perfectamente con el componente Matrix, pero hemos hecho un montón de pruebas y no acertamos con la sintaxis que tiene que tener el XML para que el ajax form lo coja como datos de un combo.

Nos falta saber cómo espera los datos el componente combo de \ General Interface\ . Ya que los ajax forms de intalio son formularios hechos con este toolkit:

http://www.generalinterface.org/docs/display/GIDOCS/Common+Data+Format+(CDF)

Gracias,
aitor</description>
</item>
<item><title>Subject: Re:Send email with multiple lines - by: raj.kumar</title>
<link>http://bpms.intalio.com/forums/intalio-bpm-6.0/re-send-email-with-multiple-lines/view-10.html</link>
<description>Have You resolve this problem ?
Please let me know.. ?</description>
</item>
<item><title>Subject: Re:Send email with multiple lines - by: raj.kumar</title>
<link>http://bpms.intalio.com/forums/intalio-bpm-6.0/re-send-email-with-multiple-lines/view-9.html</link>
<description>Hi,

Any one solve this problem.
Please let me know.
Is it possible in Intalio ?</description>
</item>
    </channel>
</rss>
