[jboss-user] [JBoss Seam] - Re: Newbie here, please help

2008-02-04 Thread lazar.mihai
aa ok, I thought there was some protection against it :"> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126125#4126125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126125 ___

[jboss-user] [JBoss Seam] - Newbie here, please help

2008-02-04 Thread lazar.mihai
I want to save a file on the server in a designated folder for each user ? How do I go about doing that ? I saw manuel palacio's example of storing files on the db, but how exactly do I tell it to store it in a specific folder? Cause Java EE are usualy in a .jar folder and that's a bit confusin

[jboss-user] [JBoss Seam] - Re: Jboss 2.0.1.GA UrlRewritting how to ?

2008-01-31 Thread lazar.mihai
OOOh.. i'm always finding the solution after posting.. it pisses me off :((, DVDSTORE example has urlrewrite :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125388#4125388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Jboss 2.0.1.GA UrlRewritting how to ?

2008-01-31 Thread lazar.mihai
Is there a sample that uses urlrewrite ? or do you have something on the wiki about it ? cause I can't find it, and i'm pretty interested in seeing it in action. Thanks allot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125386#4125386 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception with basic authentication

2008-01-31 Thread lazar.mihai
Try this :D STOP USING RHDS RC1. I had allot of hassle with that thing to. Download Eclipse WTP and JBOss TOOLS.. good luck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125385#4125385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.1.GA Generate Entities fails

2008-01-31 Thread lazar.mihai
Amm, disregard this since I've probably written something stupid in my classes :( sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125300#4125300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125300 __

[jboss-user] [JBoss Seam] - Seam 2.0.0.1.GA Generate Entities fails

2008-01-31 Thread lazar.mihai
First if I don't use @org.hibernate.annotations.Entity Seam Generate Entities from Existing classes fails with a no JPA Installed. If I do use the hibernate annotation it doesn't generate anything :-?? Is anyone else experiencing this ? Or am I the only one fortunate enough ? View the original

[jboss-user] [JBoss Seam] - Re: s:selectItem problem while persisting

2008-01-29 Thread lazar.mihai
What I've done is like this Create a new JBoss Seam Project EAR Seam 2.0.0.GA JBoss 4.2.0.GA Copy paste the entites from ContactList example Contact Comment Seam Reverse Engineer entities from source code (I'm using a MySQL connection that part works) Now .. in the Comment List when selecting

[jboss-user] [JBoss Seam] - Re: s:selectItem problem while persisting

2008-01-29 Thread lazar.mihai
nickarls can u please shed some light on what s:selectItems and f:selectItems are doing ? >From what I figure they both return a SelectItem. I'm trying to make it return a class value and bind it to a componentHome.instance.theclass View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-28 Thread lazar.mihai
Thanks, I can live with that :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124038#4124038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124038 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-28 Thread lazar.mihai
I have no ideea how to do that binding thing. I did manage to reverse engineer the database from my entities and it generated something pretty cool :D, but I would like to be able to do that binding thing u talked about :) View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-28 Thread lazar.mihai
Can u be a bit more explicit please ? I only need it to set studentHome.instance.idcurs to the correct value from the dropdown. Maybe if u do a quick example :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123968#4123968 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Beginner: Bind SelectOneMenu to @onetoone entity object

2008-01-28 Thread lazar.mihai
To be honest I'm glad you opened up the discussion regarding | | | | I have StudentHome the student ( generated with seam generate entities), and I want it to return the id of a se

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-26 Thread lazar.mihai
:-?? How do I say this. The funny thing is .. after I do a post on the forum everything starts working as it should. Must be the air or something, or maybe the late hour.. Although I get those weird Error messages this time around the application started nicely. Did the Seam Generate Entities a

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-26 Thread lazar.mihai
Thanks allot Jay. I did do a clean install of JBoss AS, and it finally started to work :). I was using RHDS RC1, and it had a JBoss 4.2.0_CP1. And I was deploying to it. EAR deployment still doesn't work for some reason. War works just fine. Already did some cool things and it all took so littl

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-26 Thread lazar.mihai
EAR deployment failed :( with something like the message I wrote saying EJBDeployer NotYETINSTALLED View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123733#4123733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123733 __

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-26 Thread lazar.mihai
anonymous wrote : | You created a web project - so it is deploying as a WAR - right? | Yes it's a war. anonymous wrote : | | | Also what does your Authenticator class look like, and your components.xml. The error is saying that it can't find your Authenticator class/component.

[jboss-user] [JBoss Seam] - Re: JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread lazar.mihai
Wow, thanks a lot for the prompt reply :). I had RHDS RC1 and eclipse jee with jboss tools.. What I'm doing is this. I'm making a Seam Web Project with JBoss Seam 2.0.0.GA on JBoss AS 4.2.0.GA The template works fine. When I access Generate Entities from the tool i get a n error saying somethin

[jboss-user] [JBoss Seam] - JBoss Seam, a great product that doesn't work :(

2008-01-25 Thread lazar.mihai
Well, after 3 days of frustration, I finnaly decided to ask help on your forum. I'm pretty sure that this has been already discussed somewhere else but here it goes :). I've run the seam generator tool. Started Jboss AS 4.2.0 GA. Everything was fine. Than I tried to write the registration examp