[JBoss-user] [JBoss Seam] - Re: Problems deploying Seam app on Linux, works fine on Wind

2006-05-25 Thread ElGamal
Yes you are right. I apologize for this useless post... It was of course a misconfiguration somehow. I reinstalled and deployed again and works. Sorry again (guess I was just too frustated :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946537#3946537 Re

[JBoss-user] [JBoss Seam] - Problems deploying Seam app on Linux, works fine on Windows

2006-05-25 Thread ElGamal
Hi all, when i deploy my Seam application on my Windows Box using JBoss AS 4.0.4 GA it runs like a charm. Now i want to deploy it on my webserver which runs Debian 3.1 and of course JBoss AS 4.0.4 GA also. I'm just getting errors all over the place during deployment. Why does it throw java.

[JBoss-user] [JBoss Seam] - Re: Understanding @Conversational

2006-05-23 Thread ElGamal
You should at least post the necessary code parts so we know what you are actually doing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945610#3945610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945610 --

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-21 Thread ElGamal
Haven't found a good solution, so I just coded a function that simple gets my Set and stores the elements into a List. In my special case its not a bad idea I think, because the user can only select about 20 applications. Of course in genereal iterating over all Set elements takes quite some tim

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-21 Thread ElGamal
Ok, that was not the solution actually. I forgot, that i changed from Set to List. It seems like can't handle Set's. But now with List I have other problems, e.g: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags But there are enough other posts in this forum and in th

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-21 Thread ElGamal
I went to bed, woke up, started AS and it worked :-) Hehe, seriously I think upgrading to myfaces 1.1.3 solved the problem. Looks like the bug has already been fixed in 1.1.2 (so i guess i was still using 1.1.1 *G*) as I found in the release notes for 1.1.2. [MYFACES-733] - javax.faces.el.Prope

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-05-20 Thread ElGamal
Hi, I tried to do exactly the same with and then I came across this post and tried using , but I am receiving the same error even when using the tag. Here is the error stack: SCHWERWIEGEND: Error Rendering View[/user/detailsView.xhtml] | javax.el.ELException: /user/detailsView.xhtml: Bean:

[JBoss-user] [JBoss Seam] - Tomcat JNDI Problem w/ Booking-Example

2006-04-23 Thread ElGamal
Hello, I am trying to get the Booking Demo to work. I am using Eclipse with the Exadel Studio 3.5 Free Version. I created a new project, added all necessary files following the configuration closely. Deployment to Tomcat works, but when I try to register as a new user I get a javax.naming.NameN