<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
				  >
<channel>
<title><![CDATA[Latest issues]]></title>
<link>http://jasperforge.org/projects/jasperetl/tracker</link>
<description><![CDATA[Forge latest issues]]></description>
<image><title><![CDATA[Latest issues]]></title>
<link>http://jasperforge.org/projects/jasperetl/tracker</link>
<url>http://jasperforge.org/themes/jasper/images/tools/logo.gif</url>
</image>
<language></language>
<pubDate>Wed, 16 May 2012 23:34:19 +0000</pubDate>
<item>
<title><![CDATA[This is not an issue]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5515</link>
<pubDate>Sat, 05 Nov 2011 10:38:12 +0000</pubDate>
<description><![CDATA[This is a test tracker item, please ignore.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5515</guid>
</item>
<item>
<title><![CDATA[Dynamic fetching of queries from repository]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5225</link>
<pubDate>Thu, 12 May 2011 06:49:30 +0000</pubDate>
<description><![CDATA[I am creating a list of queries in the repository for a particular DB connection. I would like a component which can be designed in such a way that it takes an "sql file name" as input parameter from any delimited file or from a database table, and it fetches the corresponding ".sql" from the repository and executes. since the queries are linked to DB connection, executing them would be easier.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5225</guid>
</item>
<item>
<title><![CDATA[java OutOfMemoryError exporting table rows to a CSV file (tFileOutputMSDelimited)]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5132</link>
<pubDate>Tue, 15 Mar 2011 13:52:18 +0000</pubDate>
<description><![CDATA[I am trying to export a couple million lines from a DB2 table to a csv file (tFileOutputMSDelimited), but keep getting a java OutOfMemoryError after about 600K lines.
I tried with the default of -Xmx1024M, then with -Xmx1536M (in Talend -> Run/Debug -> "Job run VM arguments"); also tried to disable statistics, but I always get the error.
Is JasperETL trying to keep everything in memory? 
This is a BAD limitation, any serious ETL product should be able to export tens of millions of rows without problems.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5132</guid>
</item>
<item>
<title><![CDATA[db2 zos schema mapping missing]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5095</link>
<pubDate>Tue, 22 Feb 2011 13:03:11 +0000</pubDate>
<description><![CDATA[When I retrieve a table schema from a IBM DB2 ZOS connection the DB Type to java type mapping is always String... For other databases (even for normal DB2) the mapping works fine.

JasperETL v3.2.3 r35442-20100111-0218]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5095</guid>
</item>
<item>
<title><![CDATA[Error on step 3 while creating EXCEL file: ShadowFileInputToDelimitedOutput]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=4611</link>
<pubDate>Fri, 05 Mar 2010 19:03:52 +0000</pubDate>
<description><![CDATA[Getting the following errors while creating a new EXCEL file (on step 3).

java.lang.NoClassDefFoundError: aci_project1/shadowfileinputtodelimitedoutput_0_1/ShadowFileInputToDelimitedOutput
Caused by: java.lang.ClassNotFoundException: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput. Program will exit.
Exception in thread "main" 

Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(Unknown Source)
org.talend.repository.ui.utils.ShadowProcessHelper.getCsvArray(Unknown Source)
org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep2Form$PreviewProcessor.nonUIProcessInThread(Unknown Source)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(Unknown Source)
]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=4611</guid>
</item>
<item>
<title><![CDATA[Error on step 3 while creating EXCEL file: ShadowFileInputToDelimitedOutput]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=4610</link>
<pubDate>Fri, 05 Mar 2010 17:05:54 +0000</pubDate>
<description><![CDATA[Getting the following errors while creating a new EXCEL file (on step 3).

java.lang.NoClassDefFoundError: aci_project1/shadowfileinputtodelimitedoutput_0_1/ShadowFileInputToDelimitedOutput
Caused by: java.lang.ClassNotFoundException: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: aci_project1.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.  Program will exit.
Exception in thread "main" 

Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(Unknown Source)
org.talend.repository.ui.utils.ShadowProcessHelper.getCsvArray(Unknown Source)
org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep2Form$PreviewProcessor.nonUIProcessInThread(Unknown Source)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(Unknown Source)
]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=4610</guid>
</item>
<item>
<title><![CDATA[POJO export jar is missing classes]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=3984</link>
<pubDate>Thu, 21 May 2009 21:53:02 +0000</pubDate>
<description><![CDATA[When i try to export job scripts, the export process goes without a hitch and i get a zip file with all the scripts.  However, the job jar file doesn't contain any of the job classes. Hence I get an error trying to run it.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=3984</guid>
</item>
<item>
<title><![CDATA[Generate Doc as Html with Html blank page]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=3690</link>
<pubDate>Wed, 25 Mar 2009 17:21:33 +0000</pubDate>
<description><![CDATA[Hi, i creatre a job with a properties set and comment but when i Generate Doc as Html, jasper create a zip with a blank html. I red user guide, but there isn't a configuration to do or same setting to do.

I am using JasperETL 2.3.2.r12707 on Windows XP SP2.
]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=3690</guid>
</item>
<item>
<title><![CDATA[Delimited files does not count repeating delimiters]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=1451</link>
<pubDate>Fri, 14 Sep 2007 19:49:54 +0000</pubDate>
<description><![CDATA[I have exported some transactions from our accounting systems into tab separated file. As far as I can see if I have an empty column in the file, JasperETL does not count this column. For Example the line 
2000<tab><tab>3000
is transformed into 2 columns, not into 3. This is a big problem for us.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=1451</guid>
</item>
<item>
<title><![CDATA[Unable to get schema from Oracle 8i]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=1450</link>
<pubDate>Wed, 08 Aug 2007 18:09:26 +0000</pubDate>
<description><![CDATA[I'm able to connect and test connection to the database but while in the select table to add screen the get column count doesn't happen at all and after clicking next an error asking for at least one table/metadata even when one or more where selected in the previous screen.

P.S. Reported in version 2.0.0]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=1450</guid>
</item>
</channel>
</rss>
