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?
Dirk Olmes made changes - 17/Apr/08 09:52 AM
Field Original Value New Value
Link This issue duplicates MULE-3194 [ MULE-3194 ]
Dirk Olmes made changes - 17/Apr/08 09:53 AM
Assignee Dirk Olmes [ dirk ]
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.
Dirk Olmes made changes - 17/Apr/08 09:54 AM
Labels
Fix Version/s 2.0.1 [ 10266 ]
Priority To be reviewed [ 6 ] Major [ 3 ]
Dirk Olmes made changes - 17/Apr/08 10:43 PM
Status Open [ 1 ] In Progress [ 3 ]
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
Dirk Olmes made changes - 18/Apr/08 02:03 AM
Status In Progress [ 3 ] Closed [ 6 ]
Resolution Fixed [ 1 ]
Labels
Andrew Perepelytsya made changes - 06/May/08 11:11 AM
Workflow Copy of Main Mule Workflow [ 59416 ] Fixed Main Mule Workflow (after JIRA upgrade) [ 62690 ]
Andrew Perepelytsya made changes - 15/May/08 10:19 AM
Workflow Fixed Main Mule Workflow (after JIRA upgrade) [ 62690 ] Copy of Main Mule Workflow [ 66393 ]
Andrew Perepelytsya made changes - 15/May/08 10:55 AM
Workflow Copy of Main Mule Workflow [ 66393 ] Fixed Main Mule Workflow (after JIRA upgrade) [ 70036 ]
Transition Time In Source Status Execution Times Last Executer Last Execution Date
Open Open In Progress In Progress
13h 1 Dirk Olmes 17/Apr/08 10:43 PM
In Progress In Progress Closed Closed
3h 19m 1 Dirk Olmes 18/Apr/08 02:03 AM
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
  • Repository mule on http://foo.bar/ failed: Error in remote call to 'FishEye 0 (http://foo.bar/)' (http://foo.bar) [AbstractRestCommand{path='/rest-service-fe/changeset-v1/listChangesets/', params={expand=changesets[-21:-1].revisions[0:29], comment=MULE-3237, p4JobFixed=MULE-3237, rep=mule}, methodType=GET}] : java.net.UnknownHostException: foo.bar

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.