E9500 - Bad Request (0x40)

View: New views
15 Messages — Rating Filter:   Alert me  

E9500 - Bad Request (0x40)

by Christian Hilgers-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

from that command I expected to get more information from
the mobile:
syncml-obex-client  -b 00:0E:ED:AF:D6:E4 10 --identifier "PC Suite"
--dumpinfo --sync text/x-vcard Contacts
connection with device succeeded
Received an transport error: Bad Request (0x40)
Didnt receive the devinf though it was requested

The channel is OK:
sdptool search --bdaddr 00:0E:ED:AF:D6:E4 SYNCML
Searching for SYNCML on 00:0E:ED:AF:D6:E4 ...
Service Name: SyncMLClient
Service RecHandle: 0x10001
Service Class ID List:
   UUID 128: 00000002-0000-1000-8000-0002ee000002
Protocol Descriptor List:
   "L2CAP" (0x0100)
   "RFCOMM" (0x0003)
     Channel: 10
   "OBEX" (0x0008)
Language Base Attr List:
   code_ISO639: 0x454e
   encoding:    0x6a
   base_offset: 0x100
Profile Descriptor List:
   "" (0x00000002-0000-1000-8000-0002ee000002)
     Version: 0x0100


Any ideas? What else can I test or provide?

I am using SVN code
build/bin/msynctool --version
This is msynctool version "0.36"
using OpenSync version "0.36"


Christian
--
Christian Hilgers                  |ConSol*
Tel.   +49.2102.994-423            |Consulting&Solutions Software GmbH
Fax    +49.2102.994-411            |Berliner Str. 101, 40880 Ratingen
email: Christian.Hilgers@... |WWW: http://www.consol.de


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: E9500 - Bad Request (0x40)

by Christian Hilgers-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christian Hilgers schrieb:
> Hi,
>
> from that command I expected to get more information from
> the mobile:
> syncml-obex-client  -b 00:0E:ED:AF:D6:E4 10 --identifier "PC Suite"
> --dumpinfo --sync text/x-vcard Contacts
> connection with device succeeded
> Received an transport error: Bad Request (0x40)
> Didnt receive the devinf though it was requested

Same mobile, different host:

/opt/opensync/build/bin/syncml-obex-client --identifier "PC Suite" --sync text/x-vcard Contacts --sync text/x-vcalendar
Calendar --wbxml -b 00:0E:ED:AF:D6:E4 10 --dumpinfo
connection with device succeeded
Received an Alert for the DS Server at Calendar: Type: 201, Last , Next 20080328T150443Z
Received an Alert for the DS Server at Contacts: Type: 201, Last , Next 20080328T150443Z
Just received a new session with ID 32
Received the DevInf
Session 32 reported final. flushing
Received an transport error: Forbidden (0x43)
Send the output below to the libsyncml developers

========================================
Man: NOKIA
Mod: 9500
FirmwareVersion: (null)
SoftwareVersion: 05.22(01)
HardwareVersion: (null)

ReceiveLimit: 0
MaxObjSize: 0
Connection used: OBEX Client
Identifier: PC Suite

Databases:
DB Locations: Contacts
DB Type: text/x-vcard
DB Slow: 0

DB Locations: Calendar
DB Type: text/x-vcalendar
DB Slow: 0

Bluetooth: Yes
Wbxml: Yes
SyncML Version: 1.1
SupportsNumberofChanges: Yes
SupportsLargeObjects: Yes

still
> I am using SVN code
> build/bin/msynctool --version
> This is msynctool version "0.36"
> using OpenSync version "0.36"

Didn't we have a SVN tag in the opensync Version some time?

Kind regards

Christian
--
Christian Hilgers                  |ConSol*
Tel.   +49.2102.994-423            |Consulting&Solutions Software GmbH
Fax    +49.2102.994-411            |Berliner Str. 101, 40880 Ratingen
email: Christian.Hilgers@... |WWW: http://www.consol.de

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: E9500 - Bad Request (0x40)

by Graham Cobb-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Friday 28 Mar 2008, Christian Hilgers wrote:

> Same mobile, different host:
>
> /opt/opensync/build/bin/syncml-obex-client --identifier "PC Suite" --sync
> text/x-vcard Contacts --sync text/x-vcalendar Calendar --wbxml -b
> 00:0E:ED:AF:D6:E4 10 --dumpinfo
> connection with device succeeded
> Received an Alert for the DS Server at Calendar: Type: 201, Last , Next
> 20080328T150443Z Received an Alert for the DS Server at Contacts: Type:
> 201, Last , Next 20080328T150443Z Just received a new session with ID 32
> Received the DevInf
> Session 32 reported final. flushing
> Received an transport error: Forbidden (0x43)
...

I get similar output when trying my Nokia 6230i.

Is syncml over bluetooth working for ANYONE with the latest SVN?

Graham

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Graham Cobb wrote:

> Is syncml over bluetooth working for ANYONE with the latest SVN?

I discovered some bugs related to libsyncml after the changes which were
necessary for libsoup 2.4. Additionally the event handling in the syncml
plugin changed.

I don't think that this influences the OBEX client code. Additionally I
commited some changes to support Samsung mobiles. Perhaps these changes
in libsyncml/transports/obex_client.c damaged something.

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

http://ra.pki.hu-berlin.de


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: E9500 - Bad Request (0x40)

by Christian Hilgers-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Graham Cobb schrieb:
> On Friday 28 Mar 2008, Christian Hilgers wrote:
..
>> Received an transport error: Forbidden (0x43)
> ...
>
> I get similar output when trying my Nokia 6230i.
>
> Is syncml over bluetooth working for ANYONE with the latest SVN?

As Michael suggested, I tried to collect traces from a working
and a non-working revision. I am not able to find a working
version in SVN. I tried the following ones:

r403-410   do not compile

These revisions do compile, but show 0x43 forbidden
r409-r417
r419-r427

r418 fails with
/opt/opensync/libsyncml/libsyncml/sml_session.c:1598:E:smlSessionFlush: Assertion "error != NULL" failed
connection with device succeeded
Received an Alert for the DS Server at Calendar: Type: 201, Last , Next 20080409T124545Z
Just received a new session with ID 68
Received the DevInf
Session 68 reported final. flushing


current is: r427

r401 uses libsoup2.2
r403 uses libsoup2.4

I was not able to compile a version with libsoup2.2 till now.

My question:

How is able to run
/opt/opensync/build/bin/syncml-obex-client --identifier "PC Suite" -b $MAC $CHANNEL \
              --sync text/x-vcalendar Calendar --wbxml --dumpinfo
without the 0x43? Which svn revision?

Kind regards

Christian
--
Christian Hilgers                  |ConSol*
Tel.   +49.2102.994-423            |Consulting&Solutions Software GmbH
Fax    +49.2102.994-411            |Berliner Str. 101, 40880 Ratingen
email: Christian.Hilgers@... |WWW: http://www.consol.de

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: E9500 - Bad Request (0x40)

by Graham Cobb-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wednesday 09 April 2008 14:51:25 Christian Hilgers wrote:
> r401 uses libsoup2.2
> r403 uses libsoup2.4
>
> I was not able to compile a version with libsoup2.2 till now.

Hmm.  I build libsyncml and opensync for Maemo from SVN (almost) every night,
using libsoup2.2-8.  Using my latest build (from 2008-04-06 00:00Z) I get the
same 0x43 error.

Does libsyncml require libsoup2.4?

Graham

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Graham Cobb wrote:

> On Wednesday 09 April 2008 14:51:25 Christian Hilgers wrote:
>> r401 uses libsoup2.2
>> r403 uses libsoup2.4
>>
>> I was not able to compile a version with libsoup2.2 till now.
>
> Hmm.  I build libsyncml and opensync for Maemo from SVN (almost) every night,
> using libsoup2.2-8.  Using my latest build (from 2008-04-06 00:00Z) I get the
> same 0x43 error.
>
> Does libsyncml require libsoup2.4?
No, definitely not.This library is only need for SyncML over HTTP. If
you can compile the syncml plugin and get trouble with OpenOBEX then the
core of the problem has nothing to do with the version of libsoup.

The introduction of libsoup 2.4 support only caused a major source code
update. Therefore I recommended to test a version before the libsoup 2.4
update if you are looking for a working revision.

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

http://ra.pki.hu-berlin.de


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christian Hilgers wrote:

> These revisions do compile, but show 0x43 forbidden
> r409-r417
> r419-r427

Ok, perhaps some systematic analysis is required ...

Did you sniffed the Bluetooth communication?
Do you know when the communication breaks exactly (last send and
received message)?
Does the plugin or the mobile create the error code?

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

http://ra.pki.hu-berlin.de


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

if someone could trace the stuff with hcidump then please use options
like -a(--ascii) or -x(--hex) to make the stuff more humand readable.
this helps a lot with debugging.

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

http://ra.pki.hu-berlin.de


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: E9500 - Bad Request (0x40)

by Christian Hilgers-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Michael Bell wrote:

> Ok, perhaps some systematic analysis is required ...
>
> Did you sniffed the Bluetooth communication?

done.

chris@urania:/tmp$ date
Thu Apr 10 15:46:55 CEST 2008
chris@urania:/tmp$ /opt/opensync/run_syncml_obex_client.sh
connection with device succeeded
Received an Alert for the DS Server at Calendar: Type: 201, Last , Next
20080410T134626Z
Received an Alert for the DS Server at Contacts: Type: 201, Last , Next
20080410T134626Z
Just received a new session with ID 83
Received the DevInf
Session 83 reported final. flushing
Received an transport error: Forbidden (0x43)
chris@urania:/tmp$ date
Thu Apr 10 15:47:20 CEST 2008

There is only one Event und only one contact in the mobile. I use this
device for opensync testing only.

During that time I run:
hcidump -w /tmp/osync_trace/hcidump.out
binary dump and decoded trace is attached.
run hcidump -r to process the binary

> Do you know when the communication breaks exactly (last send and
> received message)?
> Does the plugin or the mobile create the error code?

I am sorry, no idea; at least no error visible in the Mobile display.

Data was send in a seperate mail to Michael.

Christian
--
Christian Hilgers                  |ConSol*
Tel.   +49.2102.994-423            |Consulting&Solutions Software GmbH
Fax    +49.2102.994-411            |Berliner Str. 101, 40880 Ratingen
email: Christian.Hilgers@... |WWW: http://www.consol.de



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christian Hilgers wrote:

> Graham Cobb schrieb:
>> On Friday 28 Mar 2008, Christian Hilgers wrote:
> ..
>>> Received an transport error: Forbidden (0x43)
>> ...
>>
>> I get similar output when trying my Nokia 6230i.
>>
>> Is syncml over bluetooth working for ANYONE with the latest SVN?
>
> As Michael suggested, I tried to collect traces from a working
> and a non-working revision. I am not able to find a working
> version in SVN. I tried the following ones:
>
> r403-410   do not compile
I got the same problem today and the solution is simple. You must remove
the build directory and run cmake again to create a clean build
environment. I got trouble with a libsoup 2.4 inclusion but I have no
libsoup 2.4 installed.

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

https://pki.pca.dfn.de/hu-berlin-ca/cgi-bin/pub/pki?cmd=getStaticPage;name=index;id=2&RA_ID=0



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Parent Message unknown Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christian Hilgers wrote:

> During that time I run:
> hcidump -w /tmp/osync_trace/hcidump.out
> binary dump and decoded trace is attached.
> run hcidump -r to process the binary

The names of the XML files are a little bit misleading but I found the
error. The mobile sends an alert 206 and we answer with status 200 and
alert 201 but if the server requests a slow-sync after the client
requests a normal two-way-sync then the server must answer with status 508.

The client answers with fresh alerts if it receives such confusing
signals and OpenSync is confused by the clients reaction. The only
question is how the error code was constructed and where ...

I think this is a bug in syncml_ds_server.c but I just started the
source code review ...

Many thanks for the dumps and the prepared XML files. This makes
analysing much easier.

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

https://pki.pca.dfn.de/hu-berlin-ca/cgi-bin/pub/pki?cmd=getStaticPage;name=index;id=2&RA_ID=0



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Parent Message unknown Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Christian,

I discovered that libsyncml calls a function _recv_alert from the syncml
plugin. This function was already replaced by _ds_server_recv_alert and
_ds_client_recv_alert to get better control over the alerts and flushing.

Do you know the SVN revision of your plugin?

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

https://pki.pca.dfn.de/hu-berlin-ca/cgi-bin/pub/pki?cmd=getStaticPage;name=index;id=2&RA_ID=0



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Parent Message unknown Re: E9500 - Bad Request (0x40)

by Michael Bell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Christian,

I introduced separate recv_alert callback functions in r3132. So your
used plugin must be from Thu Feb  7 12:11:06 2008 or older. Can you
approve this?

Best regards

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
michael.bell@...   D-10099 Berlin
_______________________________________________________________

X.509 CA Certificates / Wurzelzertifikate

https://pki.pca.dfn.de/hu-berlin-ca/cgi-bin/pub/pki?cmd=getStaticPage;name=index;id=2&RA_ID=0



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

smime.p7s (7K) Download Attachment

Re: E9500 - Bad Request (0x40)

by Christian Hilgers-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Michael Bell schrieb:
> Hi Christian,
>
> I introduced separate recv_alert callback functions in r3132. So your
> used plugin must be from Thu Feb  7 12:11:06 2008 or older. Can you
> approve this?

no
aachen:/opt/opensync/opensync> svn info
Pfad: .
URL: http://svn.opensync.org/trunk
Basis des Projektarchivs: http://svn.opensync.org
UUID des Projektarchivs: 53f5c7ee-bee3-0310-bbc5-ea0e15fffd5e
Revision: 3261
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: dgollub
Letzte geänderte Rev: 3261
Letztes Änderungsdatum: 2008-04-09 20:04:14 +0200 (Mi, 09 Apr 2008)


aachen:/opt/opensync/opensync> cd ../libsyncml/
aachen:/opt/opensync/libsyncml> svn info
Pfad: .
URL: http://svn.opensync.org/libsyncml/trunk
Basis des Projektarchivs: http://svn.opensync.org/libsyncml
UUID des Projektarchivs: 18014cdf-e4f8-0310-ac4f-f9c9da6afd7d
Revision: 427
Knotentyp: Verzeichnis
Plan: normal
Letzter Autor: bellmich
Letzte geänderte Rev: 427
Letztes Änderungsdatum: 2008-04-07 16:52:36 +0200 (Mo, 07 Apr 2008)

--
Mit freundlichen Gruessen

Christian Hilgers
ConSol* GmbH
--
Christian Hilgers                  |ConSol*
Tel.   +49.2102.994-423            |Consulting&Solutions Software GmbH
Fax    +49.2102.994-411            |Berliner Str. 101, 40880 Ratingen
email: Christian.Hilgers@... |WWW: http://www.consol.de

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel