Jump to content
JasperReports Library 7.0 is now available ×

It works at Window not Unix


Recommended Posts

By: Michael Mai - mmai

It works at Window not Unix

2003-10-26 12:12

The following codes work at Window Env but does not work at Unix(Weblogic), the log file did show "....Report path: " but not showing "before TeamEligibility". So someting wrong with code in bewteen(JRLoader.loadObject java code), there is no exception/error.

Please help, I am desparate.

 

############################

Java code:

logger.info(".......Report path: " + cm.getReportPath());

JasperReport teamPerfStatsSubreport = (JasperReport)JRLoader.loadObject(cm.getReportPath() + "TeamPerformanceStats.jasper");

logger.info("before TeamEligibility");

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...