[jboss-user] [JBoss Seam] - Re: More configuration issues getting starged with seam...

2007-10-31 Thread mickknutson
Partially solved... I changed my components.xml to this: | | | | | | | | | | As you can see I commented the other items out and I can login now. But then when I go to addContact.xhtml there is a call to my ContactManagerAction.addContact():

[jboss-user] [JBoss Seam] - Re: More configuration issues getting starged with seam...

2007-10-31 Thread mickknutson
I removed those 2 items you said, then I get this error: | [2007-10-31 09:54:02,602] Facet JavaEE: Module is deployed successfully | 09:54:03,868 INFO [Contexts] starting up: org.jboss.seam.security.identity | 09:54:04,540 INFO [RuleBase] parsing rules: security-rules.drl | 09:54:06,196

[jboss-user] [JBoss Seam] - Re: JBoss Embedded + Tomcat + JPA

2007-10-30 Thread mickknutson
I have this error now on 2.0 cr3 and jboss as 4.2.1 Any update as I used the booking example for JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100478#4100478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=410047

[jboss-user] [JBoss Seam] - More configuration issues getting starged with seam...

2007-10-30 Thread mickknutson
I am trying to configure seam 2, drools, jbpm and MySQL and have been having serious issues. I keep hacking away, so I will get one thing to work then something else starts going wrong. I did have my User entity working with seam and jbpm to save a new user into my db, but now I started creatin

[jboss-user] [EJB 3.0] - Re: JTA EntityManager cannot access a transactions

2007-10-30 Thread mickknutson
I am having the same issue. Any help would be great View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100443#4100443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100443 ___

[jboss-user] [JBoss Seam] - Re: no such setter method: org.jboss.seam.security.Identity.

2007-10-25 Thread mickknutson
Can you please post the code that added the required entries through Maven? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099112#4099112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099112 ___

[jboss-user] [JBoss Seam] - Re: @in(create=true) not working !

2007-10-24 Thread mickknutson
Sorry, but I am a bit confused as to the @Name, and variable name solutions proposed. I have a UserServiceAction (SFSB), and a User (EB). Here is my UserServiceACtionL | package com.baselogic.yoursos.user; | | import org.hibernate.validator.InvalidStateException; | import org.hibernate.

[jboss-user] [JBoss Seam] - Re: Serious issue getting a basic example of seam 2, jbpm, e

2007-10-24 Thread mickknutson
Got that, and that helped. Thanks! I have another isuue though as soon as that one was complete: Exception during request processing: Caused by javax.servlet.ServletException with message: "#{userService.startRegistration}: javax.ejb.EJBTransactionRolledbackException: @In attribute requires non

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-10-24 Thread mickknutson
"jrodri" wrote : | grdzeli_kaci: | | Could you fix the problem? | | Could you post the code fixed | | Regards | | | Jaime Any update you can post here please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098558#4098558 Reply to the

[jboss-user] [JBoss Seam] - Re: Serious issue getting a basic example of seam 2, jbpm, e

2007-10-24 Thread mickknutson
I do have an ear with my ejb3 jar and my war. I moved the persistence.xml back into my ejb3 jar. I get a *** error: | 12:08:10,182 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource | 12:08:

[jboss-user] [JBoss Seam] - Re: Serious issue getting a basic example of seam 2, jbpm, e

2007-10-24 Thread mickknutson
Sorry for all the code, but there is an issue I have... I also have an ejb-jar in this deployment. So when the persistence.xml is in the war, I get this error: | 11:21:34,552 INFO [EARDeployer] Init J2EE application: file:/C:/temp/baselogic/yoursos/ear/target/ear-1.0-SNAPSHOT.ear | 11:21:

[jboss-user] [JBoss Seam] - Re: Serious issue getting a basic example of seam 2, jbpm, e

2007-10-24 Thread mickknutson
in my war the my jbpm.xml: | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098475#40984

[jboss-user] [JBoss Seam] - Re: Serious issue getting a basic example of seam 2, jbpm, e

2007-10-24 Thread mickknutson
Also in my war /hibernate.cfg.xml: | | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | false | java:/yoursosDatasource | org.hibernate.transaction.JTATransactionFactory | org.hibernate.transaction.JBoss

[jboss-user] [JBoss Seam] - Serious issue getting a basic example of seam 2, jbpm, ejb3

2007-10-24 Thread mickknutson
I have been pounding everything I can for 2 solid days now with no luck. I have a war with (WEB-INF/component.xml): | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:bpm="http://jboss.com/products/seam/bpm"

[jboss-user] [JBoss Seam] - Re: No application context active

2007-10-23 Thread mickknutson
I seemed to run across another way to get this same error. When I switched from: com.sun.facelets.FaceletViewHandler org.jboss.seam.ui.facelet.SeamFaceletViewHandler I get the same error. When I switched back, the error goes away and all seems to be functioning. View the original

[jboss-user] [JBoss Seam] - Re: I stucked:CVS 07072007:IllegalStateException at startup

2007-10-23 Thread mickknutson
I am getting this error with 2.0.0.CR2 Then I downgraded to 2.0.0.cr1 and got the same error each time: | 12:27:38,906 INFO [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations | 12:27:38,922 INFO [EJB3Deployer] Deployed: file:/C:/jboss-

[jboss-user] [Installation, Configuration & Deployment] - Re: Getting Chainsaw to correctly read the JBoss log4j setti

2007-02-15 Thread mickknutson
"jaikiran" wrote : I havent used Chainsaw before, so i might not be of much help. | | anonymous wrote : 2. JBoss seems to set [STDOUT] as the level instead of "DEBUG" like I would expect. | | You are seeing the [STDOUT] because i guess you are watching the console for the log messages

[jboss-user] [Installation, Configuration & Deployment] - Getting Chainsaw to correctly read the JBoss log4j settings.

2007-02-13 Thread mickknutson
I am trying to get Chainsaw to work correctly. Right now, it reads my configuration that came standard with jb 4.0.4-ga. Here is a line from the console: 14:52:09,627 INFO [STDOUT] 14:52:09,627 INFO [UserBackingBean] setUserManager() 1. Chainsaw seems to put this whole line as the message, a

[jboss-user] [JBoss Portal] - Assesment of JB Portal for my needs....

2006-12-06 Thread mickknutson
I can't tell you how cross eyed I am looking at the various CMS and portal solutions to decide on. So, I was hoping to describe my general requirements, and hope that someone very familiar with JB portal can give me some insight as to how well JB Portal fits... To start, I am creating a site t

[jboss-user] [JBoss Seam] - Re: Faces context not found. getResponseWriter will fail.

2006-10-25 Thread mickknutson
"[EMAIL PROTECTED]" wrote : You have to go to URL of the form: | | http://localhost:8080/myapp/foo.jsf | | Not: | | http://localhost:8080/myapp/foo.jsp | | This is a standard JSF thing. | Why must I use: Faces Servlet *.jsf can't I just define: Faces Serv