[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-11-02 Thread milli
cingram, Were you able to upload files from flex to seam? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101158#4101158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101158

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-10-15 Thread thinkblue
Hey Cingram, I downloaded your Seam Flex example and I was able to deploy and run it without any errorsThe only problems that I ran into are the following: 1) When using Firefox or IE7 after filling in the text field and clicking the Say Hello button I get a Seam Debug window that pops

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-08-22 Thread cingram
I am developing on Seam1.2.1 and I have tested on 2.0. There are some differences with remoting between 1.2.1 and 2.0. Make sure you have a clean version of 2.0 and copy only the following files to the existing view dir to a clean 2.0 install, in the helloworld remoting example

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-08-21 Thread momochone11
Hi all, I have tried integrating this example to my app but with no luck. It loads the flash file, but when I click on the button it just doesn't do anything. I have tested my app using classes and pages from the remoting helloworld example and it worked. Is there any special configurations

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-28 Thread felipevaa
Hello cingram, this is a very interesting approach. However, is there any particular reason you chose to use FABridge instead of ExternalInterface? We are using Seam Remoting and Flex, and we do not need to use FABridge at all. I'm just curious to know what would be the advantage to use this

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-24 Thread mladen.babic
Hi , now it trows : | 09:48:26,329 INFO [TomcatDeployer] deploy, ctxPath=/seam-helloworld, warUrl=.../tmp/deploy/tmp44797seam-helloworld.ear-contents/seam-helloworld-exp.war/ | 09:48:26,445 ERROR [STDERR] java.lang.UnsupportedOperationException | 09:48:26,445 ERROR [STDERR] at

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-24 Thread cingram
I tend to think you have a conflict some where in your configuration. The Flex portion is just being used for view and has no impact on the back end deployment, or compiling. I am developing on Seam1.2.1 and I have tested on 2.0. There are some differences with remoting between 1.2.1 and 2.0.

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-24 Thread mladen.babic
Tnx cingram, Now it works. Best regards, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067020#4067020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067020 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-23 Thread mladen.babic
Hi , I have tried example but it doesn't work for me.Can you tell me howto run example? tnx, mb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4066601#4066601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4066601

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-23 Thread cingram
1. Make sure you have an EJB3 copy of JBoss-4.0.5.GA installed 2. Make sure you have jboss-seam-1.2.1.GA installed. I haven't tested it with Seam-2.0, all though in looking at the documentation it should work. 3. Unzip the FlexSeamExample.zip to the examples\remoting folder of the Seam

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-23 Thread mladen.babic
Hi again, I did same as you wrote, but it still doesn't work.It's say thet didn't finish deploy. I must say that other example works good.I use seam 2.0. There is small different between old build and new one. This is your build: | property name=Name value=Seam Remoting

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-23 Thread cingram
You will probably need to extract the remoting helloworld example again, as it got some Seam-1.2.1 files copied in to it. They changed some of the package names for remoting between Seam 1.2.1 GA and Seam 2.0 BETA. I uploaded a new file that excludes the Seam classes. Grab the file from

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-20 Thread ellenzhao
This is great news! Do please post it in Wiki or as your blog and post the link back, many thanks! Regards, Ellen PS: And yes Seam is doing great work on integration. Thanks to the Seam team too! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4066290#4066290

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-20 Thread cingram
I added a basic example to the wiki(Flex Seam example), basically I added a different front end to the hello world remoting. If I get some time I will see about doing a more complex example as it might be more interesting to people. The actionscript and javascript files are pretty new and are a