[JBoss-user] [Installation, Configuration Deployment] - Re: Dependency problem deploying EJB3 persistence unit

2006-06-10 Thread bambata
Hi, I am getting exactly the same error, could you please tell me which block in persistence.xml you have changed, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950252#3950252 Reply to the post :

[JBoss-user] [JBoss Seam] - Client-State Saving - which technique is used?

2006-06-20 Thread bambata
Hello, I am writing my master thesis about Jboss Seam/EJB3/JSF and I am looking for some information about how the client-state saving takes place. In the Seam reference documentation is written the state is saved within the client browser. But where is the information exactly, is it in the

[JBoss-user] [JBoss Seam] - Re: Client-State Saving - which technique is used?

2006-06-21 Thread bambata
Well, the UIViewRoot is the container for all controls on the Page and its the root element of the component tree. However I actually wanted to know where the data is physically stored. I looked into some JSF books and found that client-state-saving puts the state into the rendered markup that

[JBoss-user] [JBoss Seam] - Re: Client-State Saving - which technique is used?

2006-06-22 Thread bambata
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952620#3952620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952620 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians.

[JBoss-user] [JBoss Seam] - Re: SEAM context questions

2006-06-22 Thread bambata
Its better to use the conversation-context, because then you can exactly control how long the state exists and you donĀ“t have to remove it manually from the context. If you have a long message-list with a lot of data the session context is not appropriate. The session-context should be used

[JBoss-user] [JBoss Seam] - @In vs. @EJB

2006-07-01 Thread bambata
Hello, when I have a stateless service-bean which contains several stateless dao-beans, where is the difference between the two relevant annotations @In and @EJB for injecting the dao. Is it correct that @EJB means the EJB-Container manages and injects the dao and that @In means the

[JBoss-user] [JBoss Seam] - SFSB: Seam-State / EJB3Container-State

2006-07-01 Thread bambata
Hi, the Seam-reference documentation says, Seam provides deep integration with EJB 3.0 and fully supports EJB3.0 session-beans. It is clear that Seam manages state of components that are put into the seam-context using @Out and fetched from the context using @In. However if I have a stateful

[JBoss-user] [JBoss Seam] - Re: SFSB: Seam-State / EJB3Container-State

2006-07-01 Thread bambata
Ok, and state-management of [EMAIL PROTECTED]/@Out-fields is not subject to Seam, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954843#3954843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954843 Using Tomcat

[JBoss-user] [JBoss Seam] - Re: SFSB: Seam-State / EJB3Container-State

2006-07-01 Thread bambata
great, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954846#3954846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954846 Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[JBoss-user] [JBoss Seam] - Re: @In vs. @EJB

2006-07-10 Thread bambata
So, in case of a stateless Bean Seam uses for Injection via @In a common JNDI-lookup to the containers registry(ENC) ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956544#3956544 Reply to the post :