I have an OSGi bundle that uses the bundle-context.xml file to initialize a bean.
<bean id="myBean" class="test.MyClass">
<property name="output" value="test"/>
</bean>
I have a factory class that needs to get the bean instance. In the non-OSGI world, I've always just the following to initialize the context and get a handle to a...
We've been using Fuse's Apache ServiceMix version 4.2.0-fuse-02-00 for a while now for standard OSGi applications and have been fairly successful. We've also been leveraging CXF for making web services available.
Now we'd like to deploy our webapps to servicemix4 and leverage the OSGi layer for dependencies and services. However it seem...
I am working on a Fuse filesystem and I am running into a strange problem when I do a read
Basically I have a fuse client that implements the read() function..
say xmp_read(const char *path, char *buf, size_t size, off_t offset,
struct fuse_file_info *fi)
{
}
Here in the read, lets say i am copying (using memcpy/strcpy) a pa...
Hi, all
I've tried to insert a piece of code in a prototype file system written in FUSE that can get ppid from the calling process id (fuse_get_context()->pid). It works well for normal read/write operations. However, if one program is going to execute a file (only on Mac OSX), this fs quits after hanging for a long time. The code is fo...
I want to build a fuse-filesystem with IMAP4 in python. As filename I would like to use the subject of each mail. So I can rename the filenames and with this the Subjects.
But subjects can be used several times in one directory, so this breaks the common filesystem rules.
I wouldn't like to use a difficult directory-system (like here) no...
Hi,
I am unable to get activemq-web-console up and running after following instructions located at:
http://activemq.apache.org/osgi-integration.html
or
this thread:
*ttp://stackoverflow.com/questions/3652151/unable-to-install-activemq-web-console-in-fuse-service-mix
In short, the steps I followed:
1) Fresh copy of Fuse Servicemix.
...
I use ServiceMix 4.2 on my local Windows machine for development.
Now I installed a FUSE ESB 4.3 in a Linux environment and start it via SSHing on the linux machine. After leaving the karaf console the container always shuts down. How can I leave the karaf console with ServiceMix running?
(Might be just configuration, but I can't fin...