[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: File Upload Permissions

2007-09-07 Thread stephenwilliams
I found the config file I needed and it was seams components.xml. Once I set... web:multipart-filter create-temp-files=true max-request-size=1000 url-pattern=/* / ...the seam filter stopped stripping the file data out. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - File Upload Permissions

2007-09-06 Thread stephenwilliams
Hi I have a file upload Servlet that works fine on Tomcat. On JBoss (jboss-4.0.5.GA) the received value of the file parameter is null. I assume this is due to a security setting but I can't seem to find it. Can someone please tell me how I can enable a Servlet to receive files? Cheers,

[jboss-user] [JBoss Seam] - Re: Seam cannot find my components

2007-07-04 Thread stephenwilliams
Hi I am having this problem when deploying an expanded ear on a linux machine with the same server version. my structure looks like... | 04.07.2007 11:28 443.432 antlr-2.7.6.jar | 04.07.2007 11:28 546.498 antlr-3.0ea8.jar | 04.07.2007 11:2836.846

[jboss-user] [JBoss Seam] - Re: Seam cannot find my components

2007-07-04 Thread stephenwilliams
I have since been able to replicate the problem on my machine by starting the jboss server with the run.bat file. If I start it with eclipse then everything works fine. The problem now is that I don't know what the IDE is doing differently to the run.bat. Does anyone else have any ideas?

[jboss-user] [JBoss Seam] - Re: Seam cannot find my components

2007-07-04 Thread stephenwilliams
It is working now, so I am happy. However I'm not quite sure why. I changed the JRE that eclipse is using and I gave the jre more memory -Xms256m -Xmx1024m View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060375#4060375 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @In required session timeout, IdleRemover Exceptions a

2007-06-25 Thread stephenwilliams
I have the same problem with testNG (3.) With a simple project generated by Seam-Gen (as in the documentation) I get the error... javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'ping' When running the test with the testNG plug-in in eclipse.

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

2007-06-08 Thread stephenwilliams
It works packed as a ear but not as a war. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052465#4052465 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052465 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Remoting Problem (Bug)

2007-06-08 Thread stephenwilliams
moved to... http://jboss.com/index.html?module=bbop=viewtopicp=4052468#4052468 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052469#4052469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052469

[jboss-user] [JBoss Seam] - Re: Remoting Problem (Bug)

2007-06-08 Thread stephenwilliams
I guess this was the right place after all. It would be nice if someone could give me some feedback to this bug. Is their a reason that the ajax packet is being sent incorrectly? The error message is in the remote.js View the original post :

[jboss-user] [JBoss Seam] - Remoting Problem (Bug)

2007-06-06 Thread stephenwilliams
Remoting callback not working I am creating a progress bar based on the seam example remoting/progressbar. The example from the CVS is working but in the project that I created with seam-gen (1.2.1.GA) the callback function is only called when I return an integer. i.e. with @WebRemote

[jboss-user] [JBoss Seam] - NameNotFoundException

2007-06-05 Thread stephenwilliams
Hi! I generated a new eclipse project using seam-gen (1.2.1.GA) and added a simple helloworld remoting example like the example in the documentation. Whilst the same code worked on a previous version (1.1.0.GA?) I get the following error upon calling the after calling my javascript proxy

[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

2007-01-18 Thread stephenwilliams
Thanks guys! I will check it out. Ideally I would like to have a statefull bean that handels all the attributes and generates the image. Of couse if I don't manage this I will also try out peters solution or just a plain servlet. View the original post :

[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

2007-01-17 Thread stephenwilliams
Hi Thanks for the answer petemuir! I would like to get he Ajax4jsf solution working as everywhere I read it should just work with seam 1.1 GA but I am have a problem... I get the error... javax.el.ELException: /home.xhtml: Bean: demo.PaintBean$$EnhancerByCGLIB$$6f0837bd, property: paint |

[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

2007-01-17 Thread stephenwilliams
I have gotten one step further, hurray! My problem was that the ajax4jsf jars (ajax4jsf.jar and oscache-2.3.2.jar were not being deployed. I now have the same problem that has been posted at http://jboss.com/index.html?module=bbop=viewtopicp=3999655 I will continue there. View the original

[jboss-user] [JBoss Seam] - Re: a4j:mediaOutput and SeamFaceletViewHandler

2007-01-17 Thread stephenwilliams
Hi! I have the same problem as these guys. I also found the following post of someone else with this problem but until now no solution. http://www.nabble.com/mediaOutput-Seam-1.1-with-facelets-t2917705.html I am also using Seam 1.1GA with Ajax4JSF 1.0.5 Any help with this would be greatly

[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

2007-01-11 Thread stephenwilliams
I would also be very interested in an answer to this question as I am trying to do the same thing. I have already implimented this with a servlet but I would like to do using a statefull session bean. If anyone could please explain how this can be done I would be very greatfull indead.