Hi Ivan,

Could you paste the full error here? Maven has sometimes cryptic ways to
explain you what's wrong. Also did you set some environment specific maven
properties on your machine (like a build.properties in your user home)?
Users have had some difficulties because their Maven repository wasn't at
the default location (and some Maven plugins don't support that properly).

Cheers,
Matthieu

On 3/28/07, ibiddles <[EMAIL PROTECTED]> wrote:


Dear Matthew,

> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNAPSHOT

I am getting the same problem as Kri reported (above).

> You'll need to build the ode-jpa-ojpa-derby module explicitly. Just do:
> cd dao-jpa-ojpa-derby
> mvn install
> cd ..
> mvn install
>
> That should fix your problem.

I followed your instructions and the first "mvn install" completed
successfully, but the same error occurred on the main install. I checked
my
local Maven repository and the ode-jpa-ojpa-derby module is there.

I even tried an explicit "mvn install:install-filie" command which also
completed successfully, but again the main "mvn install" failed with the
same error message.

Do you have any idea what the problem might be?

Best wishes, Ivan


Matthieu Riou-2 wrote:
>
> Hi,
>
> You'll need to build the ode-jpa-ojpa-derby module explicitly. Just do:
>
> cd dao-jpa-ojpa-derby
> mvn install
> cd ..
> mvn install
>
> That should fix your problem.
>
> Cheers,
> Matthieu
>
> On 3/12/07, Krishnakumar B <[EMAIL PROTECTED]> wrote:
>>
>> I get the following error in bpel-runtime
unspecified:unspecified:jar:
>> 0.0
>> How to fix this?
>>
>> [artifact:dependencies] An error has occurred while processing the
Maven
>> artifac
>> t tasks.
>> [artifact:dependencies]  Diagnosis:
>> [artifact:dependencies]
>> [artifact:dependencies] Failed to resolve artifact.
>> [artifact:dependencies]
>> [artifact:dependencies] Missing:
>> [artifact:dependencies] ----------
>> [artifact:dependencies] 1)
>> org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNAPSHOT
>> [artifact:dependencies]
>> [artifact:dependencies]   Try downloading the file manually from the
>> project web
>> site.
>> [artifact:dependencies]
>> [artifact:dependencies]   Then, install it using the command:
>> [artifact:dependencies]       mvn install:install-file -DgroupId=
>> org.apache.ode
>> -DartifactId=ode-jpa-ojpa-derby \
>> [artifact:dependencies]           -Dversion=2.0-SNAPSHOT-Dpackaging=tar
>> -Dfile=
>> /path/to/file
>> [artifact:dependencies]
>> [artifact:dependencies]   Path to dependency:
>> [artifact:dependencies]         1) unspecified:unspecified:jar:0.0
>> [artifact:dependencies]         2)
>> org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNA
>> PSHOT
>> [artifact:dependencies]
>> [artifact:dependencies] ----------
>> [artifact:dependencies] 1 required artifact is missing.
>> [artifact:dependencies]
>> [artifact:dependencies] for artifact:
>> [artifact:dependencies]   unspecified:unspecified:jar:0.0
>> [artifact:dependencies]
>> [artifact:dependencies] from the specified remote repositories:
>> [artifact:dependencies]   central (http://repo1.maven.org/maven2)
>> [artifact:dependencies]
>> [artifact:dependencies]
>> [artifact:dependencies]
>> [INFO]
>>
------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>>
------------------------------------------------------------------------
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> ----------
>> 1) org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>       mvn install:install-file
>> -DgroupId=org.apache.ode-DartifactId=ode-jpa-ojp
>> a-derby \
>>           -Dversion=2.0-SNAPSHOT -Dpackaging=tar -Dfile=/path/to/file
>>
>>   Path to dependency:
>>         1) unspecified:unspecified:jar:0.0
>>         2) org.apache.ode:ode-jpa-ojpa-derby:tar:2.0-SNAPSHOT
>>
>> ----------
>> 1 required artifact is missing.
>>
>> for artifact:
>>   unspecified:unspecified:jar:0.0
>>
>> from the specified remote repositories:
>>   central (http://repo1.maven.org/maven2)
>>
>> Rgds
>> Kri
>>
>
>

--
View this message in context:
http://www.nabble.com/Error-in-bpel-runtime-tf3390108.html#a9722252
Sent from the Apache Ode User mailing list archive at Nabble.com.


Reply via email to