Hi,
I'm implementing Connector for EJB 2.x. so in order to create JNDI
properties i need pair of parameters [1]. and the number of parameters also
depend on EJB server and Version. How can i write the operation fro
that?(normally our Init methods will be like [2])


[1]
Properties props = new Properties();
props.put("A" ,"B");
props.setProperty("C","D");
props.setProperty("E", "F");


[2]
<connector.init>
    <A>{$ctx:a}</A>
    <B>{$ctx:b}</B>
    <C>{$ctx:c}</C>
    <D>{$ctx:d}</D>
</connector.init>


-- 
Thank you
Best Regards

*Rajjaz HM*
Associate Software Engineer
WSO2 Inc. <http://wso2.com/>
lean | enterprise | middleware
Mobile | +94752833834
Email   | [email protected]
LinkedIn | Blogger | WSO2 Profile
<http://wso2.com/about/team/mohammer_rajjaz/>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to