-
Dec 27th, 2008, 11:36 AM
#1
Accessing Spring Beans Through BIRT
You can use POJOs as a data source in Scripted Data Source of BIRT.
In BIRT you write javascript to access POJOs and use them as data source. However, application context is not visible in a POJO when using POJO through BIRT scripted data source.
I dont want to get app context manually as in the following code:
ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext .xml");
How can i access spring beans through BIRT?
-
Dec 29th, 2008, 04:28 AM
#2
This is the forum for the Spring Integration project. You should probably ask this in the Web forum.
Jonas Partner
OpenCredo
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules