• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

application flow stops at XMF's MessageUtilities class

 
Ranch Foreman
Posts: 275
jQuery Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi All,

I am trying to deploy an application where xmf_messagetoolkit_2.0.jar is used
the application throws an error ,
I ran the debugger and the flow stops at the following method call....

MessageUtilities.createXMFMessage(header, body);

can anyone suggest something


------------------------------------------
I ran the debugger some longer...and the problem is due to an
xmf.ServiceProxyException thrown when

the following LOC executes :

serviceProxy.invoke(request, timeOut);

I suspect I have made some mistake in deployement as this app is running on my teammates' machines and I have recently deployed it
[ August 29, 2008: Message edited by: Aniruddh Joshi ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic