Re: WO with WebServices - Error in Serialization

2014-10-31 Thread Markus Stoll
Hi > May I ask an advice? While passing byte[] in WebService, is it preferable to > encode them in a string (like Base64), or is there a better way to handle > them? well, JAXB maps a byte[] to an xs:base64Binary and I guess this is the way to go Markus > > Thank you again! > > > 2014-10-3

Re: D2W Problem in new application

2014-10-31 Thread Flavio Donadio
Ramsey, I think the problem might be in a different place. Some projects that were running OK before just stopped working. New projects don't work at all. And now Eclipse went berserk, trying to run a different project than the one I am trying to run. I tried deleting this workspace and crea

Re: D2W Problem in new application

2014-10-31 Thread Ramsey Gurley
Try removing JavaXML framework. You won’t miss it until you try to deploy with monitor/wotaskd. On Oct 31, 2014, at 10:11 AM, Flavio Donadio wrote: > Theodore, > > > Yes, the Build Path are more or less the same. Since I don't have a model > (nor a framework), two items are not on the Libra

Re: D2W Problem in new application

2014-10-31 Thread Flavio Donadio
Theodore, Yes, the Build Path are more or less the same. Since I don't have a model (nor a framework), two items are not on the Library pane: H2Plugin and BlogModel. Here's the console output when I run the app: > [2014-10-31 15:1:55 BRST] Principal class '' not found in bundle > ERModernLoo

Re: D2W Problem in new application

2014-10-31 Thread Theodore Petrosky
So, class paths. you created a new D2W app. did you compare the “Build Path” of your app to the screen shot of the Build Path on the tutorial page? Ted On Oct 31, 2014, at 10:05 AM, Flavio Donadio wrote: > Fabian, > > > I just noticed something really strange in the error message. I just cre

Re: D2W Problem in new application

2014-10-31 Thread Flavio Donadio
Fabian, I just noticed something really strange in the error message. I just created a dummy D2W app (no model, as suggested by Theodore) and ran it as a WOApplication. Here's the full error message, as shown in the browser: > Application: DummyTest > Error: java.lang.IllegalStateException ex

Re: WO with WebServices - Error in Serialization

2014-10-31 Thread Daniele Corti
Hi, > the framework is quite new and was added to Wonder in April obviously... Sometimes, seems to me, my only purpose is to learn new thing while they became obsolete... Anyway, I've tried an implementation of a very simple WebService that write and read NSData from DB, and it works perfectly.

Re: WO with WebServices - Error in Serialization

2014-10-31 Thread Markus Stoll, junidas GmbH
hi, the framework is quite new and was added to Wonder in April Markus > Am 31.10.2014 um 11:47 schrieb Daniele Corti : > > Hi Markus, > thank you very much! I really did not notice this framework... > > A question: when was this Framework added to Wonder? I've updated last time > my Wonder c

Re: WO with WebServices - Error in Serialization

2014-10-31 Thread Daniele Corti
Hi Markus, thank you very much! I really did not notice this framework... A question: when was this Framework added to Wonder? I've updated last time my Wonder copy on March of this year, but I don't have that framework in the WO Framework list... Thank you, again! 2014-10-31 11:26 GMT+01:00 Mar

Re: WO with WebServices - Error in Serialization

2014-10-31 Thread Markus Stoll, junidas GmbH
Hi, you are dealing with a complete mess of no longer really working stuff. The axis 1 framework used in the old WebServices framework was great problems handling these complex types, actually I would consider this broken. Please take a look at the ERJaxWS framework and the talk about it from thi