Is this just a general complaint or do you expect someone to be able
to respond effectively using the very little bit of information you've
provided about a transient problem with an unknown root cause?

Use mvn -e in the future with all builds. When you get a failure,
compare the output to what you got the last time it was successful.
Probably you'll find something different that you can deal with, or at
least send back to the list for other people's opinions.

Wayne

On 9/27/07, priyasubu <[EMAIL PROTECTED]> wrote:
>
> I seem to get a very weird maven behaviour
> Basically I sometimes get allmy tests to pass and sometimes get all mytimes
> to fail
>
> Caused by: java.lang.IllegalArgumentException: No attributes are implemented
>         at
> org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(DocumentBuilderFactoryImpl.java:98)
>         at
> org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader.validateResource(PersistenceUnitReader.java:172)
>         at
> org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader.readPersistenceUnitInfos(PersistenceUnitReader.java:133)
>         at
> org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.readPersistenceUnitInfos(DefaultPersistenceUnitManager.java:278)
>
>
> From thelooks of it its using a very old version of the xerces but when
> updating to a newer version of xerces 2.4.0 .. it seems to work sometimes
> looks like its getting different things on different runs in its calsspath
> --
> View this message in context: 
> http://www.nabble.com/weird-maven-behaviour-tf4531828s177.html#a12932769
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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