[JBoss-user] [JBoss Seam] - myFacesLifecycleBug - what is this?

2006-07-06 Thread c_eric_ray
Can someone tell me what this property is for true Thanks. Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955983#3955983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955983 Using Tomcat but need to do more? N

[JBoss-user] [JBoss Seam] - Re: Misunderstanding of how @In works.

2006-07-05 Thread c_eric_ray
That did the trick. It makes sense too. I don't know why I didn't catch that but I see now how the naming has to line up in order for the injection to work. Very cool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955668#3955668 Reply to the post : http://

[JBoss-user] [JBoss Seam] - Re: Misunderstanding of how @In works.

2006-07-05 Thread c_eric_ray
To add some insight... I want to use the CalculatorBean to hold the data entered in the form and have it injected into the CalculatorAction. This way the calculate method can access the data in the bean to perform the actual calculations. This makes sense to me and seams (pun intended) logical

[JBoss-user] [JBoss Seam] - Misunderstanding of how @In works.

2006-07-05 Thread c_eric_ray
I'm doing the following and it's just not working for me. I think I don't quite understand how to use the @In annotation. Any suggestions? I apologize for the long post, but I wanted to show the right amount of information. Thanks. Here's the error... javax.faces.el.EvaluationException: /calcu

[JBoss-user] [JBoss Seam] - Re: Why use the @In annotion?

2006-06-30 Thread c_eric_ray
I see. This then replaces the managed bean configuration in the faces-config.xml file. Excellent. Thanks all. Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954660#3954660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Seam] - Re: Why use the @In annotion?

2006-06-29 Thread c_eric_ray
Yes, I've read through the documentation, those sections in particular I have read several times. I thought JSF did that for you automatically, through binding. So binds the value enterd by the user in the backing bean variable. I still don't understand the why about using @In or not using it.

[JBoss-user] [JBoss Seam] - Why use the @In annotion?

2006-06-29 Thread c_eric_ray
I'm working through the SEAM tutorial and it makes pretty good since, but I have this one question. What is the purpose of doing this... | @In | private MyObject mo; | versus just | private MyObject mo; | Thanks, Eric View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA Examples don't work

2006-06-28 Thread c_eric_ray
Yes you are correct. The jems installer downloaded from sourceforge works just fine. The installer that is linked from the main jboss web page was the installer that was giving me problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954033#3954033 Reply

[JBoss-user] [JBoss Seam] - Re: SEAM examples not working...Does the installer cache fil

2006-06-27 Thread c_eric_ray
I'm pretty sure this is a RC7 vs RC8 thing... here's the error i get from jboss Caused by: java.lang.NoSuchMethodError: javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object; | at org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:37) | at sun.reflect.Na

[JBoss-user] [JBoss Seam] - SEAM examples not working...Does the installer cache files s

2006-06-27 Thread c_eric_ray
I think i have a cached version of EJB3-RC7 and I guess i need RC8 for seam examples to work. Any idea if my theory is true and if so, where do I find the cached files to delete them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953843#3953843 Reply to the

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA Examples don't work

2006-06-27 Thread c_eric_ray
I get the same exact error and i've installed jboss twice using the installer with the ejb 3.0 option. btw, is there anything specific to installing seam or do the apps just include a seam library when deployed to any given appserver? View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - A few questions regarding JBoss 4.0.4_GA and LDAP setup

2006-06-09 Thread c_eric_ray
The funny one first. I'm working from the LdapLoginModule in the JBoss Official Guide and I'm using com.sun.jndi.ldap.LdapCtxFactory for the InitialContextFactory. What's funny is that I cannot find the Sun ldap.jar file anywhere in the JBoss directory tree and I cannot find the LdapCtxFactory c

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread c_eric_ray
You are the man. Thanks so much. I'll shut up now. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948818#3948818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948818 ___

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread c_eric_ray
>From what I read this is what I do... place this (postgres-ds.xml) file in deploy-hasingleton | - | - | - | - | - | - | - | - | - | - | - | PostgresDS | jdbc:postgresql://localhost:5432/test | org.postgresql.Driver | dev | dev

[JBoss-user] [JCA/JBoss] - How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread c_eric_ray
There is literally no information describing the procedure for using another datasource other the Hypersonic. I'm new to JBoss and J2EE programing so details are good. All I've found so far is to create a postgres-ds.xml file and put it in the /deploy directory. I've seen references to postgres

[JBoss-user] [EJB 3.0] - List of differences between the EJB3.0 install and the FULL

2006-05-24 Thread c_eric_ray
Can someone point to a list that shows the differences between these two installations. I'm fairly new to EJB development and I want to use the new EJB spec instead of the old 2.1 spec. However, I still need the full suite of AppServer capabilities. My concern is the the EJB3.0 install of JBoss