jboss « Session « Java Enterprise Q&A





1. Sharing session across domain    stackoverflow.com

Currently we are facing a problem with sharing a same session across subdomains. we are using Jboss server. Users access the site corresponding to their locale say en_US that has ...

2. Is it a possible to invalidate an individual session in JBoss through JMX?    stackoverflow.com

We are tracking down some memory issues in our application and we have visibility into the size of our sessions where the problem seems to be. It is only affecting ...

3. Restore session after restart in JBoss    stackoverflow.com

Can I somehow restore the session on JBoss after restart? I want to use it on my development machine.

4. FileIO from an stateless session bean    stackoverflow.com

I need to read and write xml files to disk from a stateless session bean running in JBoss. What is the preferred way of doing this? Right now we are accessing the ...

5. Count active sessions in J2EE app deployed on JBoss 3.2.1    stackoverflow.com

I manage a J2EE application which is deployed on JBoss 3.2.1. As part of my service to my client I want to provide reports which show the number of active ...

6. Getting Active Session counts with JMX (Java Management Extensions) API    stackoverflow.com

I'm trying to use JMX API to get active session counts for a web application.

  1. Is it possible to use JMX API to get this kind of information?
  2. If yes, how reliable would ...

7. Jaas session replication on JBoss 4.2.0    stackoverflow.com

I've looked the web through and through in the search of answer to my problem but with no result so I reckon that's the ultimate place when anybody can have a ...

8. Share Session between 2 J2EE applications Deployed in JBOSS Server    stackoverflow.com

I have 2 J2EE applications which needs to share some common user related data of logged in user. Is there anyway by which i can store these data in session ...

9. EJB as Web Service - Session Timeout    stackoverflow.com

I would like to know how to increase the session-timeout of an EJB-based Web Service. Can the automatically created web.xml found in the JBOSS_HOME/server/default/tmp/deploy/WebService.war/WEB-INF be modified or customize the creation of this ...





10. JBoss Session Timeout    stackoverflow.com

I'm trying to write the part of my app so that it handles session timeouts gracefully, but I can't seem to control how the duration of time before a timeout occurs ...

11. JBoss view active user sessions    stackoverflow.com

We have a JBoss server with a single J2EE on it. I wish to find out who are the current active users using that application. Does JBoss give me any utilities ...

12. How to provide an anonymous access to EJB3 session bean?    stackoverflow.com

I would like to provide an anonymous access to EJB3 Session Bean. So that independently of other beans (secure they or not) I could access my bean simply with:

InitialContext ctx = ...

13. Are there any built-in method for obtaining a list of existing EJB3 Sessions?    stackoverflow.com

I use JBoss 5. I would like to destroy sessions manually. Are there any way to query container for sessions of particular type, for particular authenticated user. Or at least, query ...

14. Jboss AS 5 web sessions in infinispan    stackoverflow.com

How can I get JBoss AS 5 web sessions to be maintained in Infinispan?

15. Has anyone integrated Terracotta EHcache + WebSession with JBoss?    stackoverflow.com

I`m using JBoss 5.1.0 GA with Terracotta EHcache(with Hibernate). This setup works fine but when I try to add Terracotta WebSessions I get

09:28:11,894 ERROR [CoyoteAdapter] An exception or error occurred ...

16. un-editable cookie    stackoverflow.com

We are trying to implement session sharing across web application with in same Jboss. We are using JSessionId cookie as the key to store session ids in the application contenxt, so that ...





17. Where would you implement sticky session / session persistence / distributed session in your stack?    stackoverflow.com

If you had to implement sticky session / session persistence / distributed sessions, where would you do it? The load balancer where the traffic comes in from the outside The apache instance where ...

18. pros and cons of Multi session webtools    stackoverflow.com

I have a website which is used by a call center. Now they are requesting to allow multi session for that web so that one user can login from multiple systems. I ...

19. Mybatis not open session inside JBOSS by LinkageError    stackoverflow.com

I'm testing mybatis 3.0.6 with JBOSS 4.3 but I can't open a session. I installed JBOSS today (on Ubuntu), is empty, only other ear and I put the driver for postgress and ...