Well, before you request a service proxy you need to get an Ignite instance first so there is no way to avoid creating that Ignite instance somewhere. Do you anticipate/observe any problems with this approach?
Kind regards, Alex 16 июля 2017 г. 10:46 AM пользователь "krutipatel [via Apache Ignite Users]" <[email protected]> написал: Hi Alex, Thanks for the info , i have read through and tried using service-proxy . However to an instance of the service proxy first i need to get an access to the "ignite" instance-object which i can only get through "Ignition.start()" which internally triggers off a different tread. I want to avoid this different tread being triggered. So basically if i can get an instance of "ignite" or "serviceproxy" without doing "Ignition.start()" that should solve the problem. Is there a way to do this? ------------------------------ If you reply to this email, your message will be added to the discussion below: http://apache-ignite-users.70518.x6.nabble.com/How-to- access-Apache-Ignite-service-grid-services-from-a-J2ee-application-server- tp14970p14977.html To start a new topic under Apache Ignite Users, email [email protected] To unsubscribe from Apache Ignite Users, click here <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=> . NAML <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-access-Apache-Ignite-service-grid-services-from-a-J2ee-application-server-tp14970p14978.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
