You could try marking your field/method with @XmlTransient so it's not included.

Matt

On 12/27/07, Fred Forester <[EMAIL PROTECTED]> wrote:
>
> Thanx for the info.  I have getter setter methods for the fields in the
> pojo and all the fields are defined in the wsdl. and all that works fine
> when ALL fields are selected from the query. the problem seems to happen
> when only a few fields are selected.
>
>
>
> GAFFAR Abdul Khaliq wrote:
> > Fred,
> >
> > I have also encountered the same problem .This happens with userService Web 
> > service which ships with appfuse.Only way I solved this issue was by 
> > defining getter and setter methods.
> >
> > Regards,
> > Khaliq
> >
> >
> >
> > ________________________________
> >
> > From: Fred Forester [mailto:[EMAIL PROTECTED]
> > Sent: Thu 12/27/2007 1:34 AM
> > To: users@appfuse.dev.java.net
> > Subject: [appfuse-user] xfire defines all fields in wsdl
> >
> >
> >
> >
> > Hi All,
> >
> > I have 2 services (hibernate daos) one does a select *  works fine.
> > another does a select fld1,fld2 and xfire bombs out with
> >
> > org.codehaus.xfire.XFireRuntimeException: Couldn't get property 
> > {http://mode <http://mode/>
> > l.reductions.epstrategies.com}adjtime from bean [Ljava.lang.Object;@1301061.
> >
> > seems the default wsdl defines ALL of the fields in the bean and seems
> > to require them.
> >
> > will I have to maintain seperate wsdl files?
> > other options?
> >
> > Thanx in advance
> > Fred
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > Confidentiality Statement:
> >
> > This message is intended only for the individual or entity to which it is 
> > addressed. It may contain privileged, confidential information which is 
> > exempt from disclosure under applicable laws. If you are not the intended 
> > recipient, please note that you are strictly prohibited from disseminating 
> > or distributing this information (other than to the intended recipient) or 
> > copying this information. If you have received this communication in error, 
> > please notify us immediately by return email.
> > -----------------------------
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to