Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004097 [Hessian] minor always 06-30-10 17:25 06-30-10 17:25
Reporter ferg View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0004097: hessian sesson management
Description (rep by sweigersf)

and my client (which runs as a normal Java SE process using a SE bootstrapped CDI container like Weld or ResinContainer):

Code:

public class AppStart {

    @Produces
    @ApplicationScoped
    public RemoteInvocationHandler getRemoteInvocationHandler()
            throws Exception {
        HessianProxyFactory factory = new HessianProxyFactory();
        RemoteInvocationHandler remote = (RemoteInvocationHandler) factory
                .create(RemoteInvocationHandler.class,
                        "http://localhost:8080/alchemy-no-test-app-web/remoteInvocation"); [^]
        return remote;
    }
}

How can I enable the use of sessions from my SE application? I assume there must be some way to create and destroy a client session similar to what HttpClient does, but alas my knowledge of Hessian is a bit limited.
Edit/Delete Message
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
06-30-10 17:25 ferg New Issue


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker