Jump to content
We've recently updated our Privacy Statement, available here ×

ttrostel

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by ttrostel

  1. ttrostel

    tIn

    I'm having a weird problem. I'm making a temporary embedded database using the embedded Apache Derby tJavaDBOutput functions. I use the URL jdbc:derby:/home/ttrostel/Desktop/myETL/data;create=true The database is created just fine .... data seems to be inserted into tables .... I can scan the schema and see that the columns and rows are correct ... butwhen I try to use the tJavaDBInput with the same URL I get an error which tells me "org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)" It looks like when using input components and the Embedded database the software generator is using the wrong form as shown here: java.lang.Class .forName("org.apache.derby.jdbc.EmbeddedDriver");when it should really be doing the same thing it does when doing the output job as shown here: Class.forName(jdbcDriver_tJavaDBOutput_1).newInstance();This is running on "Jaspersoft ETL"Version: 5.0.2Build id: r78327-20120331-1108 I'd go in and fix the software maybe ... but where is it to repair? Thanks in advance!
×
×
  • Create New...