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
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.
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
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
I\'m in seam 2. How can I get the servlet context? I can do this: ServletContexts servletContexts = ServletContexts开发者_JAVA百科.getInstance();
@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
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
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
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
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