Hi,
I got some EJBs deploied on a jboss server which provides me serveral calculated data. These ejbs are registered as jndi in the jboss.
Is there any possilitiy to use these java classes as datasources?
(I dont care if in Report Designer or in xactions)
I searched alot but i dont find any usefull information.
If i got a little test class :
how can i add the result of this method to a report?
I tried it whith beanshell querys, but im not sure if this is the right way :)
Thx in advance,
student
I got some EJBs deploied on a jboss server which provides me serveral calculated data. These ejbs are registered as jndi in the jboss.
Is there any possilitiy to use these java classes as datasources?
(I dont care if in Report Designer or in xactions)
I searched alot but i dont find any usefull information.
If i got a little test class :
Code:
public class TestBean
{
public String test() {returns "myData";}
}
I tried it whith beanshell querys, but im not sure if this is the right way :)
Thx in advance,
student