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

use of JRBeancollectionDataSource in Jasper Studio


chamaster

Recommended Posts

I am trying to use JRBeancollectionDataSource in Jasper Studio (1.0.3). When creating a Data adapter, my factory being :

public class MyDS {   public static final Collection<MyPojo> getBeanCollection() {     return new ArrayList<MyPojo>();   } } [/code]

I get a ClassNotFoundException when testing the adapter (getBeanCollection() being the method specified to retrieve the collection). My class is compiled within the project.

Anything obvious I am missing ?

Thanks,

 

Chamaster

 

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