Hi all,
My question is:
What jar libraries do I need for a remote client component ?
Is the <ejb-client-jar> tag in ejb-jar.xml supported ?
<ejb-client-jar>employee_service_client.jar</ejb-client-jar>
I tryed it without success.
If you test Orion examples in your machine all work nicely, but if you
move any of them to another machine (JMSChat for example),
--even getting all required jars-- the authentication fails.
Why the admin account is recognized working local but not from another
machine ?
Thank you in advance.