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

Jasper Result Problems


os.luisgustavo

Recommended Posts

Good afternoon everyone! 

I use ireport 3.7.1, and Oracle Database 11g 

 

I have the following problem, when I compile and run a query with outer join(oracle) in Ireport, works normally and returns the expected result. But when I run the application in JSF the query with outer join, have problems and the result does not return as expected. 

 

Apparently the problem is that the ireport is failing to understand the outer join. Was that possible? Does anyone have a solution for this problem?

 

This is the query: 

 

SELECT a.nameCompany,        FROM company      a,       products     b WHERE A.cod = b.cod(+) ORDER BY a.nameCOMPANY[/code]
 


 

 

Thanks!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

iReport is just calling jdbc driver to get results.

Also, if iReport is working normally while your jsf program is not, it seems to indicate that your jsf is not working. Apparently, you jsf program is having problems. Fix that. Make sure that it's using the correct jdbc driver. JDBC driver version should match the supported jdk version.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...