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

2007-11-25 Thread demetrio812
Hi, I have the same problem here, I have a SESSION EJB that is working with extended PersistenceContext but when I try to inject EntityManager in a session scoped seam pojo it give me the org.jboss.seam.RequiredException... My conf: 1. JBoss AS 4.2.1GA 2. Seam 2.0.0.GA 3. Richfaces 3.1.2.GA T

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

2007-11-22 Thread ivan.indrawan
Hi there, Try checking the library (the rich faces jars) whether they are all the same version? If not necessary, dont put the rich-faces jars in the server deployment library (/server/default/lib). I had the same problem and managed to fix it that way. Cheers, Ivan View the original post :

[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: Seam, problem with EntityManager

2007-09-24 Thread jrodri
grdzeli_kaci: Could you fix the problem? Could you post the code fixed Regards Jaime View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088195#4088195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088195 ___

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

2007-07-05 Thread grdzeli_kaci
this files identical with dvd example files, why this is not working :(, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060788#4060788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060788 __

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

2007-07-05 Thread grdzeli_kaci
HI lowecg2004, i saw log and i found this : | 04:03:56,515 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init | 04:03:56,559 INFO [Initialization] Installing components... | 04:03:56,593 INFO [Component] Component: a

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

2007-07-05 Thread lowecg2004
Hello Paata, Your code and persistence.xml/components.xml config look okay to me. Do you have an entry in your startup logs that looks like the following? 16:53:36,554 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPer

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

2007-07-04 Thread grdzeli_kaci
hi lowecg2004, first of all thank you for your post, i tried all versions of seam and jboss application server, is this so difficult that use seam and richfaces together ??? i already tried this for a week but could not resolve :( environment : 1. JBoss AS 4.2.0GA 2. Seam 2.0.0.BETA1 3. Richfac

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

2007-07-04 Thread flood27
anonymous wrote : One other potential trap is that I have just upgraded from Seam 1.2.1 to 2.0b1 and "managed-persistence-context" has been moved from namespace core to persistence. If this is the case, then don't forget to add the persistence namespace to your XML namespace config: | | xml

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

2007-07-04 Thread lowecg2004
Have you got an entry in persistence.xml that corresponds to your entity manager factory? components.xml | | | | | persistence.xml | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLoca

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

2007-07-02 Thread grdzeli_kaci
can anybody help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059576#4059576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059576 ___ jboss-user mailing list jboss-use

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

2007-07-02 Thread grdzeli_kaci
if i remove generate tabpane from database and set simple string, everuthing works fine, tree also work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059534#4059534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40595

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

2007-07-02 Thread grdzeli_kaci
"g00se24" wrote : You don't need | | | @In(create=true) | | EntityManager entityManager; | | | | @In should be sufficent | | Greets HI ALL, Thank you very much for your posts, i tried everything but myu problem still appears, problem is not on first time, i see tabpane a

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

2007-07-02 Thread g00se24
You don't need | @In(create=true) | EntityManager entityManager; | @In should be sufficent Greets View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059530#4059530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=405

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

2007-07-02 Thread hispeedsurfer
if you have the following in components.xml you can use @In(create=true) | private EntityManager entityManager; But one question. Why you have managed-bean stuff in faces-config.xml? This should be handelt from your annotations in your bean, I think! View the original post : http://www.j