Aaron,
Yes, that is my problem. I am only allowed SSL connection to the db, I
did try to
remove the lines, but the build failed during the 'access' to the db
phase (as you noted).
Is this a maven2 issue? I even tried CDATA block, but I guess the XML
parser does not like it.
Thanks


On 10/3/06, Aaron Evans <[EMAIL PROTECTED]> wrote:
You don't need to turn off the DB during build.  I'm just suggesting you remove

 ?ssl=true&amp;sslfactory=org.postgresql.ssl.NonValidatingFactory&amp;

for the build and then put it back into the context.xml so it runs
with these options in production.

Of course this assumes your DB will accept non-ssl connections during
the build process...

On 10/3/06, Raj M <[EMAIL PROTECTED]> wrote:
> Aaron,
> I could try that. But I don't which profiles to use to turn off the
> 'db' during the test/build.
> Is it 'nodb'?.
> Thanks
>
> On 10/3/06, Aaron Evans <[EMAIL PROTECTED]> wrote:
> > Could you leave the extra params out for the build and then put them
> > back into jetspeed's context.xml once it is built?
> >
> > On 10/2/06, Raj M <[EMAIL PROTECTED]> wrote:
> > > Greetings,
> > > I am trying to do a source build where I need to connect to the DB
> > > using additional
> > > query parameters as below:
> > >
> > > 
<org.apache.jetspeed.test.database.url>jdbc:postgresql://xyz.com/testDB?ssl=true&amp;sslfactory=org.postgresql.ssl.NonValidatingFactory&amp;</org.apache.jetspeed.test.database.url>
> > >
> > > But, maven2 keeps complaining about '=' in the value parameter. Is
> > > there any way to pass the
> > > additional parameters. Here is the exception list:
> > > ====
> > > Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException:
> > > entity reference name can not contain character =' (....
> > > ====
> > >
> > > Thanks
> > > MK
> > >
> > > ---------------------------------------------------------------------
> > > 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]
>
>

---------------------------------------------------------------------
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