Re: [Biojava-l] Annotation

2005-11-23 Thread mark . schreiber
Hello - Some Annotations allow new properties. Some (like Annotation.EMPTY_ANNOTATION) do not and will throw the exception you get. Alternatively you may have added a ChangeListener which is vetoeing your change but it seems unlikely you would do this without meaning to. Can you determine the

Re: [Biojava-l] Annotation

2005-11-23 Thread mark . schreiber
;Christian Köberle" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/22/2005 09:35 PM To: "Christian Köberle" <[EMAIL PROTECTED]> cc: biojava-l@biojava.org, (bcc: Mark Schreiber/GP/Novartis) Subject:Re: [Biojava-l] Annotation

Re: [Biojava-l] Annotation

2005-11-22 Thread Christian Köberle
Christian Köberle wrote: Hi, I have a problem with Annotation. If I try to add a new Property to an Annotation I get a ChangeVetoException. What can I do? Problem is solved: The Problem was: I have initializide my Object with EMPTY_ANNOTATION. Now I use new SimpleAnnotation() -- Christian

RE: [Biojava-l] Annotation Serialization

2003-10-03 Thread Y D Sun
Can you send/receive a Map (via Axis) whose inner objects are List? George > -Original Message- > From: Tom Oinn [mailto:[EMAIL PROTECTED] > Sent: 03 October 2003 14:01 > To: Matthew Pocock > Cc: Y D Sun; [EMAIL PROTECTED] > Subject: Re: [Biojava-l] Annota

Re: [Biojava-l] Annotation Serialization

2003-10-03 Thread Tom Oinn
Matthew Pocock wrote: I think what you need to do is write an Axis serializer / deserializer that understands lists and add that to your soap service - it seems odd that Axis doesn't come with one bundled like it does for Map. Um, it does. Either that or my lists have been magically sent by te

Re: [Biojava-l] Annotation Serialization

2003-10-03 Thread Matthew Pocock
From: Schreiber, Mark [mailto:[EMAIL PROTECTED] Sent: 03 October 2003 03:13 To: Y D Sun; [EMAIL PROTECTED] Subject: RE: [Biojava-l] Annotation Serialization I'm pretty sure Annotation can Serialize to binary. Can AXIS cope with that? - Mark -Original Message- From: Y D Sun [mai

RE: [Biojava-l] Annotation Serialization

2003-10-03 Thread Y D Sun
IL PROTECTED] > Subject: RE: [Biojava-l] Annotation Serialization > > > I'm pretty sure Annotation can Serialize to binary. Can AXIS > cope with that? > > - Mark > > -Original Message- > From: Y D Sun [mailto:[EMAIL PROTECTED] >

RE: [Biojava-l] Annotation Serialization

2003-10-02 Thread Schreiber, Mark
I'm pretty sure Annotation can Serialize to binary. Can AXIS cope with that? - Mark -Original Message- From: Y D Sun [mailto:[EMAIL PROTECTED] Sent: Fri 3/10/2003 6:31 a.m. To: [EMAIL PROTECTED] Cc: Subject: [Biojava-l] Annotation Seri