seam-faces + seam-security + jboss-as:7.1.0.Final + mavenhi , I'm working on a project where I'm migrating from seam2 to seam 3 . now during the migration I'm using seam-faces and seam-security . i was able to create a demo using these features which was a web proje...
Seam 3: Persistence module and DroolsI added the persistence module to my project, however it throws a ClassNotFoundException because it's missing drools. I go to seam's website to download the drools module, but it's no longer continued. Will Seam Persi...
Thread Multiple Persistence Units / EntityManagers In Seam 3
Multiple Persistence Units / EntityManagers In Seam 3Having a little trouble getting this going. I have two databases. Trying to use seam persistence and the documentation is shall we say... incomplete. Ive been doing this for years in seam 2. Here is what i ha...
SeamTest javax.naming.NoInitialContextExceptionHi everyone, this is my first discussion in the JBoss Community! I have now for longer a problem with Seam tests. I have no Idea what the cause could be. Maybe an information I still have to specify so...
seam3 in glassfishV3.1.2.2Hi everyone, Recently, I deploy a seam3 demo to glassfishV3.1.2.2, come on the folowing error: java.lang.IllegalStateException: Servlet [ParticipantPortTypePortImpl] and Servlet [CoordinatorPortTypePortImpl] h...
Solder 3.2 needed to resolve SOLDER-336https://issues.jboss.org/browse/SOLDER-336 has a pull request https://github.com/seam/solder/pull/79 which solves a serious issue regarding CDI / RichFaces. Are there any plans to release Solder 3.2 (including issue S...
Thread try using REST (@POST) and make authentication with LDAP
try using REST (@POST) and make authentication with LDAPI'm using Seam 2.2.2 Final and I'm trying, from the implementation of Web Services RESTFul, authenticate a user through the implementation of "IdentityStore" with LDAP but I can't get the injection from "org.jboss.sea...
Thread Issue using @MessageBundle with .i18n.properties file
Issue using @MessageBundle with .i18n.properties fileI am trying to configure internationalized messages using the following guide http://docs.jboss.org/seam/3/solder/latest/reference/en-US/html_single/#implementation-classes My Idea is to bind @MessageBundle interface...
Seam 3 Cron with JDBCHello, Is it planned to support Seam 3 cron for cluster? Up till now this is not clear how the instances of the cluster are synchronizing. Thank you.
seam 3.1 dependencies problem?Hi, I am using maven 3.0.3 to create a seam 3.1 project. The pom is as follows: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www...
Thread Seam Faces, Persistence, Servlet, Catch produce NullPointerException
Seam Faces, Persistence, Servlet, Catch produce NullPointerExceptionHello together I'm on the setup for a new project for a Glassfish 3.0.1 ( Community ) and work on the dependencies. Seam Faces and Seam Persistence works proberly. But i will also use the atch module and have add it...
Documentation for LDAP in Seam SecurityThere are several threads on how Seam Security's LDAP Documentation is incomplete (eg. >>), so I'll focus on trying to formulate what have been its main lagoons for me, in order to see if someone can help us her...
JSF2 + Seam 3 Persistence ModuleHello! I'm programmer and currently i'm working with JSF2, Tomcat and I am trying use the Seam 3 Persistence Module I'd like to know if someone already worked with this seam module, because i have some ...
Seam persistence and flush modeI'm tinkering with seam persistence (Beta1). The documentation is a little light on how to set the flush mode to manual. I tried using a managed bean (@Named, not @ManagedBean) but after calling a method from my JSF p...
Thread JBossAS 7.1.3.CR1: JBoss Solder doesn't work anymore
JBossAS 7.1.3.CR1: JBoss Solder doesn't work anymoreI compiled JBossAS 7.1.3.CR1 and then tried to deploy my war which uses JBoss Solder 3.1.1.Final and runs fine on JBossAS 7.1.2.Final. However, during deployment I'm getting a NPE in Solder's GenericBeanExtens...
Seam3 Conversation Scoped PersistenceUnitHi, I'm converting my seam2 app to seam3. My JSF page calls a @ConversationScoped Seam Backing Bean which then calls @Stateless EJB (my service layer). The JSF page starts a conversation and ov...