this doesnt works for me
when i print getValue("parentCategory"), null comes.
i am confused.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119546#4119546
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119546
hi..
i ve a little question about user integration test w testNG.
| new FacesRequest() {
| protected void invokeApplication() {
| Session hibernateSession = (Session)
Component.getInstance("hibernateSession");
|
any solution ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116322#4116322
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116322
___
jboss-user mailing list
jboss-user@lists
Hi Pete,
It must be unit testing. Here is what I have tried with best of my knowledge.
Here is my @BeforeClass method :
@BeforeClass
| public void init(){
| try {
| HibernateSessionFactory hsf=new
HibernateSessionFactory();
|
will test both of them..
how can i initialize hibernateSession ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116151#4116151
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116151
__
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126658
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116150#4116150
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116150
___
we had similar problems with CVS and changed our versioning system cvs to
svn.Now we can commit all the project directories (war's 2,ear's 4) to svn and
checkout without new project wizard..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116148#4116148
Reply
ok copied to seam forum,you can delete this thread.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115865#4115865
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115865
___
jbo
Hi.
Want to test my action classes with hibernateSession instead of EntityManager
and my actions like below..
@In(create=true)
| private Session hibernateSession;
|
| @Out @In(required=false)
| Category category;
|
| public String save(){
| //bla bla
| hibernateS
Hi.
Want to test my action classes with hibernateSession instead of EntityManager
and my actions like below..
|
| @In(create=true)
| private Session hibernateSession;
|
| @Out @In(required=false)
| Category category;
|
| public String save(){
| //bla bla
|
Hi.
We had been using Netbeans for our Seam project but we decided to use WTP +
JBoss Tools when the Tools 2.0 released.
I am little bit confused about cvs part.
When i create a new seam project (deploy as ear), wtp creates 4 project
directory. [xxx / xxx-ejb / xxx-ear / xxx-test]
Should i com
11 matches
Mail list logo