[jboss-user] [JBoss Seam] - Re: Update to Seam i18n to support resource bundle types rel

2006-11-23 Thread smartbinary
Hello, First, note that you need to refer to the seam message component rather than the bundle name in your EL. As such, #{testBundleName.message} would need to be #{messages.message} Also, note that Gavin did not implement this multiple resource type support the same way I did in the sampl

[jboss-user] [JBoss Seam] - jboss-seam-CVS.20061130, icefaces example, and tomcat proble

2006-11-30 Thread smartbinary
Hello, Just grabbed the latest seam code, installed tomcat 5.5.20, and followed the instructions in the Seam ICEfaces Example readme.txt. When I deploy the app, I get the exception: 20:55:09,734 ERROR [SeamExceptionFilter] could not roll back transaction | javax.naming.NamingException: Local

[jboss-user] [JBoss Seam] - Re: jboss-seam-CVS.20061130, icefaces example, and tomcat pr

2006-11-30 Thread smartbinary
hmm ... same thing when i deploy to jboss: | 21:35:42,578 INFO [STDOUT] 21:35:42,578 ERROR [SeamExceptionFilter] could not roll back transaction | javax.naming.NamingException: Local server is not initialized | at org.jnp.interfaces.LocalOnlyContextFactory.getInitialContext(Local

[jboss-user] [JBoss Seam] - Re: jboss-seam-CVS.20061130, icefaces example, and tomcat pr

2006-12-01 Thread smartbinary
New day, fresh start ... cleared off my app server installs, rebuilt, redeployed ... all is well now. Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990438#3990438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: Ajax4JSF vs IceFaces

2006-12-01 Thread smartbinary
Regarding: anonymous wrote : | assuming that both teams keep improving their products and remain committed to open source | Isn't it the case that only ICEfaces is open source for *both* the framework and the rich component libraries? In other words, the Exadel RichFaces (aka VCP) http:

[jboss-user] [JBoss Seam] - Re: Seam 1.1 GA, at last!

2006-12-14 Thread smartbinary
Hi Gavin, Can not wait to get my hands on these planned updates! Half of them move Seam even closer to filling the gap between JSF and EJB3; the rest smooth integration with non-EJB3 (and even .NET) environments. I know the main client I'm currently working with has need for the Spring, WS, P

[jboss-user] [JBoss Seam] - Updating the Resource Bundle collection at run-time

2007-01-11 Thread smartbinary
Hello, I understand how to configure resource bundle(s) at startup. I can't seem to figure out how to add, remove, and/or re-order the bundles at run-time. Any advice much appreciated! Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000688#4

[jboss-user] [JBoss Seam] - Re: Updating the Resource Bundle collection at run-time

2007-01-16 Thread smartbinary
Hi Gavin, Yes. I'd done that a couple months ago. When I subsequently updated to the latest version of Seam, my extended class was no longer compatible. Was just checking to see if another mechanism was available ... I'll go ahead and update my class. I'm wondering now if this kind of funct

[jboss-user] [JBoss Seam] - Re: resource bundle problem

2007-01-17 Thread smartbinary
You may want to refer to the docs @ http://docs.jboss.com/seam/latest/reference/en/html/i18n.html Your need to inject the messages component. Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002803#4002803 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: resource bundle problem

2007-01-17 Thread smartbinary
Not sure I follow you ... however, *if* you are just trying to have multiple resource bundles, that process is documented at http://docs.jboss.com/seam/latest/reference/en/html/i18n.html. Perhaps you are stating that you are not seeing the key-value pairs inside your resources.countries_en.prop

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6.GA

2007-02-08 Thread smartbinary
Just vote of confidence - just upgraded my client's app from 1.1.0GA to 1.1.6GA and it went very smoothly. Looking forward to checking out the new stuff! Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013286#4013286 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Webservices ETA?

2007-04-10 Thread smartbinary
Hi Shane, Do you have any updates on the Web Services work you've been doing? I'd be very interested to know what the roadmap for Seam-WS is for the next 3-months...would you have that info? Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403

[jboss-user] [JBoss Seam] - Re: Seam Readers Choice - Vote...

2007-02-28 Thread smartbinary
I'll second that one! BRING ON WEB BEANS!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023983#4023983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023983 ___ jboss-user

[jboss-user] [JBoss Seam] - Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-09-28 Thread smartbinary
Hello, I've recently worked to get the latest versions of Ajax4jsf, Seam, Hibernate-core, and Hibernate-Annotations running the Seam Hibernate3 Booking sample...persisting to an Oracle 10gR2 DB. Everything is running fine until I try to add some Ajax4jsf functionality in. I've noticed others

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-09-28 Thread smartbinary
Oh...one more thing...this is running under WebLogic 9.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974992#3974992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974992 _

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-09-29 Thread smartbinary
The problem was the command button action was associated to a method returning a navigation rule ... from HotelBookingAction.java: |@Begin(join=true) |public String find() |{ | hotel = null; | String searchPattern = searchString==null ? "%" : '%' + searchString

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-09-29 Thread smartbinary
Hi Gavin...plz check ur email... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975209#3975209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975209 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Problems using JSF Converters in Seam app

2006-10-03 Thread smartbinary
I'm sure this is something simple, but this is my first go around w/using Converters within a Seam app. - I simply want to convert a name field entered in the UI to 'Firstname Lastname'. For instance, if a user enters 'Smart, Todd', I want to convert that into 'Todd Smart'. I realize the

[jboss-user] [JBoss Seam] - Re: Problems using JSF Converters in Seam app

2006-10-04 Thread smartbinary
@petemuir: Thanks...worst part is that I was referring to that article when putting this test together :-) @denis-karpov: I had tried that ... can't remember why I went back ... probably issues with validation annotations and/or ORM on AppUser. I'll post an update once it is working. Thanks f

[jboss-user] [JBoss Seam] - Re: Problems using JSF Converters in Seam app

2006-10-04 Thread smartbinary
An update, as promised... Updating the bean to use the correct attribute type did indeed resolve the problem. I had started out that way, but backed off when Hibernate Validation & JPA annotations were creating a whole slew of other problems. So...here are the mods: 1) Converter (just changed

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-04 Thread smartbinary
FYI: I've completed this prototype and have submitted it via JIRA for consideration of inclusion in the Seam examples. See: http://jira.jboss.org/jira/browse/JBSEAM-388 -- Regards, Todd Smart Smart Binary, LLC Partner & Sr. Consultant [EMAIL PROTECTED] c941.538.1814 - f727.214.9121 V

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-05 Thread smartbinary
Hello Yogesh, Unfortunately, I did not get a chance to run this system under the JBoss AS. I used the provided build script for Tomcat. The system has been tested under Tomcat 5.5 and WebLogic 9.1. I believe you may indeed want to follow Michael's directions in that blog entry. I will be ha

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-05 Thread smartbinary
Hmmmtrying to work on the sample for deployment to JBoss AS, but can't seem to deploy the Seam Hibernate Example w/o a class not found exception. I used the JEMS installation for Beta 2 ... have JDK 1.5 starting the app server ... however, I get the following when I try to deploy the example

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-06 Thread smartbinary
Plz disregard...figured it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976618#3976618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976618 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-06 Thread smartbinary
FYI: I've updated the system such that it will now build/deploy/run under JBoss v4.0.4.GA. The updates are posted here: http://jira.jboss.org/jira/browse/JBSEAM-388 Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976636#3976636 Reply to t

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2006-10-07 Thread smartbinary
Check here: http://www.michaelyuan.com/blog/seam-next-gen-web-framework/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976790#3976790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976790 ___

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-10-09 Thread smartbinary
Hi Yogesh, I'm not familiar w/that example, but it seems like the problem may be the Action being bound to a method which does not return a String (for JSF navigation purposes). Perhaps you can change the setter to return a string ... and return null in the method. | public String setProp

[jboss-user] [JBoss Seam] - Re: Seam with Spring?

2006-10-24 Thread smartbinary
Sorry to regurgitate Manuel's question ... however, I'm working with a team that has Spring massively integrated into its framework. Many on the team (myself included) would like to leverage Seam 1.1 ... for the purposes of Validation, Internationalization, Conversation State ... just to name a

[jboss-user] [JBoss Seam] - Re: Enum in Seam

2007-09-06 Thread smartbinary
Hi - just in-case you didn't find a solution to this...and are willing to just use the ordinals from the enum...you should be able to use: | public enum Status implements Serializable { | ACTIVE, | CANCELLED, | SIGNED; | } | Then: | @Column

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-03 Thread smartbinary
Hello - With respect to: - http://livedocs.adobe.com/flex/201/langref/mx/rpc/http/HTTPService.html - http://www.theserverside.com/discussions/thread.tss?thread_id=44894#233500 I was just curious if anyone had begun work on a more standard bridge between the two - perhaps via the 'factory mechan

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread smartbinary
Seems like Flex/EJB3/JPA2 (using mx:webservice/EJB3WS with no FDS) would be a nice, clean RIA/JEE approach. Curious - what is the status of http://jira.jboss.org/jira/browse/JBSEAM-505 - any idea of when this would be part of GA and be included in the Seam documentation? Regards, Todd [EMAIL

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread smartbinary
Thanks David! Just re-read the thread -- looks like you were already all over this :-). How goes it? Got ur Flex UI + SeamWS system at this point? Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052661#4052661 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-11 Thread smartbinary
Thx for the tips, livenow! Looks like Flex3 will be overcoming many of the shortcomings you note: - http://direct.adobe.com/r?xJJPvHcEvHnvEcWnHJTc - http://www.adobe.com/devnet/flex/articles/flex3_whatsnew.html Of course, the dark-side is strong as well - Silverlight (aka wpf/e) will undoubte