Results 1 to 2 of 2

Thread: Accessing Spring Beans Through BIRT

  1. #1
    Join Date
    Dec 2008
    Posts
    2

    Default 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?

  2. #2
    Join Date
    Oct 2007
    Location
    London, England
    Posts
    108

    Default

    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
  •