Hi, afaik, that's not possible. They don't share same schema.

What is your use case? Is it for unit testing only?
On 24 Mar 2011 01:19, "Matt Madhavan" <[email protected]> wrote:
> Hello,
> I would like to know how I can use the blueprint.xml to define beans (No
> Services) and instantiate beans and look them up like I would normally do
> using plain spring.xml configuration?
>
> For instance I would like to do something similar (Spring) below using
> BluePrint(Aries) instead Spring,
>
> @RunWith(SpringJUnit4ClassRunner.class)
> @ContextConfiguration(locations =
>
{"classpath:/com/hcsc/itf/osgi/samples/bp_ojpa_ctw_sdm/datasource/DataSourceTest-context.xml"})
>
>
> Or loading Spring Application Context
> --------------------------
> ClassPathApplicationContext ctx = new ClassPathApplicationContext
> ("springbeans.xml")
>
> Only in my case I would like to load my beans from bluepring.xml (With no
> services defined - only regular beans).
>
> Any help would be appreciated.
>
> Thanks in advance!
>
> Matt

Reply via email to