Mike, can you please create a new Jira issue at

http://jira.codehaus.org/browse/CASTOR

And attach all required files for me to be able to test things.

Regards
Werner

> -----Original Message-----
> From: Mike Wannamaker 
> [mailto:[EMAIL PROTECTED] 
> Sent: Montag, 28. August 2006 18:31
> To: 'dev@castor.codehaus.org'
> Subject: RE: [castor-dev] Castor Supporting Non Bean Type Classes?
> 
> I was just wondering if you had a chance to look at this?
> 
> Mike Wannamaker
> Senior Software Developer 
>  
> 
> -----Original Message-----
> From: Mike Wannamaker 
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 23, 2006 10:01 AM
> To: 'dev@castor.codehaus.org'
> Subject: RE: [castor-dev] Castor Supporting Non Bean Type Classes?
> 
> Also I am using 1.5.0_07 on windows XP 
> 
> Mike Wannamaker
> Senior Software Developer 
>  
> 
> -----Original Message-----
> From: Mike Wannamaker 
> [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 23, 2006 8:31 AM
> To: 'dev@castor.codehaus.org'
> Subject: RE: [castor-dev] Castor Supporting Non Bean Type Classes?
> 
> Included is a test case.  I tested both 1.0.2 and 0.9.6 and 
> it works the same for me?
> 
> Mike Wannamaker
> Senior Software Developer 
>  
> 
> -----Original Message-----
> From: Werner Guttmann [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 23, 2006 1:51 AM
> To: dev@castor.codehaus.org
> Subject: RE: [castor-dev] Castor Supporting Non Bean Type Classes?
> 
> Mike,
> 
> Can you put your little sample into context for me, iow 
> supply me with a fully working e.g. JUnit test case ? 
> 
> Werner
> 
> > -----Original Message-----
> > From: Mike Wannamaker
> > [mailto:[EMAIL PROTECTED]
> > Sent: Dienstag, 22. August 2006 22:22
> > To: 'dev@castor.codehaus.org'
> > Subject: RE: [castor-dev] Castor Supporting Non Bean Type Classes?
> > 
> > I'll see if I can in the future.  Currently working two jobs so I'm 
> > kinda hard-pressed with time at the moment.
> > 
> > I have another question
> > 
> > Why does this signature work
> > 
> >     private PTMTestObject m_Event;
> > 
> >     public Object getEvent()
> >     {
> >             return m_Event;
> >     }
> > 
> > But this signature doesn't?
> > 
> >     public PTMTestObject getEvent()
> >     {
> >             return m_Event;
> >     }
> > 
> > When I marshall out this object and the signature returns 
> > PTMTestObject then I get empty xml file, but if I change it 
> to Object 
> > it writes it out properly?  I tested just writing out the 
> > PTMTestObject itself and that works fine?
> > 
> > 
> > Mike Wannamaker
> > Senior Software Developer
> >  
> > 
> > -----Original Message-----
> > From: Werner Guttmann [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, August 19, 2006 4:15 PM
> > To: dev@castor.codehaus.org
> > Subject: Re: [castor-dev] Castor Supporting Non Bean Type Classes?
> > 
> > Mike,
> > 
> > as it stands currently, Castor does not support (un)marshalling 
> > private /protected properties. There's been a discussion 
> about adding 
> > this support some weeks ago, and I think we have come to an 
> agreement 
> > that this will eventually be added.
> > 
> > How would you feel about coming up with a patch to be reviewed ?
> > 
> > Werner
> > 
> > Mike Wannamaker wrote:
> > > When is castor going to support non bean type classes.  IE: 
> > I have a
> > > class with private fields, like m_strID.  I don't have 
> any get/set 
> > > methods for this field as it's the classes contract not 
> to, however 
> > > it's important
> > that
> > > these values get marshaled/unmarshaled properly.
> > > 
> > > 
> > > 
> > > Mike Wannamaker
> > > Senior Software Developer
> > > 
> > > 
> > > 
> > 
> ---------------------------------------------------------------------
> > > To unsubscribe from this list please visit:
> > > 
> > >     http://xircles.codehaus.org/manage_email
> > > 
> > > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> > 
> >     http://xircles.codehaus.org/manage_email
> > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe from this list please visit:
> > 
> >     http://xircles.codehaus.org/manage_email
> > 
> > 
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to