- 
        15. Re: Service Invoker Error - pls help a newbiebeve Mar 11, 2010 10:10 AM (in response to hartmann1980)Hi, It looks an additional jar is required for this to work. Could you please add commons-collections-3.2.jar and see if that works for you. Let me know if this works for you and I'll update the documentation. Sorry about this. Regards, /Daniel 
- 
        16. Re: Service Invoker Error - pls help a newbiehartmann1980 Mar 11, 2010 10:26 AM (in response to beve)Hi Daniel I added the commons-collections-3.2.jar to my lib directory (see cp.bat). Now, I have following error message: c:\temp\test>java org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage FirstServiceESB SimpleListener llo ESB World!" 16:22:36,298 ERROR [main][PersistenceManager] Error initializing config in PersistenceManager org.apache.commons.configuration.ConfigurationException: Cannot locate configuration source juddiv3.properties at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:215) at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:195) at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:140) at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:242) ... In output_v2.txt you can see the full error message. Regards, Eva - 
            
                            
            output_v2.txt.zip 1.4 KB
- 
            
                            
            cp.bat.zip 643 bytes
 
- 
            
                            
            
- 
        17. Re: Service Invoker Error - pls help a newbiebeve Mar 11, 2010 10:31 AM (in response to hartmann1980)Hi, I'll try to attach the eclipse project that I used to test this. /Daniel - 
            
                            
            remote-service-invoker.jar 0 bytes
 
- 
            
                            
            
- 
        18. Re: Service Invoker Error - pls help a newbiebeve Mar 11, 2010 10:34 AM (in response to hartmann1980)Hi, I've created an eclipse project for testing this but it is two big to be attached to this post. Can you send me an email and I'll send you this project so that you can try it and perhaps compare with what you have. My email address is dbevenius@jboss.com /Daniel 
- 
        19. Re: Service Invoker Error - pls help a newbiescottdawson Mar 11, 2010 10:41 AM (in response to beve)Daniel, Can you please list the XML/properties/configuration files included in your project and explain where to get them or what is in them? I know the Programmer's Guide lists jbossesb-properties.xml and uddi.xml. Are any changes required in the configuration of the ESB (besides deploying helloworld or some other service)? Also, how big is your Eclipse project zipfile. (I'm wondering if my email client will handle it.) Thanks, Scott 
- 
        20. Re: Service Invoker Error - pls help a newbiehartmann1980 Mar 11, 2010 11:57 AM (in response to beve)Hi Daniel I works: from eclipse and from commandprompt! Now, I will search for differences between your project and my project. Thanks a lot and best regards, Eva 
- 
        21. Re: Service Invoker Error - pls help a newbiescottdawson Mar 12, 2010 4:48 PM (in response to hartmann1980)If I run my client with the jbossesb-rosetta.jar from Daniel's project, it works fine. If I run with the jbossesb-rosetta.jar from jbossesb-server-4.7/server/default/deploy/jbossesb.sar/lib, then it fails with: org.jboss.soa.esb.listeners.message.MessageDeliverException: org.apache.ws.scout.transport.TransportException: java.lang.Exception: org.jboss.internal.soa.esb.registry.client.JuddiRMITransport Regards, Scott 
- 
        22. Re: Service Invoker Error - pls help a newbiehartmann1980 Mar 12, 2010 7:04 PM (in response to scottdawson)I made the same experience. And, the size is diferent: jbossesb-rosetta.jar from Daniel: 1548 KB jbossesb-rosetta.jar from jbossesb-4.7\lib: 1442 KB Why ist jbossesb-rosetta.jar from jbossesb-4.7\lib "wrong choice"? Regards, Eva 
- 
        23. Re: Service Invoker Error - pls help a newbiebeve Mar 16, 2010 4:04 AM (in response to hartmann1980)Hi, I've tried this using our main trunk and this works as expected. The "correct" jbossesb-rosetta.jar is the one that matches the version used in your server. If that does not work then there is something wrong and might be an issue with the 4.7 version. Could you please create a Jira for this so that it gets looked into? Thanks, /Daniel 
- 
        24. Re: Service Invoker Error - pls help a newbiescottdawson Mar 30, 2010 9:15 AM (in response to beve)
- 
        25. Re: Service Invoker Error - pls help a newbieprotobe Mar 31, 2010 9:31 AM (in response to beve)
- 
        26. Re: Service Invoker Error - pls help a newbiecrussell42 Jul 6, 2010 5:12 PM (in response to beve)The shortcut hack if you dont mind using ant is as follows: Where jboss.deployers.dir in my case is /usr/local/jboss/server/default/deployers {$jboss.home}/server/default/deployers <path id="test.classpath"> 
 <fileset dir="${jboss.home}/client">
 <include name="*.jar"/>
 </fileset>
 <fileset dir="${jboss.home}/common/lib">
 <include name="*.jar"/>
 </fileset>
 <fileset dir="${jboss.deployers.dir}/esb.deployer/lib">
 <include name="*.jar"/>
 </fileset>
 </path>
- 
        27. Re: Service Invoker Error - pls help a newbiemail2thota Jul 20, 2010 10:38 PM (in response to beve)Hi Daniel, Could you please send the code to mail2thota@gmail.com Thanks in advance. Regards, -satya- 
- 
        28. Re: Service Invoker Error - pls help a newbiemail2thota Jul 21, 2010 12:08 AM (in response to hartmann1980)Hi, Could you please share the eclipse project with me which Daniel sent to you. my email address is mail2thota@gmail.com. Thanks, -satya- 
- 
        29. Re: Service Invoker Error - pls help a newbiebeve Jul 21, 2010 12:53 AM (in response to mail2thota)Hi Satya, I've sent you an email with the jar. I've also checked this into a workspace here Regards, /Daniel 
 
     
     
     
    