Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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
-
MULE-3194
Loanbroker example's dist pom is missing the mule dependencies repo definition
-
Activity
| Assignee | Dirk Olmes [ dirk ] |
| Labels | ||
| Fix Version/s | 2.0.1 [ 10266 ] | |
| Priority | To be reviewed [ 6 ] | Major [ 3 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] | |
| Labels |
| Workflow | Copy of Main Mule Workflow [ 59416 ] | Fixed Main Mule Workflow (after JIRA upgrade) [ 62690 ] |
| Workflow | Fixed Main Mule Workflow (after JIRA upgrade) [ 62690 ] | Copy of Main Mule Workflow [ 66393 ] |
| 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 | |||||
|---|---|---|---|---|---|---|---|---|---|
|
13h | 1 | Dirk Olmes | 17/Apr/08 10:43 PM | |||||
|
3h 19m | 1 | Dirk Olmes | 18/Apr/08 02:03 AM |
- 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
What? Have they screwed up the repo again?