[jboss-user] [Installation, Configuration & DEPLOYMENT] - Starting JAS in Debug mode

2008-09-02 Thread cdiggins
#x27; Pressing the continue execution button just brings up more of the same error. If anyone has an idea of what could be causing this, or anything else I can check, please share. Thanks, CDiggins View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Seam] - Re: context variable not instance of component

2008-01-22 Thread cdiggins
I have checked that an there is only a single bean with each name. Is there any better way to check for jar duplication? I looked through my lib folder, but did not see any duplicates, and looked in the classpath and also did not see duplicates. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - context variable not instance of component

2008-01-21 Thread cdiggins
I am having a strange issue in which none of my beans can be accessed. On the first request to the server that is for one of the beans, I get the following error: | java.lang.IllegalArgumentException: value of context variable is not an instance of the component bound to the context variable

[jboss-user] [Beginners Corner] - Error parsing taglibs.

2008-01-18 Thread cdiggins
I am attempting to add ajax4jsf support to my project and am getting errors parsing rich.taglib.xml, richfaces.taglib.xml, and a4j.taglib.xml. | java.io.IOException: Error parsing [jar:file:/C:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp26011richfaces-ui-3.1.3.GA.jar!/META-INF/ajax4jsf.tagli

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

2008-01-16 Thread cdiggins
Also having the same problem... | java.lang.IllegalStateException: Could not start transaction | at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:583) | at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:314) | at

[jboss-user] [JBoss Seam] - JBoss EL FunctionMapperImpl problem

2008-01-16 Thread cdiggins
A NoClassDefFoundError is making itself apparent when I try to access any pages on my project, and I am finding no suggestions on how to fix it while searching the forums and the web. This was not a problem before I updated to the latest version, but I was using a much older version before (with

[jboss-user] [JBoss Seam] - Re: FaceletViewHandler / SeamFaceletViewHandler ClassNotFoun

2008-01-16 Thread cdiggins
It was a simple question - misread the location of FaceletViewHandler. That problem is now resolved, but the second stack trace problem remains. I have the latest build of Seam (today) and am getting java.lang.NoClassDefFoundError: org/jboss/el/lang/FunctionMapperImpl no matter what I do. View

[jboss-user] [JBoss Seam] - Re: FaceletViewHandler / SeamFaceletViewHandler ClassNotFoun

2008-01-16 Thread cdiggins
More stack trace | javax.servlet.ServletException: Servlet execution threw an exception | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:2

[jboss-user] [JBoss Seam] - FaceletViewHandler / SeamFaceletViewHandler ClassNotFoundExc

2008-01-16 Thread cdiggins
Probably a very simple question, but where is the SeamFaceletViewHandler or FaceletViewHandler now located? org.jboss.seam.ui.facelet no longer seems to contain it. I updated to Seam 2.0.1.CR1 to fix 'No application context active' (http://jira.jboss.com/jira/browse/JBSEAM-2150) and now am getti

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu with s:selectItems not binding to anythi

2008-01-15 Thread cdiggins
Ahh, now the error has changed...I am back to the error I had before even starting to play with s:selectItems. Now on save, validation catches it and says: anonymous wrote : | Conversion Error setting value '[EMAIL PROTECTED]' for 'null Converter'. | View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu with s:selectItems not binding to anythi

2008-01-15 Thread cdiggins
Testing with breakpoints in each of the overrides, the hashcode method is hit, but the equals method is not through the loading / saving process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120221#4120221 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu with s:selectItems not binding to anythi

2008-01-15 Thread cdiggins
Override hashcode to do what? I assume I need to override equals to test to see which is selected...but don't know about hashcode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120218#4120218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - h:selectOneMenu with s:selectItems not binding to anything

2008-01-15 Thread cdiggins
I have an h:selectOneMenu that contains an s:selectItems and an ec:convertEntity. With or without the convertEntity, I can not get the property the selectOneMenu is bound to be anything other than null. anonymous wrote : | |

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu with s:selectItems not binding to anythi

2008-01-15 Thread cdiggins
Partial post, please delete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120211#4120211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120211 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - h:selectOneMenu with s:selectItems not binding to anything

2008-01-15 Thread cdiggins
I have an h:selectOneMenu that contains an s:selectItems and an ec:convertEntity. With or without the convertEntity, I can not get the property the selectOneMenu is bound to be anything other than null. anonymous wrote : |

[jboss-user] [JBoss Seam] - Re: problem to display FacesMessages

2008-01-10 Thread cdiggins
The only time I received that error message is where there was not a suitable h:messages or h:message component for the id I was attempting to add the error to on the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118803#4118803 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: ID becoming null when trying to save entity.

2008-01-10 Thread cdiggins
It is now a long-running conversation, this being my first seam project and I had not realized that was how to do it. It works without the hidden field - that just happened to be the first solution I found. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411872

[jboss-user] [JBoss Seam] - Re: ID becoming null when trying to save entity.

2008-01-08 Thread cdiggins
Problem solved. I at first did not have a field at all to take the ID, reasoning that if there was no field it would keep the previous ID value from the database. This was incorrect; the solution now used is to have an inputHidden bound to the ID property of my entity, which then passes the ID

[jboss-user] [JBoss Seam] - ID becoming null when trying to save entity.

2008-01-08 Thread cdiggins
I have been having difficulty getting an entity record to update data. I am using a @Factory menthod to load an @DataModel list, and the selecting a record using @DataModelSelection. Once this data is loaded I can see on the page (outputText) that I have the proper ID from the database. If I the