Questions tagged [apache-ace]

Apache ACE is a software distribution framework that allows you to centrally manage and distribute software components, configuration data and other artifacts to target systems. It is built using OSGi and can be deployed in different topologies. The target systems are usually also OSGi based, but don't have to be.

Apache ACE is a software distribution framework that allows you to centrally manage and distribute software components, configuration data and other artifacts to target systems. It is built using OSGi and can be deployed in different topologies. The target systems are usually also OSGi based, but don't have to be.

When assembling software out of reusable components, the task of deploying software onto an ever increasing number of targets is not trivial to solve. This becomes even harder when these targets require different components based on who's using them.

Apache ACE allows you to group those components and assign them to a managed set of targets. This allows you to distribute updates and new components easily, while keeping a full history of what was installed where during what period. It also helps you setup an automated development, QA/testing, staging and production environment.

If you want to learn more about how to use Apache ACE, go to the User Documentation and start with A brief introduction. If you are interested in becoming involved, check out our Mailing Lists and finally, to gain a deeper understanding of the software, read the available Developer Documentation which explains how to build the software and the overall Software Architecture.

Official Website: http://ace.apache.org/

Useful Links:

29 questions
0
votes
1 answer

How to add custom bundles part of the Target?

I am working on server-allinone in Eclipse. I would like to make some custom bundles part of the basic bundles running on the Target. Is there a way to do so from the configurations?
Bleza
  • 1
  • 1
0
votes
1 answer

Connecting to Apache Ace Server with Custom Launcher

I'm trying to setup a custom launcher to connect to an Apache ACE server, but I can't seem to find any documentation that covers the process. About the only thing I was able to find was that I apparently need to use the Apache ACE Agent, thanks to…
DGolberg
  • 2,109
  • 4
  • 23
  • 31
0
votes
1 answer

Apache ACE Agent integration with Apache Felix embedded in Tomcat?

I have follow up question on Apache ACE together with Apache Felix embedded in Tomcat? After version 1.0 onward (0.8.1 onward) i am unable to see latest Maven repository available for retrieval of org.apache.ace.agent? I am newbie on Apache ACE.…
Abhay
  • 63
  • 1
  • 7
0
votes
1 answer

Apache Ace as a Service

I am trying to setup/configure Apache ACE for the first time. It seems like I got everything running correctly but I would like to have ACE startup automatically when the Linux box starts. I created the init.d script below which does starts up ACE…
Jon H
  • 339
  • 7
  • 18
0
votes
1 answer

Apache ACE together with Apache Felix embedded in Tomcat?

I am wondering whether there is a more or less easy solution for the following situation. We have a web application that is using OSGI bundles. The application is deployed in Tomcat and embeds the Apache Felix framework as described in the…
0
votes
1 answer

Adding Apache ACE target configuration files

Does anyone know how to put/load configuration files required for a target in Apache ACE other than configurator? I am using apache configurator to pick .cfg files from conf directry but i always get the error: *ERROR* Unexpected problem providing…
Oliver
  • 5
  • 2
0
votes
1 answer

Failure in artifact upload in Apache ACE

I have seen in the documentations of ACE that one of the reasons for failure during upload of new artifacts is when type of artifact is not recognized. But what are the other reasons? For example why this error occurs even after uploading a jar…
anon
0
votes
1 answer

Integrate Apache ACE with Equinox

I've read in the documentations of Apache Ace 2 that it works with Equinox OSGi targets as well, but I can't find out how to configure it. I am aware there is already p2 for Equinox but I also want to integrate it with the Ace software. I've found…
anon
0
votes
3 answers

OSGi: How to know if a bundle was updated

In OSGi (Apache Felix 4.2.1), I want my bundles to check for updates automatically on startup. I do this with the following code (in my "management agent"). How can I tell whether a bundle was updated? Bundle[] bundles = context.getBundles(); for…
Philipp
  • 4,659
  • 9
  • 48
  • 69
0
votes
1 answer

How to test or view the installed OSGI bundles in Apache Ace

I have created the sample application with OSGI. I have deployed in the Apache Ace. It is in the apache-ace-1.0.0-bin\server-allinone\store path. How can I test/view the application? For eg: http://localhost:8080/test/index.jsp How can I proceed…
George Viju
  • 413
  • 1
  • 5
  • 23
0
votes
1 answer

Is there any rules-engine in Apache ACE to skip UI actions: register target, install distribution?

Is there any rules-engine I can configure in such a way: register targets that match a filter (targerID=com.acme.ace.test.target.*) install distribution1 to targets that match a filter (targerID=com.acme.ace.test.target.local-*) install…
Dmytro Pishchukhin
  • 2,369
  • 1
  • 14
  • 19
0
votes
1 answer

Apache ACE XML repository

Currently, XML file based repositories have been used in Apache ACE. Can we change them to make DBMS based? If yes, any guidelines are available?
Vinod
  • 1,076
  • 2
  • 16
  • 33
0
votes
1 answer

How to Provision Bundle committed through HTTP API in Apache Ace

I am committing a bundle(say Test.jar) to the Apache Ace Repository using the HTTP API, http:///repository/commit?customer=apache&name=shop&version=2. After this how can i provision this bundle to a target?
Ayushi
  • 405
  • 1
  • 9
  • 19
0
votes
1 answer

Relationship between obr and repository in apache ace

What is the relationship between the repositories that is accessed using /obr and /repository in Apache ACE??
1
2