Gosh I feel like I'm doing something very stupid. On all the s3 clients I've downloaded (the one for firefox, cloudberry, etc), They all want me to enter an "access key" and a "secret key". I guess...
Type: Posts; User: kneumei; Keyword(s):
Gosh I feel like I'm doing something very stupid. On all the s3 clients I've downloaded (the one for firefox, cloudberry, etc), They all want me to enter an "access key" and a "secret key". I guess...
Looks like S3 Browse has been discontinued (http://blog.s3browse.com/). Are there any instructions on how to browse an s3 repository with another client? I downloaded a stand alone client and one for...
I was able to download the binary files using the maven configuration above. Now I need to see the source of the tomcat activator bundle. I know it should be easy to do using maven, but I don't know...
I know that this isn't an answer to they question you asked, but I was able to get an RMIProxyFactoryBean to work programatically like this
RmiProxyFactoryBean proxy = new...
I have an application where I want to use JaxWsPortProxyFactoryBean to create a JaxWSPort for me so I can talk to a web service. The problem is that the address of the webservice is not known when...
So I figured out the problem. Even though the two objects seem like they should be symmetrical, they are not because I think the RmiServiceExporter transmits the clientSocketFactory over the wire to...
It appears that something is missing from the RmiProxyFactoryBean.
On the RmiServiceExporter I can set these properties:
serverSocketFactory
clientSocketFactory
registryServerSocketFactory...
I have read in several places that I should separate out "osgi stuff" from "regular bean stuff" and place them in two separate spring xml files so that testing becomes easier. For example, instead...
I have a bit more information on this problem: it doesn't seem to have anything to do with m2eclipse. When I execute the following command:
mvn archetype:create ...
Hi,
I used M2Eclipse to create a new project using the Spring OSGi Maven2 Archetype. After I created the project, eclipse complained that there was no Manifest.MF file. So I looked at the...