[seam-2.2.2] security handling sfsb timeoutHi, I'm using de.akquiner.jbosscc:jboss-seam-archetype:1.4 to generate the seam skeleton project. after successfully build and deployed it to jboss-as 7 i noticed that whenever i tried to login after sometime...
seam-faces fail on archetype projectI've been trying for a couple of days now, but I can't seem to be able to get the seam-faces module to work. I've tried all sorts of approaches, but all of them result in failure. I'm getting all kinds of seemingly ...
Help me???Hello my friends!!! I new in seam 3!!! My problem is the create seam project with seam 3 from cero???? How to make it??? I use jsf 2, hibernate and jboos As 6 and seam 3!!! Other problem is admin...
Seam 2.2 and LDAPHi all, I want to use Seam 2.2 with LDAP authentication/authorization. Therefor I found some posts (e.g. https://community.jboss.org/thread/189613 ) . The problem is that My LDAP is structured with nested gro...
Thread How to start a new conversation by commandLink?
How to start a new conversation by commandLink?Hello, I come from Seam2 where conversations can stack and even nest. As far as I understand JEE6/JSR-299/Weld, I cannont simply start a new conversation by a link parameter (I can propagate the existing conversation ...
Seam-spring bean injection not workingHi. I'm trying to use spring beans as cdi ones with help of seam-spring module. I managed to do this using appContext injection, but failed to inject the bean itself.: @ApplicationScoped
public class SpringCdiP...
Seam and apache TomeeHi, i'm trying to startup a sample seam3 project under tomee As. I've done a neew seam project via forge and done a reverse engineering from a mysql db with only 2 tables, then i've done scaffolding. On the project...
Send email with Seam 3 Mail and JMSAn exmaple idea when using seam 3 mail, please read the readme.md file in the project root folder for detail. https://github.com/hantsy/seam3-mail-demo Any feedback is welcome.
Seam 2.3.0 Final Navigation ProblemHi. I have following navigation rule: <page view-id="/landpage.xhtml"> <navigation> <rule if="#{identity.loggedIn}"> ...
Thread How to use an EntityHome from a standalone java client
How to use an EntityHome from a standalone java clientGreetings, I've used seam-gen (well the JBossTools equivalent in JBDS) to generate the view and the entities from a databse schema. The generated *Home classes are used in the view to persist data. Now, I woul...
Thread Error in Solder in a Seam Persistence project
Error in Solder in a Seam Persistence projectHi all, I'm new to Seam, especially version 3. I created an empty project with Forge and it was successfully deployed to JBoss 6. But when I added Seam Persistence dependencies, the...
Dead link to tutorialDear all, does anyone know where I can find the current Seam tutorial? The link on the webpage (i.e. http://docs.jboss.com/seam/latest/en-US/html/tutorial.html) is dead unfortunately. In either case, a...
Error building projectsHi, Recently I have installed Fedora 17 (32 bits) OS on my PC. Next step was install Maven and JBoss Developer Studio 5.0.0. From a backup I have imported in JBDS all my projects but I can't build the...
javax.enterprise.event.ObserverExceptionI have a project that is deployed on JBoss AS 7.1.1 "Brontes". I am using Seam Framework and I have a strange issue. I get the following exception: javax.enterprise.event.ObserverException Here is the ...
IdentitySession is nullI have a simple war packaged seam 3 project. I want investigate on security features and in a action i inject identitysession like this: @Inject IdentitySession identitySession; but it's null. I've setup all clas...
Seam Faces dependency on PrettyfacesI upgraded Seam Faces from 3.0.0 to 3.0.1 and now I´m receiving java.lang.ClassNotFoundException: com.ocpsoft.pretty.faces.spi.ConfigurationProvider on application startup. I solved it by adding ...
DeltaSpikeHi all, since DeltaSpike doesn't have its own user forum, I'm writing here instead. I started a project using Seam 3, a framwork i loved since version 2 and i'm always stayed faithful. Obvio...