Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Looking for simple EJB remote client example

  1. #11
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    Quote Originally Posted by shampoo View Post
    That fixed it.

    Thanks for all your help.

    J
    'value' attribute provides the same semantic as <value> element, i.e. you can have the same working example via the following config switch:
    HTML Code:
    	<property name="jndiName">
    		<value>ejb/com/xxx/service/command/ejb/ClientServicesEjbHome</value>
    	</property>
    The only problem is that your initial property definition contained new line and blank symbols.

  2. #12
    Join Date
    Sep 2004
    Posts
    1,086

    Default

    Yes, xml formating is a dangerous thing. Bringing production systems totally offline by reformating a single xml file is not unheard of.

  3. #13
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    The world is a dangerous place at all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •