Questions tagged [fusefabric]

Fuse Fabric is a provisioning, configuration and management solution for Apache Karaf, Apache ServiceMix and Fuse

Fuse Fabric is a provisioning, configuration and management solution for Apache Karaf, Apache ServiceMix and Fuse. The open source project is now called fabric8

Project on Github

20 questions
3
votes
2 answers

Apache Mesos + Docker + Karaf Cellar Cluster

I'm having a Mesos Cluster up and running (1 Master and 2 Slaves) with Marathon. I use docker as the container in Mesos/Marathon. I have a Karaf docker that will be launched in Marathon as a Cluster. I'm planning to use Cellar of Fabric as Karaf's…
Shan
  • 2,141
  • 2
  • 17
  • 32
3
votes
1 answer

Fuse ESB admin command not found

I use jboss fuse 6.0.0 in windows and start the container using the bin/fuse.bat. The etc/users.properties is modified to add the line admin=admin,admin. At first the admin command acts as normal. I have admin:list showing all the containers,…
Liang Wang
  • 85
  • 1
  • 8
2
votes
0 answers

Apache Camel JPA: Using the output attribute of one entity to query another entity

I am trying to use camel-jpa component with the hibernate provider and Named queries. It works great with a small caveat... I have an event queue table which is logs state changes to different entity objects like incident, request, change in a…
2
votes
1 answer

FuseFabric - Add a config file via console

In FuseFabric we can add configuration files using the web console, using the Config Files Tab and just write the name of the configFile and inside it the properties foo=foo Well, this is very simple, and my question is: How can I do this using the…
mmpedraza
  • 358
  • 3
  • 12
1
vote
0 answers

Aries JPA - Application fails to start - Waiting for PersistenceFactory - No PersistenceContextProvider

We are using Fuse 6.1. We are trying to use Aries JPA with hibernate with blueprint. I am unable to get Entity Manager. Here are my configuration Persistence.xml
1
vote
1 answer

JBOSS FUSE without Fuse MQ Details and Camel Details

I noticed on fabric container management console I couldn't find the Fuse MQ Details and Camel Details which is mentioned in JBOSS FUSE documentation. Tried to add mq related profiles to the container, But I couldn't find the Fuse MQ Details and…
user3500159
  • 25
  • 2
  • 6
1
vote
2 answers

Fabric8 CXF endpoints security with TLS... possible?

I would have a question about the wonderful tool that I just discovered named fabric8 (http://fabric8.io). When I deploy a CXF SOAP service into the system, it is available at http://${HOSTNAME}:8181/cxf. Until now, all our stack was deployed into a…
Jerome
  • 61
  • 9
1
vote
2 answers

Fuse Fabric: How to delete a configuration PID from a profile?

I began modifying a profile and made some mistakes along the way. Because of this I have PIDs in the profile which I'd like to delete entirely. These can be seen in the fabric:profile-display default output shown at the bottom of this post. They…
KomodoDave
  • 7,239
  • 10
  • 60
  • 92
0
votes
1 answer

Publishing and Accessing OSGI Service with JBoss Fuse Fabric

I have an OSGi service that I exposed and deployed on jboss fuse fabric. now I need to access this service from another bundle deployed on another container in jboss fuse fabric. but the service is not accessible in client container. jboss fuse…
M-E
  • 168
  • 4
  • 19
0
votes
1 answer

Instance already started issue

I am unable to start or stop the fabric container, I am getting the error. Please find the below screen shots. fabric Status Error while starting and stopping
0
votes
2 answers

jboss-fuse-6.3.0.redhat-187 Fabric ssh script Error - Command not found: function

Created a Fabric Root started ./fuse and then executed bellow command fabric:create --wait-for-provisioning --verbose --clean --new-user admin --new-user-role admin --new-user-password admin --zookeeper-password zoopassword --resolver manualip…
0
votes
2 answers

Issue installing hazelcast 3.6.5 in Jboss Fuse 6.2.1 (Fabric Managed)

I'm trying to install hazelcast-all-3.6.5 version in Jboss Fuse 6.2.1 server (Fabric Managed). Upon installation it throws the following error. Unable to update agent org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing…
Venkat
  • 314
  • 3
  • 10
0
votes
2 answers

Blueprint [Karaf] - Spring Orm - Hibernate - LocalSessionFactoryBean - Entity Vo object class not found

I am using Fuse Fabric 6.1.0-redhat-379. We migrating spring based application to blueprint osgi application. Previously we are using spring orm with hibernate for accessing db. I tried to port the spring orm (service mix bundles) to blueprint…
0
votes
1 answer

Karaf & Pax Web jetty specific SslConnectionFactory

I'm trying to setup a specific jetty SSL context factory inside Karaf (in fact, Fabric8 (www.fabric8.io)). I do this directly into the jetty.xml file:
Jerome
  • 61
  • 9
0
votes
1 answer

Active - Passive Fuse FTP interfaces using Idempotent repository

We have a clustered environment where same camel ftp endpoint is installed on multiple fuse instances. I want message(file) to be consumed by only one fuse instance. I am planning to achieve this by implementing IdempotentRepository interface with…
gnanagurus
  • 883
  • 1
  • 12
  • 29
1
2