Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Terry Wilson
Unfortunately I cannot apply the patch now, since I have changed the axutil_uuid_get_mac_addr() significantly after your first mail. It is much appreciated, if you can check the latest svn HEAD and report problems if they still exist. I was a little too slow. ;-) Updated to your code, and every

Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Sahan Gamage
Hi Terry, Unfortunately I cannot apply the patch now, since I have changed the axutil_uuid_get_mac_addr() significantly after your first mail. It is much appreciated, if you can check the latest svn HEAD and report problems if they still exist. Thanks -sahan On 7/11/07, Terry Wilson <[EMAIL PRO

Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Terry Wilson
On 7/10/07, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Terry Wilson wrote: > When trying to compile axis2c to create a 4-way universal binary > (ppc/x86 32/64-bit) under OS X leopard: > > env CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 > -arch ppc7400 -arch x86_64 -arch pp

Re: JSON-Axis2/C

2007-07-10 Thread Nandika Jayawardana
Hi Kasun, I think its ok to use the array technique. -- Nandika On 7/11/07, Kasun Indrasiri <[EMAIL PROTECTED]> wrote: Hi, I do have few issues in converting the JSON to XML using Badgerfish convention. · Currently the Badgerfish convention is not supporting the *XML Mixed Content*

JSON-Axis2/C

2007-07-10 Thread Kasun Indrasiri
Hi, I do have few issues in converting the JSON to XML using Badgerfish convention. · Currently the Badgerfish convention is not supporting the *XML Mixed Content*. (Element and text nodes). In order to support mixed content there are few suggestions available. One common solution is to

Re: Update from board regarding our oversight of WS project.

2007-07-10 Thread Davanum Srinivas
Folks, 4 Projects have no volunteers yet...Axis/Axis2/JaxMe/XMLRPC http://wiki.apache.org/ws/FrontPage/BoardReports The board meeting is on 18th this month. Please update info on your project here: http://wiki.apache.org/ws/ReportForJul2007 thanks, dims On 7/3/07, Davanum Srinivas <[EMAIL PR

Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Samisa Abeysinghe
Also, under OS X copy_samples.sh which uses 'find -name' fails because OS X forces the directory to be the first argument. Changing to 'find . -name' should work across all platforms. Yes this is a bug, will fix that. Fixed in trunk. Samisa... -- Samisa Abeysinghe : http://www.wso2.org/ (W

Re: Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Samisa Abeysinghe
Terry Wilson wrote: When trying to compile axis2c to create a 4-way universal binary (ppc/x86 32/64-bit) under OS X leopard: env CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc7400 -arch x86_64 -arch ppc64" LDFLAGS="-arch i386 -arch ppc7400 -arch x86_64 -arch ppc64" .

Trunk problems compiling universal binary for OS X leopard

2007-07-10 Thread Terry Wilson
When trying to compile axis2c to create a 4-way universal binary (ppc/x86 32/64-bit) under OS X leopard: env CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch ppc7400 -arch x86_64 -arch ppc64" LDFLAGS="-arch i386 -arch ppc7400 -arch x86_64 -arch ppc64" ./configure --disable-

[jira] Created: (AXIS2C-638) Linker error while trying to bulid Axis/C on Solaris

2007-07-10 Thread velmurugan (JIRA)
Linker error while trying to bulid Axis/C on Solaris Key: AXIS2C-638 URL: https://issues.apache.org/jira/browse/AXIS2C-638 Project: Axis2-C Issue Type: Bug Components: build syst

Re: How to get ordered namespace sequence, about the function "axutil_hash_find_entry"

2007-07-10 Thread Kelvin Lin
Hi Dinesh, Thank you for your reminder. I used tcpmon to moniter the soap message and found a weird result. Here is my whole code: axiom_node_t * build_om_payload_for_echo_svc2(const axutil_env_t *env) { axiom_node_t *echo_om_node = NULL; axiom_element_t* echo_om_ele