Jacek,
I posted this in the other thread but will post it here as well.
I hit both of these errors. I was seeing the getName() error (which was
why I proposed skipping the tests). However, when I moved my repository
from "C:\Documents and Settings\bohn\.m2\repository" to "c:\m2repo" it
got me past this problem in addition to getting me past the MalformedURL
Exception issue. I can't explain it ... but it did work. Perhaps if
you set your repository location to a shorter path name it might also
resolve the getName() error for you too.
Joe
Jacek Laskowski wrote:
On 9/8/06, Sergey Elin <[EMAIL PROTECTED]> wrote:
No, it was well known error with undefined getName()
I don't think so. I'm seeing two build failures pertaining to the
OpenEJB 2 build:
* java.lang.NoSuchMethodException:
org.openejb.deployment.DeploymentTestSuite.getName() -
http://jira.codehaus.org/browse/OPENEJB-262
* java.net.MalformedURLException: no protocol: and -
http://jira.codehaus.org/browse/OPENEJB-263
While the latter is simple to fix, the former is what I was referring
to and couldn't work out.
I wonder why I'm facing it while others do not.
Jacek