JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-3237

LoanBroaker pom.xml - missing Apache m2-incubating-repository

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0.0
  • Fix Version/s: 2.0.1
  • Component/s: Examples / Tutorials
  • Labels:
    None
  • User impact:
    Low
  • Similar Issues:
    None

Description

With loanbroker pom.xml this error is thrown:
Missing:
----------
1) org.apache.activemq:activemq-core:jar:4.1.0-incubator

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=4.1.0-incubator -Dpackaging=jar -Dfile=/pa
th/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=4.1.0-incubator -Dpackaging=jar -Dfile=/path
/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.mule.examples:mule-example-loanbroker-esb:jar:1.0
2) org.apache.activemq:activemq-core:jar:4.1.0-incubator

----------
1 required artifact is missing.

for artifact:
org.mule.examples:mule-example-loanbroker-esb:jar:1.0

from the specified remote repositories:
spring-snapshot (http://s3.amazonaws.com/maven.springframework.org/snapshot),
spring-milestone (http://s3.amazonaws.com/maven.springframework.org/milestone),
java.net (http://download.java.net/maven/1/),
codehaus (http://repository.codehaus.org),
codehaus-snapshots (http://snapshots.repository.codehaus.org),
central (http://repo1.maven.org/maven2)

After adding:
<repository>
<id>apache-m2-incubating-repository</id>
<name>Apache m2-incubating-repository</name>
<url>http://people.apache.org/repo/m2-incubating-repository/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
to pom.xml, org.apache.activemq:activemq-core:jar:4.1.0-incubator was downloaded.

Issue Links

duplicates

Bug - A problem which impairs or prevents the functions of the product. MULE-3194 Loanbroker example's dist pom is missing the mule dependencies repo definition

  • Critical - Crashes, loss of data, severe memory leak.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Hide
Permalink
Andrew Perepelytsya added a comment - 17/Apr/08 09:50 AM

What? Have they screwed up the repo again?

Show
Andrew Perepelytsya added a comment - 17/Apr/08 09:50 AM What? Have they screwed up the repo again?
Hide
Permalink
Dirk Olmes added a comment - 17/Apr/08 09:54 AM

Keeping this issue open because using the amq repo seems like the right thing to to instead of duplicating the dependencies in our third party repository.

Show
Dirk Olmes added a comment - 17/Apr/08 09:54 AM Keeping this issue open because using the amq repo seems like the right thing to to instead of duplicating the dependencies in our third party repository.
Hide
Permalink
Dirk Olmes added a comment - 18/Apr/08 02:03 AM

http://fisheye.codehaus.org/changelog/mule/?cs=11591

Show
Dirk Olmes added a comment - 18/Apr/08 02:03 AM http://fisheye.codehaus.org/changelog/mule/?cs=11591

People

  • Assignee:
    Dirk Olmes
    Reporter:
    Denis Kranjcec
Vote (0)
Watch (1)

Dates

  • Created:
    17/Apr/08 09:42 AM
    Updated:
    18/Apr/08 02:03 AM
    Resolved:
    18/Apr/08 02:03 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.