You don't need to turn off the DB during build.  I'm just suggesting you remove

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

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]

Reply via email to