fuse

access Spring context in OSGi bundle

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...

Has anyone succesfully got Tomcat running via Spring OSGi Web in ServiceMix4?

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...

Fuse filesystem problem : Strange behaviour with read()

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...

FUSE was hanging when try to get ppid of context when executing files

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...

Filesnames with FUSE and IMAP

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...

Why does Activemq-web-console does not work on Fuse Servicemix 4.3.0-fuse-02-00?

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. ...

Why is FUSE ESB (ServiceMix) 4.3 shutting down on linux if I leave karaf console?

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...