Search:

Type: Posts; User: kneumei; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    6,635

    Gosh I feel like I'm doing something very stupid....

    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...
  2. Replies
    14
    Views
    6,635

    Looks like S3 Browse has been discontinued...

    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...
  3. Replies
    14
    Views
    6,635

    I was able to download the binary files using the...

    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...
  4. Replies
    2
    Views
    1,139

    I know that this isn't an answer to they question...

    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...
  5. using JaxWsPortProxyFactoryBean programmatically

    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...
  6. Replies
    1
    Views
    943

    So I figured out the problem. Even though the...

    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...
  7. Replies
    1
    Views
    943

    RmiProxyFactoryBean and SSL

    It appears that something is missing from the RmiProxyFactoryBean.

    On the RmiServiceExporter I can set these properties:

    serverSocketFactory
    clientSocketFactory
    registryServerSocketFactory...
  8. OSGi sets and unit testing services outside OSGi environment

    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...
  9. Replies
    4
    Views
    3,172

    I have a bit more information on this problem: it...

    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 ...
  10. Replies
    4
    Views
    3,172

    Manifest.MF file is not generating

    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...
Results 1 to 10 of 10