[jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb

2007-11-19 Thread dheerajsega
I have been facing with the similar kind of error in testing as shown below. | javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'user' | at com.sun.el.lang.ELSupport.throwUnhandled(ELSupport.java:52) | at com.sun.el.parser.AstIdentifie

[jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb

2007-11-19 Thread dheerajsega
Can anyone tell me from where I should download the jboss-seam-ioc.jar file and place it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106113#4106113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106113

[jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb

2007-11-19 Thread dheerajsega
I am also facing the same error.Can anyone help to resolve the error obtained during testing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106111#4106111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106111 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: org.hibernate.HibernateException: Could not find datasou

2007-11-19 Thread dheerajsega
Thanks, I modified the code and it throws me new error as | javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'user' | at com.sun.el.lang.ELSupport.throwUnhandled(ELSupport.java:52) | at com.sun.el.parser.AstIdentifier.getValue(AstIde

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - org.hibernate.HibernateException: Could not find datasource

2007-11-01 Thread dheerajsega
Hi, I am trying to test my application with Testng .. but i m getting some errors as given below. javax.persistence.PersistenceException: org.hibernate.HibernateException: Could not find datasource Can aynone tell me what the error may be and what should be done to solve it... View the orig

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: No Persistence provider for EntityManager

2007-11-01 Thread dheerajsega
Hi, I was able to fix it.. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100954#4100954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100954 ___ jboss-user mailing li

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: No Persistence provider for EntityManager

2007-10-30 Thread dheerajsega
When I gave correct persistence unit name ..the following errors occured.. javax.persistence.PersistenceException: org.hibernate.HibernateException: Could not find datasource at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:217) at org.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: No Persistence provider for EntityManager

2007-10-30 Thread dheerajsega
The entire errors that I got is : javax.persistence.PersistenceException: No Persistence provider for EntityManager named wingsEntityManagerFactory at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:41) at javax.persistence.Persistence.create

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - No Persistence provider for EntityManager

2007-10-30 Thread dheerajsega
HI, I have tried to test my application using Testng methods. But my tests are failed and it returns the error:: javax.persistence.PersistenceException: No Persistence provider for EntityManager named... Can anyone tell me why I am unable to test even when the persistence file is correct.

[jboss-user] [JBoss Seam] - Re: Error TestNG in seam application

2007-10-30 Thread dheerajsega
Thanks, it worked... I used the suite earlier but it was in right way so i modified it and it worked IS there any example(not a simple one as in TESTNG.org documentation) that shows how the results of a complex example something like real world application test results look like..

[jboss-user] [JBoss Seam] - Re: Error TestNG in seam application

2007-10-26 Thread dheerajsega
hi, I was succefully able to test it but..there starts another problem. It returns me the error at the end ... [testng] [WARNING]: No test suite found.Nothing to run. Can anyone explain what exactly it means? and what should be done to solve this problem? thanks, dheeraj View the original

[jboss-user] [JBoss Seam] - Error TestNG in seam application

2007-10-23 Thread dheerajsega
I have tried to ant test for my application but it returns me the error .. [testng] You need to specify at least one testng.xml or one class... I tried to specify one test class in testng.xml but even then it throws the same error. In my application i m trying to test the login page for which I

[jboss-user] [Security & JAAS/JBoss] - Re: authenticator action..password hashing

2007-07-09 Thread dheerajsega
Thanks it works.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061969#4061969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061969 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: seam generate entities

2007-06-13 Thread dheerajsega
Thank you .. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053975#4053975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053975 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: seam generate entities

2007-06-12 Thread dheerajsega
Thanks it worked ..I always wish anyone could give me the link which speicifies al lthe commands that can be used .. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053737#4053737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - JBoss IDE

2007-06-12 Thread dheerajsega
I am using JBoss IDE (Eclipse) I am new to this IDE and I was wondering if there is any command to create entity like the ... seam new-form seam new -project etc.. Are there any tutorials that help in using this IDE for JBoss Thanks in advance View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - seam generate entities

2007-06-12 Thread dheerajsega
I am using JBoss IDE (Eclispse) I am new to this IDE and Iwas wondering if there is any command to create entity like the ... seam new-form seam new -project etc.. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053588#4053588 Reply to t

[jboss-user] [Security & JAAS/JBoss] - create a new package in JBoss

2007-05-31 Thread dheerajsega
Can one tell me how to create a package in JBoss and make it work. I tried to create a package by saving the file in concerned folder ,but when I try to access that method form that package then , the deployment fails. I do nt know what files to be modified and their location to make a new p

[jboss-user] [Security & JAAS/JBoss] - authenticator action..password hashing

2007-05-25 Thread dheerajsega
I was trying to compare the hashed password stored in my database with the password the end user types by hashing the user entered password. I am posting the code that i used in authenticator action java file. I am able deploy the application but cannot login. // public class AuthenticatorActio

[jboss-user] [Security & JAAS/JBoss] - password hashing

2007-05-24 Thread dheerajsega
I was trying to compare the hashed password in the database with the user entered password during the logging in but the I m unable to hash and compare the end user password ..how can I achieve this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048469#404