Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Exception with Passed Connection to BIRT

Environment: 
         WASD 5.1 
I am trying to run a report using BIRT Reporting Engine 
I am passing connection to BIRT Engine 
the process i followed to do this give in the link 
http://birtworld.blogspot.com/2005/12/using-supplied-connection-with-birt.html
this process is working fine when i am passing connection parameters from
Programme 
,but when i am using "J2EE Connector Architecture (J2C) authentication data 
entries an exception is occured as in the log



Exception 
java.lang.NullPointerException
	at java.lang.Throwable.<init>(Throwable.java)
	at java.lang.Throwable.<init>(Throwable.java)
	at java.lang.NullPointerException.<init>(NullPointerException.java:60)
	at 
com.ibm.ws.rsadapter.jdbc.WSJdbcResultSetMetaData.getColumnCount(WSJdbcResultSetMetaData.java:118)
	at 
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaData.getColumnCount(ResultSetMetaData.java:79)
	at 
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaResultSetMetaData.getColumnCount(OdaResultSetMetaData.java:57)
	at 
org.eclipse.birt.data.engine.odaconsumer.ResultSetMetaData.getColumnCount(ResultSetMetaData.java:66)

regards,
ramakrishna 
-- 
View this message in context: http://www.nabble.com/Exception-with-Passed-Connection-to-BIRT-tf1939507.html#a5315316
Sent from the Eclipse BIRT - Dev forum at Nabble.com.



Back to the top