[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-19 Thread lowecg2004
Sergey, I'm still having problems with getting ajax4jsf to render in my environment, are there any pointers you could give me on where I might look in the code? Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018713#4018713 Reply to the post

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-14 Thread lowecg2004
I have aligned my filter mapping to that on the link you gave: | Ajax4jsf Filter | ajax4jsf | org.ajax4jsf.Filter | |forceparser |false | | | | ajax4jsf | Faces Servlet | REQUEST | FORWARD | INCLUDE | But still no ajax4jsf component

[jboss-user] [JBoss Seam] - Re: Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-14 Thread lowecg2004
Hi Sergey, I took an update as of last night, so my jars are: ajax4jsf.jar (1.0.6) a4j-trinidad.jar (1.0.5) oscache-2.3.2.jar Same for the Trinidad jars too - they are taken from the nightly build 13th Feb 2007. Cheers, Chris. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Seam, Trinidad, Ajax4Jsf and Facelets

2007-02-14 Thread lowecg2004
I can't for the life of me get these libraries to play together. There are no exceptions - just the Ajax4Jsf components do not render. Without Trinidad, I have been able use the Ajax4Jsf poller just fine. I've added a simple poller to my page as follows: http://www.w3.org/TR/xhtml1/DTD/xhtml1

[jboss-user] [JBoss Seam] - Re: problem passivation thread: ConcurrentModificationExcept

2007-02-14 Thread lowecg2004
Finally realised what was going on with this. I had a LoginAction: @Stateful | @Scope(ScopeType.EVENT) | public class LoginAction implements Login, Serializable | { | @Out | SessionTimeoutHander sessionTimeoutHander; | | ... | | public String login() { | ... |

[jboss-user] [EJB 3.0] - Re: Updating JBoss 4.0.5.GA to use the latest Hibernate Jars

2007-02-12 Thread lowecg2004
Me too, and it seams to work okay. Cheers for the reply. C. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014940#4014940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014940 _

[jboss-user] [EJB 3.0] - Re: Updating JBoss 4.0.5.GA to use the latest Hibernate Jars

2007-02-11 Thread lowecg2004
Where does hibernate-client.jar come from? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014491#4014491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4014491 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Caching pages in browser

2007-02-07 Thread lowecg2004
I assume you mean browser page caching. I came across this problem with an application that required a login to see customer transaction data. Essentially you could login, view financial data and then log out, after which hitting the back button would show browser cached pages from the previou

[jboss-user] [JBoss Seam] - Re: Exceptions in the logs when [b]session[/b] times out;

2007-01-29 Thread lowecg2004
Sounds like you need to set you session timeout values: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=95987 http://wiki.jboss.org/wiki/Wiki.jsp?page=JbossTimeoutSettingForSeam C. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007830#4007830 Reply

[jboss-user] [JBoss Seam] - Re: Seam and OpenLaszlo?

2007-01-16 Thread lowecg2004
I too would be interested in any information on this or Flex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002160#4002160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002160 _

[jboss-user] [JBoss Seam] - Component property class is not writable

2007-01-11 Thread lowecg2004
Hi All, I'm getting the following exception when I add a class attribute to s:link java.lang.IllegalArgumentException: Component property class is not writable | at javax.faces.component._ComponentAttributesMap.setComponentProperty(_ComponentAttributesMap.java:407) | at javax.faces.

[jboss-user] [JBoss Seam] - Re: Component property class is not writable

2007-01-11 Thread lowecg2004
My mistake - I should be using styleClass and not class. Shame I'm not allowed to use class though, since as a consequence Exadel studio does not render my page properly at design time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000643#4000643 Reply to t

[jboss-user] [JBoss Seam] - Re: Vacation

2006-12-22 Thread lowecg2004
LOL - I'll look forward to "normal service" in the new year! Have a great Christmas and thanks again for all of your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995804#3995804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

2006-12-14 Thread lowecg2004
Pete, Changing to @Out worked - thanks for your assistence! BTW - adding support for @DataModel would be most welcome. Anyway, thanks for contributing the component. Kris, I know I was using a list rather that using enums, but to get my @Out value working I had to replace my @Factory with

[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

2006-12-13 Thread lowecg2004
Hi Pete, I'm getting this exception: SEVERE: Error Rendering View[/view/public/order-storage.xhtml] | java.lang.IllegalArgumentException: selectItems' value="#{hardDisks}" must implement java.lang.Iteratable but it is [EMAIL PROTECTED] (class org.jboss.seam.jsf.ListDataModel) | at org.

[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

2006-12-12 Thread lowecg2004
Thanks for looking at this Pete - much appreciated. I won't be able to look at this until this evening so I'll let you know how I get on... Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993046#3993046 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Errors when using Seam components with Trinidad

2006-12-08 Thread lowecg2004
Hi Pete, This is with MyFaces 1.1.4. Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992279#3992279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992279 ___

[jboss-user] [JBoss Seam] - Re: Errors when using Seam components with Trinidad

2006-12-08 Thread lowecg2004
Agreed - the application runs fine this probably shouldn't be an error, but 4 lines of output per instance, per page render is not something I can ignore - I've a job to see any of my own log entries for all the noise, plus this can't be helping the performance of my pages. I have already run

[jboss-user] [JBoss Seam] - Re: Errors when using Seam components with Trinidad

2006-12-07 Thread lowecg2004
I should add that my application and components work fine - there is just a *lot* of output. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992100#3992100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992100

[jboss-user] [JBoss Seam] - Errors when using Seam components with Trinidad

2006-12-07 Thread lowecg2004
If I use with the Trinidad components installed, I get this message for each instance of : 22:02:57,484 ERROR [STDERR] 07-Dec-2006 22:02:57 org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer | WARNING: Renderer 'javax.faces.Link' not found for component family 'javax.fa

[jboss-user] [JBoss Seam] - Re: NPE After adding @RequestParameter to SESSION bean

2006-12-06 Thread lowecg2004
thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991563#3991563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991563 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-06 Thread lowecg2004
Gavin, Out of interest, what's the reason for making the SFSB so much longer than the HTTP session timeout? Cheers, C. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991558#3991558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Broken CVS? CNF org.jboss.seam.ui.UISecure

2006-12-05 Thread lowecg2004
thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991393#3991393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991393 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Seam] - problem passivation thread: ConcurrentModificationException

2006-12-05 Thread lowecg2004
Every now and then I get the following message in my logs: 2006-12-05 12:27:09,109 DEBUG [org.jboss.seam.contexts.Lifecycle] destroying event context | 2006-12-05 12:27:09,109 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.EVENT | 2006-12-05 12:27:09,109

[jboss-user] [JBoss Seam] - Re: NPE After adding @RequestParameter to SESSION bean

2006-12-05 Thread lowecg2004
Hi Gavin, Seam 1.1 CR2 - CVS built yesterday. C. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991288#3991288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991288 ___ jbos

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-05 Thread lowecg2004
Done. http://wiki.jboss.org/wiki/Wiki.jsp?page=JbossTimeoutSettingForSeam A peer review is recommended and any comments are, of course, welcome. C. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991236#3991236 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - NPE After adding @RequestParameter to SESSION bean

2006-12-04 Thread lowecg2004
I added a @RequestParameter to a SESSION scoped bean and this now occurs at session destruction: 17:26:01,626 ERROR [STDERR] ENCOUNTERED EXCEPTION CALLING: class com.triggersoft.business.MyAccountBean.destroy | 17:26:01,626 ERROR [STDERR] java.lang.NullPointerException | 17:26:01,626 ERROR [S

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-12-04 Thread lowecg2004
This explained a thing or two: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingOverview View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991025#3991025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991025 _

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-04 Thread lowecg2004
Oops - yes, you're quite right. And you'll be searching for 'domain name="Stateful Bean" extends="Base Stateful Bean" inheritBindings="true">' (there should be a '<' before "domain name" above - but this renders the string invisible when it is displayed in the forum.) | |

[jboss-user] [JBoss Seam] - Broken CVS? CNF org.jboss.seam.ui.UISecure

2006-12-04 Thread lowecg2004
The current CVS build appears to be broken: 14:21:07,088 ERROR [ApplicationImpl] Component class org.jboss.seam.ui.UISecure not found | javax.faces.FacesException: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.ui.UISecure | at org.apache.myfaces.shared_impl.

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-12-04 Thread lowecg2004
Gavin, Yes a good advert for "don't drink and drive" ;) Apology accepted. As stated in my post, it was only speculation and I was clearly wrong. While my assumption now appears rather naive (and, yes, I feel suitably embarrassed) please appreciate that many us on the forum are not yet well ve

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-04 Thread lowecg2004
I had created this quick setup guide for our developers based on the information in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93589 I hope this helps you out. Chris. There are a few important timeout values in the Seam environment that any Seam developer needs to

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-12-03 Thread lowecg2004
khaliq/Nusa, I am also getting the cast exception. I was able to create a regular JSF managed bean and bind/cast to it just fine however, binding to a Seam component caused the cast exception: Caused by: java.lang.ClassCastException: org.apache.myfaces.trinidad.component.core.data.CoreTable ca

[jboss-user] [JBoss Seam] - Re: Injection at destroy time

2006-12-02 Thread lowecg2004
Okay, I've been reading the seam reference for 1.1 and my problem appears to be solved using the following: @Observer("org.jboss.seam.preDestroyContext.SESSION") | public void handleSessionTimeout() { | | } Cheers, Chris. View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Injection at destroy time

2006-12-02 Thread lowecg2004
Fair enough. I suppose that leads me to two questions: 1. is there a better way (a Seam way?) of handling my case where I have to write something to the DB at session timeout? 2. or is it okay both for me to use Component.getInstance() in this case? Thanks for your response. Chris. View the o

[jboss-user] [JBoss Seam] - Injection at destroy time

2006-12-01 Thread lowecg2004
I have some stateless beans injected into a stateful bean that are only required at destroy time. Currently when destroy is invoked, these beans are null. Code is as follows: @Name("sessionTimeoutHandler") | @Stateful | @Scope(ScopeType.SESSION) | public class SessionTimeoutHandlerHome im

[jboss-user] [JBoss Seam] - Seam 1.1CR: example?

2006-11-29 Thread lowecg2004
Hello, The component in the new 1.1 release looks mighty interesting but I'm struggling to locate any meaty information on the new component. I've read the updated Seam reference and even traced back to the JIRA issue from which it was born and unfortunately I'm none the wiser. I tried settin

[jboss-user] [JBoss Seam] - Re: ELContext exception

2006-11-28 Thread lowecg2004
I came across this and, yes, adding el-*.jar as modules at the EAR level resolved the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989509#3989509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989509 _

[jboss-user] [JBoss Seam] - Re: Possible to test Passivation from Embedded EJB3?

2006-11-28 Thread lowecg2004
Ah yes - this was down to a mix in jboss-serialization.jar versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989507#3989507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989507 __

[jboss-user] [JBoss Seam] - Re: Possible to test Passivation from Embedded EJB3?

2006-11-24 Thread lowecg2004
Yeah, I'd read that in the release notes and with a fix for JBSEAM-325 these were my main driver for upgrading to 1.1. So I am actually using Seam 1.1 CR1 now and the exception reported in my original post was for the following bean: @Stateful | @Scope(SESSION) | @Name("changePassword") |

[jboss-user] [JBoss Seam] - Possible to test Passivation from Embedded EJB3?

2006-11-23 Thread lowecg2004
Hello, I'm seeing quite a few of the following exceptions in my application: Could not activate; failed to restore state | | at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.activateSession(StatefulSessionFilePersistenceManager.java:306) | | at org.jbos

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1: Where have my components gone?

2006-11-23 Thread lowecg2004
Gavin/Peter, Thank you for taking the time to respond. It was, as Gavin said, due to the fact that there were two copies of the Seam JAR in my EAR. I had placed a copy of jboss-seam.jar in my WEB-INF/lib and this was causing the issue. Thanks again, Chris. View the original post : http://w

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread lowecg2004
Hi Glesdon, I've still not managed to solve this one. If I find anything then I'll post an update right away! Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988009#3988009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread lowecg2004
I have just upgraded an existing Seam project from 1.0.1GA to 1.1 CR1 and all of my business objects identified by @Name("") have disappeared! In 1.0.1GA I would see output like this (business components highlighted in bold): 2006-10-16 09:07:09,488 INFO [javax.servlet.ServletContextListener] W

[jboss-user] [JBoss Seam] - TestNG: java.util.zip.ZipException

2006-11-17 Thread lowecg2004
When running a TestNG Seam test, the following exception occurred: Failed to invoke @Configuration method org.jboss.seam.mock.SeamTest.init:java.util.zip.ZipException: The system cannot find the path specified | FAILED: init | java.lang.RuntimeException: java.util.zip.ZipException: The syste

[jboss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-11-02 Thread lowecg2004
Jason, re: getting parameter information included in the byte code. Is there a bug/rfe database ID that we can add our votes to? This would be incredibly useful. Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982643#3982643 Reply to the post : htt

[jboss-user] [JBossWS] - Re: Return value for Java bean always empty

2006-11-02 Thread lowecg2004
Oh (expletive deleted). It was so obvious - I'd been looking at it for so long that I completely missed the basics! Thanks for you help, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982620#3982620 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: Return value for Java bean always empty

2006-10-30 Thread lowecg2004
Hi Jason, Here is the code that I had for StockData: package org.test; | | import java.io.Serializable; | | public class StockData | implements Serializable | { | /** |* |*/ | private static final long serialVersionUID = 1L; | | private String title;

[jboss-user] [JBossWS] - Re: jbossws verision in jbossas 4.0.5GA?

2006-10-21 Thread lowecg2004
Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979789#3979789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979789 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBossWS] - Re: jbossws verision in jbossas 4.0.5GA?

2006-10-20 Thread lowecg2004
I could only see the JDK 1.4 version in the 4.0.5 release, will there be a 1.5 version available soon? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979628#3979628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979628

[jboss-user] [JBossWS] - Return value for Java bean always empty

2006-10-20 Thread lowecg2004
Hello, I'm trying to set up a simple web service that returns a StockData object that has 4 properties. From my client, I can invoke the service and I can step through the method in the debugger and see that an object is created and populated. However, when the method returns at the client th

[jboss-user] [EJB 3.0] - java.lang.NoClassDefFoundError: javax/portlet/PortletContext

2006-10-06 Thread lowecg2004
I'm using EJB3 RC9 with Seam and the following exception occurs frequently when my session times out: 15:20:10,243 ERROR [STDERR] Exception in thread "SFSB Passivation Thread - jboss.j2ee:ear=ocss.ear,jar=ocssEJB.jar,name=MyAccountBean,service=EJB3" | 15:20:10,243 ERROR [STDERR] java.lang.NoC

[jboss-user] [JBoss Seam] - Re: @LoggedIn kills injection in beans

2006-09-30 Thread lowecg2004
You've probably discovered this by now, but I thought I would respond just in case anyone else comes across this thread... Injection does not happen because the example LoggedInInterceptor is configured to be "around" the BijectionInterceptor.class @Interceptor(around = { BijectionInterceptor.

[jboss-user] [JBoss Seam] - Re: Interpolated Log String Causes Exception During TestNG E

2006-09-23 Thread lowecg2004
Will do. Watch this space... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973693#3973693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973693 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: Interpolated Log String Causes Exception During TestNG E

2006-09-22 Thread lowecg2004
I meant to say that if I remove the #{user.id} from the log statement, then the test succeeds. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973532#3973532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973532 ___

[jboss-user] [JBoss Seam] - Interpolated Log String Causes Exception During TestNG Execu

2006-09-22 Thread lowecg2004
Hi, I have the following log statement within a SFSB action. log.debug("Attempting to registister account for user: #{user.id}; account: number '#0'; postcode '#1'; telephone = '#2'", originalRef, postcode, phoneNumber); When the action is invoked from the main application the log statement work

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-15 Thread lowecg2004
Okay - after installing the new version of seam-gen and refreshing the 3 projects in eclipse, running seam.sh for scaffold-wtp-project generation now works. Thank you for the tutorial! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965326#3965326 Reply to t

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-14 Thread lowecg2004
The last exception was caused because application.xml is not being copied either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965138#3965138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965138

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-14 Thread lowecg2004
I'm also getting this problem on WinXP. I checked ejb-jar.xml, and it hadn't been modified. I replaced sampleEJB\ejbModule\META-INF\ejb-jar.xml with the file in seam-gen\resources\META-INF. This time, when I ran the application I received the following error: ejb-jar.xml must either obey the

<    1   2