[jboss-user] [EJB3] - Re: @EJB(lookup=xx) fails.

2012-09-13 Thread Arthur Gerson
Arthur Gerson [https://community.jboss.org/people/agerson] created the discussion Re: @EJB(lookup=xx) fails. To view the discussion, visit: https://community.jboss.org/message/759424#759424 -- Hi, By the number of view and lack

[jboss-user] [EJB3] - @EJB(lookup=xx) fails.

2012-09-11 Thread Arthur Gerson
Arthur Gerson [https://community.jboss.org/people/agerson] created the discussion @EJB(lookup=xx) fails. To view the discussion, visit: https://community.jboss.org/message/759096#759096 -- *Sorry ahead of time if this problem

[jboss-user] [JBoss Tools (users)] - Any maven-ish directory support planned? Team Web-Developmen

2007-10-24 Thread -Arthur-
Hi, jboss tools in the current release feels very great. In the next two weeks we are going to start developing a new web platform. It would be great to have the facelets/jsf/ features of jboss tools for the view. Is it possible to develop a complete application with jboss tools within a

[jboss-user] [JBoss Seam] - Re: The zen of seamgen'd Home/EntityHome

2007-08-22 Thread -Arthur-
There should (no, actually have to) be JavaDoc in the Framework Classes. EntityHome is one of the first Seam classes the User gets in touch and nobody knows how to use them, or how they are intended to be used. Thats almost frustrating for users which start using seam. (like me in the beginning)

[jboss-user] [JBoss Seam] - Re: The zen of seamgen'd Home/EntityHome

2007-08-22 Thread -Arthur-
Thanks for posting this topic on jira. I've voted for both issues. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4076898#4076898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4076898

[jboss-user] [JBoss Seam] - Re: Maven Archetype for Seam?

2007-08-09 Thread -Arthur-
Any news on that? I'm really struggling around getting an EJB3/War Web Application Environment to work... Im familiar with Plain Hibernate / Seam / Microcontainer with Entity Beans, and now im interested in EJB3 and would really like to have any tutorial (or archetype) to getting started...

[jboss-user] [JBoss Seam] - Best Seam Development Environment? (Switch from MC to EJB3)

2007-07-30 Thread -Arthur-
Hi, i am developing with seam for almost 3 months now. I've switched my project from Spring/Hibernate to Seam/Hibernate and really like it. I am currently using Seam 1.2.1GA with Microcontainer and hot deployment to Jetty (with Maven and Eclipse). Now i would likte to migrate my project to

[jboss-user] [JBoss Seam] - Re: Best Seam Development Environment? (Switch from MC to EJ

2007-07-30 Thread -Arthur-
Which version of Jboss AS do you recommend? I have free choise, because im currently starting to deal with Application Servers. (Should i try 5.0.0Beta2 or is it too unstable?) I have worked with Tomcat5.5 before. Do you have any tutorial which explains how i can setup my environment? The AS

[jboss-user] [JBoss Seam] - Re: Seam + Maven + Richfaces + softeu

2007-06-06 Thread -Arthur-
maku01 wrote : Lightguard wrote : Is it the seam references that are giving you a hard time or the richfaces stuff? | The maven plugin from softeu define a dependency like this: | | dependency | | groupIdjboss.seam.profiles/groupId | | artifactIdseam-ajax4jsf/artifactId | |

[jboss-user] [JBoss Seam] - Re: Seam + Maven + Richfaces + softeu

2007-06-06 Thread -Arthur-
Great :) So, post your complete solution so others can benefit from it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051762#4051762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051762

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-21 Thread -Arthur-
I am still working with the softeu.cz repo, its really cool, because you get seam working fast and the preconfiguration is good too. The only disadvantage i've discovered ist the fact, that you depend softeuz.cz repo and their group and artifact ids. So you have to figure out in which pom the

[jboss-user] [JBoss Seam] - Re: @Digit Annotation

2007-05-21 Thread -Arthur-
I think you have to implement that for your own. http://www.hibernate.org/hib_docs/validator/reference/en/html/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4047118#4047118 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to get a facelets parameter into a seam component

2007-05-21 Thread -Arthur-
Hi! Try it with: | ui:include src=groupManager.xhtml | ui:param name=gruppenManager value=#{component.property}/ | ui:param name=benutzerManager value#{component.property}/ | /ui:include | I dont evet know if this works with ui:define. Anyway i think that can help you. View the

[jboss-user] [JBoss Seam] - Best Practise: Form / Confirm / Save | Getting current page-

2007-05-15 Thread -Arthur-
Hi, im new to Seam and thought about a best practise way to realize a form, which show a confirmation page and let the user decide if he/she wanna go back and change the form or save it. Im wondering what scope i should use? I would like to realize that with little effort... e.g. It would be

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread -Arthur-
Ok, i decided to use EJB3 with Hibernate EntityManager. Thats a clean solution from scratch and not hard to understand. I have a Maven2 Project skelleton and wondering if the Maven2 Jetty6 plugin supports EJB3 when using JBoss Microcontainer? Its important to me, because the Jetty plugin

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread -Arthur-
Do you have any resources where i can get an idea of the thing? Any pom.xml settings or an example project? That sounds good, anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044284#4044284 Reply to the post :

[jboss-user] [JBoss Seam] - Getting Started with Seam and Maven / Migrating from Spring

2007-05-08 Thread -Arthur-
Hi, i'm fed up with developing Web Apps with Spring. Spring is cool, no question, but the overhead is pretty too much. And its not a Web Framework. Seams seems to be the thing i am searching for. So i'm willing to learn another framework ;) Seam tends to be an easy way to get things working and

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread -Arthur-
Thanks for your fast reply! So, if i use Hibernate i can package my app as .war and deploy to JBoss AS? I haven't any experience with .ear package structure. How does Seam handle Hibernate Sessions? I don't wanna see beloved LazyInitilization too often... ;) View the original post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread -Arthur-
Ok, i got the kickoff. The softeu.cz Archetype for Maven2 is awesome. Everything worked instantly. http://software.softeu.cz/archetypes/seam/index.html Im going to start migrating my app now. :) Thanks for your advices. View the original post :