September 2009
Re: timer task runs every minute →
Thank you fraenkel, disabling recycle helped.
Sep 28th
Getting started with Project Zero →
Hey guys/gals, I am in a college class that is introducing us to project zero and one of the assignments is to run through http://www.ibm.com/developerworks/web/l … -pz-intro/. I am having a…
Sep 28th
Re: DB2SimpleDataSource - Bad Version error while... →
The problem is fixed. All I had to do was change the VM to 1.6 (in Eclipse preferences -> Java -> Installed JREs to 1.6 and make that the default).
Sep 28th
Re: Getting started with Project Zero →
The update site are: Plug-in for Java and Groovy: http://www.projectzero.org/zero/monza.d … o.eclipse/ Plug-in for PHP: http://www.projectzero.org/zero/monza.d … lipse.php/ Besides the…
Sep 28th
Getting started with Project Zero →
Hey guys/gals, I am in a college class that is introducing us to project zero and one of the assignments is to run through http://www.ibm.com/developerworks/web/l … -pz-intro/. I am having a…
Sep 28th
Re: timer task runs every minute →
Thank you fraenkel, disabling recycle helped.
Sep 28th
Re: Getting started with Project Zero →
The update site are: Plug-in for Java and Groovy: http://www.projectzero.org/zero/monza.d … o.eclipse/ Plug-in for PHP: http://www.projectzero.org/zero/monza.d … lipse.php/ Besides the…
Sep 28th
Re: DB2SimpleDataSource - Bad Version error while... →
The problem is fixed. All I had to do was change the VM to 1.6 (in Eclipse preferences -> Java -> Installed JREs to 1.6 and make that the default).
Sep 28th
Re: timer task runs every minute →
Thank you fraenkel, disabling recycle helped.
Sep 28th
Getting started with Project Zero →
Hey guys/gals, I am in a college class that is introducing us to project zero and one of the assignments is to run through http://www.ibm.com/developerworks/web/l … -pz-intro/. I am having a…
Sep 28th
Re: Getting started with Project Zero →
The update site are: Plug-in for Java and Groovy: http://www.projectzero.org/zero/monza.d … o.eclipse/ Plug-in for PHP: http://www.projectzero.org/zero/monza.d … lipse.php/ Besides the…
Sep 28th
Re: DB2SimpleDataSource - Bad Version error while... →
The problem is fixed. All I had to do was change the VM to 1.6 (in Eclipse preferences -> Java -> Installed JREs to 1.6 and make that the default).
Sep 28th
Re: timer task runs every minute →
Thank you fraenkel, disabling recycle helped.
Sep 28th
Getting started with Project Zero →
Hey guys/gals, I am in a college class that is introducing us to project zero and one of the assignments is to run through http://www.ibm.com/developerworks/web/l … -pz-intro/. I am having a…
Sep 28th
Re: Getting started with Project Zero →
The update site are: Plug-in for Java and Groovy: http://www.projectzero.org/zero/monza.d … o.eclipse/ Plug-in for PHP: http://www.projectzero.org/zero/monza.d … lipse.php/ Besides the…
Sep 28th
Re: DB2SimpleDataSource - Bad Version error while... →
The problem is fixed. All I had to do was change the VM to 1.6 (in Eclipse preferences -> Java -> Installed JREs to 1.6 and make that the default).
Sep 28th
DB2SimpleDataSource - Bad Version error while... →
I am getting the following error while trying to connect to a DB2 db running on AIX (8.5) and my local DB2 is at v9.5 SEVERE [ CWPZC1001E: Request processing terminated for URI:…
Sep 26th
sMash SPL Iterator Support →
We’re very happy to announce that Monza (the latest sMash development driver) now supports IteratorIterator, FilterIterator, NoRewindIterator, InfiniteIterator and LimitIterator. If you have any…
Sep 26th
Re: Internal use within IBM →
Its also worth mentioning that the WebSphere CloudBurst and Commerce products use sMash under the covers in their implementation so you’ll find kindred spirits on those teams too. I have contacts if…
Sep 26th
Re: Internal use within IBM →
The sMash team has several production sMash apps, both internal and external. This phpBB forum is hosted on sMash here on projectzero.org. We have a number of other apps on the site and behind that…
Sep 26th
Re: timer task runs every minute →
The max delay is 0x7fffffffffffffffL seconds. You need to also disable recycle, /config/zso/recycle/enable=false.
Sep 26th
Re: DB2SimpleDataSource - Bad Version error while... →
This type of error occurs when you have a JDK version mismatch between what it was compiled for and what you are running with.
Sep 26th
Re: sMash Migration Questions →
1. still looking for any help or sample code on this one 2. thanks, i got this working 3. if this is the only way to go it, i guess i’ll be writing some scripts - this is not a problem with 3 apps,…
Sep 26th
timer task runs every minute →
What is the maximum delay for timer? I configured it to run every 24 hours as shown below, but it’s running every minute. /config/timer/tasks/backupMySQL = { “delay” : 86400} /config/handlers += [{…
Sep 26th
sMash SPL Iterator Support →
We’re very happy to announce that Monza (the latest sMash development driver) now supports IteratorIterator, FilterIterator, NoRewindIterator, InfiniteIterator and LimitIterator. If you have any…
Sep 26th
Re: Internal use within IBM →
The sMash team has several production sMash apps, both internal and external. This phpBB forum is hosted on sMash here on projectzero.org. We have a number of other apps on the site and behind that…
Sep 26th
Re: Internal use within IBM →
Its also worth mentioning that the WebSphere CloudBurst and Commerce products use sMash under the covers in their implementation so you’ll find kindred spirits on those teams too. I have contacts if…
Sep 26th
Re: sMash Migration Questions →
1. still looking for any help or sample code on this one 2. thanks, i got this working 3. if this is the only way to go it, i guess i’ll be writing some scripts - this is not a problem with 3 apps,…
Sep 26th
timer task runs every minute →
What is the maximum delay for timer? I configured it to run every 24 hours as shown below, but it’s running every minute. /config/timer/tasks/backupMySQL = { “delay” : 86400} /config/handlers += [{…
Sep 26th
Re: DB2SimpleDataSource - Bad Version error while... →
This type of error occurs when you have a JDK version mismatch between what it was compiled for and what you are running with.
Sep 26th
Re: timer task runs every minute →
The max delay is 0x7fffffffffffffffL seconds. You need to also disable recycle, /config/zso/recycle/enable=false.
Sep 26th
DB2SimpleDataSource - Bad Version error while... →
I am getting the following error while trying to connect to a DB2 db running on AIX (8.5) and my local DB2 is at v9.5 SEVERE [ CWPZC1001E: Request processing terminated for URI:…
Sep 26th
Re: Internal use within IBM →
Its also worth mentioning that the WebSphere CloudBurst and Commerce products use sMash under the covers in their implementation so you’ll find kindred spirits on those teams too. I have contacts if…
Sep 26th
sMash SPL Iterator Support →
We’re very happy to announce that Monza (the latest sMash development driver) now supports IteratorIterator, FilterIterator, NoRewindIterator, InfiniteIterator and LimitIterator. If you have any…
Sep 26th
Re: Internal use within IBM →
The sMash team has several production sMash apps, both internal and external. This phpBB forum is hosted on sMash here on projectzero.org. We have a number of other apps on the site and behind that…
Sep 26th
DB2SimpleDataSource - Bad Version error while... →
I am getting the following error while trying to connect to a DB2 db running on AIX (8.5) and my local DB2 is at v9.5 SEVERE [ CWPZC1001E: Request processing terminated for URI:…
Sep 26th
Re: timer task runs every minute →
The max delay is 0x7fffffffffffffffL seconds. You need to also disable recycle, /config/zso/recycle/enable=false.
Sep 26th
Re: sMash Migration Questions →
1. still looking for any help or sample code on this one 2. thanks, i got this working 3. if this is the only way to go it, i guess i’ll be writing some scripts - this is not a problem with 3 apps,…
Sep 26th
Re: DB2SimpleDataSource - Bad Version error while... →
This type of error occurs when you have a JDK version mismatch between what it was compiled for and what you are running with.
Sep 26th
timer task runs every minute →
What is the maximum delay for timer? I configured it to run every 24 hours as shown below, but it’s running every minute. /config/timer/tasks/backupMySQL = { “delay” : 86400} /config/handlers += [{…
Sep 26th
DB2SimpleDataSource - Bad Version error while... →
I am getting the following error while trying to connect to a DB2 db running on AIX (8.5) and my local DB2 is at v9.5 SEVERE [ CWPZC1001E: Request processing terminated for URI:…
Sep 26th
sMash SPL Iterator Support →
We’re very happy to announce that Monza (the latest sMash development driver) now supports IteratorIterator, FilterIterator, NoRewindIterator, InfiniteIterator and LimitIterator. If you have any…
Sep 26th
Re: Internal use within IBM →
Its also worth mentioning that the WebSphere CloudBurst and Commerce products use sMash under the covers in their implementation so you’ll find kindred spirits on those teams too. I have contacts if…
Sep 26th
Re: Internal use within IBM →
The sMash team has several production sMash apps, both internal and external. This phpBB forum is hosted on sMash here on projectzero.org. We have a number of other apps on the site and behind that…
Sep 26th
Re: DB2SimpleDataSource - Bad Version error while... →
This type of error occurs when you have a JDK version mismatch between what it was compiled for and what you are running with.
Sep 26th
Re: timer task runs every minute →
The max delay is 0x7fffffffffffffffL seconds. You need to also disable recycle, /config/zso/recycle/enable=false.
Sep 26th
timer task runs every minute →
What is the maximum delay for timer? I configured it to run every 24 hours as shown below, but it’s running every minute. /config/timer/tasks/backupMySQL = { “delay” : 86400} /config/handlers += [{…
Sep 26th
Re: sMash Migration Questions →
1. still looking for any help or sample code on this one 2. thanks, i got this working 3. if this is the only way to go it, i guess i’ll be writing some scripts - this is not a problem with 3 apps,…
Sep 26th
How implement long running task →
I need to implement long running task with 30 to 40 seconds long in PHP on sMash. When multiple requests are comming from http port with the code implemented as HTTP handler, requests are serialized…
Sep 24th
Re: Silverstone M2リリース →
Silverstone is a name of version 1.1.0 . Now latest driver name is Monza (v1.1.1). You can download Monza from this page. http://www.projectzero.org/download/monza.php
Sep 24th