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]

Reply via email to