[jboss-user] [JBoss Seam] - Re: how to set parameters in user integration tests

2008-01-14 Thread berkay
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

[jboss-user] [JBoss Seam] - how to set parameters in user integration tests

2008-01-14 Thread berkay
hi.. i ve a little question about user integration test w testNG. | new FacesRequest() { | protected void invokeApplication() { | Session hibernateSession = (Session) Component.getInstance("hibernateSession"); |

[jboss-user] [JBoss Seam] - Re: injection in tests ?

2008-01-02 Thread berkay
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

[jboss-user] [JBoss Seam] - Re: injection in tests ?

2007-12-31 Thread berkay
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(); |

[jboss-user] [JBoss Seam] - Re: injection in tests ?

2007-12-30 Thread berkay
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 __

[jboss-user] [JBoss Tools (users)] - Re: injection in tests ?

2007-12-30 Thread berkay
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 ___

[jboss-user] [JBoss Tools (users)] - Re: Commit & Checkout Seam Project

2007-12-30 Thread berkay
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

[jboss-user] [JBoss Tools (users)] - Re: injection in tests ?

2007-12-28 Thread berkay
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

[jboss-user] [JBoss Seam] - injection in tests ?

2007-12-28 Thread berkay
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

[jboss-user] [JBoss Tools (users)] - injection in tests ?

2007-12-27 Thread berkay
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 |

[jboss-user] [JBoss Tools (users)] - Commit & Checkout Seam Project

2007-12-24 Thread berkay
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