Re: Problems with PSMLDocument.java

2002-03-19 Thread Paul Spencer
Document does. > I am pretty much a java newbie so if I am missing something obvious please > tell me. > Thanks > Mark > > > > > -Original Message- > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 5:42 PM > To: Jetspeed

RE: Problems with PSMLDocument.java

2002-03-19 Thread Burmeister, Mark
: Re: Problems with PSMLDocument.java Mark, Why are you not using the PSMLDocument class define in org.apache.jetspeed.om.profile.PSMLDocument? Paul Spencer Burmeister, Mark wrote: > I am trying to use the inDocument method in PSMLDocument.java. > Every time I try to create a reference t

Re: Problems with PSMLDocument.java

2002-03-18 Thread Paul Spencer
Mark, Why are you not using the PSMLDocument class define in org.apache.jetspeed.om.profile.PSMLDocument? Paul Spencer Burmeister, Mark wrote: > I am trying to use the inDocument method in PSMLDocument.java. > Every time I try to create a reference to that class with the following line > of c

Problems with PSMLDocument.java

2002-03-18 Thread Burmeister, Mark
I am trying to use the inDocument method in PSMLDocument.java. Every time I try to create a reference to that class with the following line of code: PSMLDocument userAccepted = new PSMLDocument( data ); I get the following exception: Horrible Exception: java.lang.NullPointerException at org.a