seam2
No ClassLoaders found for: org.hibernate.search.Version
I have a JBoss 4.2.2 GA server running for a Seam 2.2.0 GA project that connects to a database. I\'m trying to log in to my project through the log in screen (once the JBoss server is running), but I[详细]
2023-03-27 00:55 分类:问答Seam Framework Clustering: Login state NOT replicating (Seam 2.2.2 + Tomcat 6.0.32)
I am currently trying to make an application written from scratch to be deployable on a Tomcat 6.0.32 cluster, with session/state replication.[详细]
2023-03-26 11:47 分类:问答JBoss Seam Project errors
I have a JBoss Seam project that a coworker created about a year ago. I\'m taking over it now and it needs some work done. So I\'m trying to setup the project in Eclipse Indigo. Here is the list of th[详细]
2023-03-26 02:56 分类:问答Can't login with Seam's Identity Management
I\'m trying to create a login in Seam 2 with Seam\'s Identity Management. I\'m using mysql 5.1 for RDB. I already created a login page and modified components.xml for authentication. But here is the p[详细]
2023-03-24 23:38 分类:问答Seam 2, how to get the servletcontext?
I\'m in seam 2. How can I get the servlet context? I can do this: ServletContexts servletContexts = ServletContexts开发者_JAVA百科.getInstance();[详细]
2023-03-16 17:16 分类:问答How do I set query cache on a call issued by the seam engine
@In Identity identity; Boolean newValue = identity.hasPermission(target, action); Any call to the above method also does a \"select role from Role r\" call, which is called from the underlying seam[详细]
2023-03-15 07:26 分类:问答Mixing Seam and GWT using the Seam Context-filter
I am trying to add a GWT page to an existing Seam2 application.In the GWT page I am making use of GWT RPC to fetch data from the server.I need to give that GWT servlet access to the Seam conversation[详细]
2023-03-05 07:18 分类:问答@Destroy Annotation with Page Scoped Beans
I have a page scoped Seam component and it has a no-parameter void method annotated with @Destroy as is shown below. My problem is that destroy method is never called even if the browser page is chang[详细]
2023-02-24 04:35 分类:问答How to add custom filters in JBoss Seam
I am new to JBoss Seam. I have been having issues with a small project am working on. The project has some errors and unfortunately for me I cannot find out the exact cause of the errors. I get a java[详细]
2023-02-20 03:26 分类:问答EJB @Stateless + Seam @Scope(ScopeType.CONVERSATION) = @Stateful?
Im a new SEAM developer and for sure im really enjoyin开发者_如何学Cg the platform. im wondering wether a stateless session bean plus conversation scope has the same semantic by stateful session bean[详细]
2023-02-15 08:45 分类:问答