[jboss-user] [JBoss Seam] - Re: Problem by inserting of entities

2007-04-27 Thread music
Sammy8306 wrote : The answers to those question would depend on the contents of your persistence.xml file, may be you can post that? Hi, I also try a lot of things to do in persistance.xml. My persistance.xml look like this: | | ?xml version=1.0 encoding=UTF-8? | persistence

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-04-27 Thread music
Hi, I have got the same problem with my code too. By me there is a problem with the length of password. I hashed this and then got a string longer of 15 chars, what has been set actually in my @Length-rule. Some of rules (@Length for example) are first checked when You try to persist Your

[jboss-user] [JBoss Seam] - Problem by inserting of entities

2007-04-23 Thread music
Hi, I use JBoss Seam 1.2.1 GA, Jboss 4.0.5 GA and JSF for one project. I have made one new Session bean for inserting/deleting some data in/from database. It's look something like this: | | @Stateless | @Name(initialize) | public class InitializeData implements Initialize | { |

[jboss-user] [JBoss Seam] - Re: Problem by inserting of entities

2007-04-23 Thread music
doesn't that. Is there any way to tell jboss to delete the content of database by restart!? p.s. where is actually content of database saved? Thx for hints! music View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039897#4039897 Reply to the post : http