seam
How to configure a Seam web service under WebLogic?
I have an existing Seam web service that I\'m attempting to port from Glassfish to WebLogic. I have the code up and running and the web service is responding; however, whenever the web service code at[详细]
2023-04-04 20:51 分类:问答What is the session size in Seam?
I would like to know my session size in my application to optimize it.To find this size, I use mat which does a heap dump and 开发者_Go百科analyzes it.[详细]
2023-04-04 17:24 分类:问答Why am I getting corrupt excel files when generating them in my java seam application with apache poi api
I\'m trying to create an excel spreadsheat in my seam java application. This is my setup: web.xml: <servlet>[详细]
2023-04-03 15:52 分类:问答Oracle and Seam Transaction problem
I have a procedure that change the values from an object and after i have called the procedure i do a search to find the changed object but it still with the same value, instead of the value is alread[详细]
2023-04-03 10:23 分类:问答how to force new session cookie / sessionId when switching from http to https (in Tomcat)
my question upfront is: When changing from http to 开发者_如何学Pythonhttps: How do I enforce on Tomcat that the value of the JSESSIONID / (i.e. the session cookie) gets changed?[详细]
2023-04-02 21:48 分类:问答Seam in JBoss Application Server 7?
Which Seam fram开发者_StackOverflowework version is supported in JBoss AS 7? I am planning to use Seam2.2.2, is it compatible with Jboss AS 7?Yes and no.[详细]
2023-04-02 19:23 分类:问答How to redirect page request by user loggedin
I am developing a site with Seam 3 and JBoss 7. I\'m using Seam security and JSF. The front page of the site has the login controls. When the user enters his credentials he is redirected to his user p[详细]
2023-04-02 09:21 分类:问答Seam - Problems with IdentityManager.isUserEnabled()
I have a JBoss Seam app that leverages Seam\'s IdentityManager and JpaIdentityStore components for handling user account creation and authentication.My components.xml file is setup correctly, and I\'m[详细]
2023-04-01 18:45 分类:问答How to provide backbutton support with seam
Seam has support for back button. However, i\'m running into seam projects that have decided to limit back button support by limiting the amount of conversations that are kept in memory. Keeping every[详细]
2023-03-31 11:17 分类:问答Seam FORM problem
I have a simple form method... <form method=\"POST\" action=\"j_security_check\"> <table> <tr>[详细]
2023-03-31 08:38 分类:问答