[appfuse-user] websphere transaction management

2010-02-11 Thread jmowla
hi folks, how can i configure jta transaction management under websphere? anybody tried that? -- View this message in context: http://n4.nabble.com/websphere-transaction-management-tp1477680p1477680.html Sent from the AppFuse - User mailing list archive at Nabble.com. --

[appfuse-user] PropertyPlaceholderConfigurer in jar file

2009-07-25 Thread jmowla
hi all, i'm using "PropertyPlaceholderConfigurer" within jar file and tried to put this jar file into the main modular application. the definition of applicationContext.xml are as follows: classpath:wmq.properties everything is ok while i'm testing the jar f

[appfuse-user] PropertyPlaceholderConfigurer in jar file

2009-07-24 Thread jmowla
hi all, i just configured "PropertyPlaceholderConfigurer" in a .jar file and load a .properties file to initiate bean parameters as follows classpath:wmq.properties when i'm using this .jar file in a module that has another placeholder and needs to configure a

[appfuse-user] test and re-creating datababse

2009-03-15 Thread jmowla
hi all, is there a way to run test without re-creating database and just importing clean data into the db? in many situations we don't have any changes on the model (database) and re-creating the same database is very timeconsuming and vain! any help appreciated -- View this message in context:

[appfuse-user] build from source

2008-12-26 Thread jmowla
hi folks, the current release of AppFuse is 2.0.2 but prodoction version number is 2.1-SNAPSHOT this means that i can not fully utilize features and bug fixes of 2.1-SNAPSHOT. how really i can build by the latest changes of AppFuse? i checked out the source and have all of that; but, when i build

[appfuse-user] session variables and long transaction

2007-12-08 Thread jmowla
hi all how can i store session variables into service layer in transactions that span multiple pages? ( something like SFSB ) thanks in advanced -- View this message in context: http://www.nabble.com/session-variables-and-long-transaction-tp14235518s2369p14235518.html Sent from the AppFuse - Use

[appfuse-user] overriding default model of appfuse

2007-11-25 Thread jmowla
hi all how can i implement my own User object without modifying appfuse-model? -- View this message in context: http://www.nabble.com/overriding-default-model-of-appfuse-tf4872914s2369.html#a13943801 Sent from the AppFuse - User mailing list archive at Nabble.com. --

[appfuse-user] debug message of dbunit

2007-11-16 Thread jmowla
hi all i just tried to see debug messages of dbunit while creating/inserting or updating the database during build/test process by adding to log4j.xml file. but it does not work properly. how can i do that -- View this message in context: http://www.nabble.com/debug-message-of

Re: [appfuse-user] debug AppFuse 2.0 test case

2007-11-12 Thread jmowla
yes, i tried that and works right. i just configured that wrong previously thanks again Matt mraible wrote: > > Have you tried running your test in IDEA in debug mode? > -- View this message in context: http://www.nabble.com/debug-AppFuse-2.0-test-case-tf4795750s2369.html#a13720198 Sent fro

[appfuse-user] debug AppFuse 2.0 test case

2007-11-12 Thread jmowla
hi all i'm using appfuse 2.0 and IntelliJ IDEA 7.0 as my development environment. maybe this is not a good approach but i'd like to debug test-cases in some situations! how can i do that? thanks in advanced -- View this message in context: http://www.nabble.com/debug-AppFuse-2.0-test-case-tf479

[appfuse-user] lazy initialization failure @ service SOLVED

2007-11-07 Thread jmowla
thanks, it works right now. i just added these lines to applicationContext.xml file mraible wrote: > > Does this work in a test? If so, then it's probably because your class > name doesn't end in Manager. > > Matt > -- View this message in context: http://www

Re: [appfuse-user] lazy initialization failure @ service

2007-11-07 Thread jmowla
yes, my class name does not end in Manager. :"> any simple advise ( except adding Manager post-fix to the class ;-) ) to make transaction support by the class. :blush: mraible wrote: > > Does this work in a test? If so, then it's probably because your class > name doesn't end in Manager. > > M

Re: [appfuse-user] lazy initialization failure @ service

2007-11-06 Thread jmowla
my problem is how i can initiate lazy loaded relation in service method suppose this code snippet: public Card getEmployeeActiveCard(long employeeNo) { Employee employee= employeeDao.findByEmployeeNo(employeeNo) for (Card card : employee.getCards()) {// LIE occurred here

Re: [appfuse-user] lazy initialization failure @ service

2007-11-06 Thread jmowla
Hi Matt amazing!! like always you reply fast :-o, didnt you get some sleep man? ;-) i'm using the method as a web service, in the method after fetching the desired object a one-to-many lazy loading relation scanned to find active instance, but at this point LIE occurred because of accessing lazy-l

[appfuse-user] lazy initialization failure @ service

2007-11-06 Thread jmowla
hi all in appfuse 2.0 i got lazy-initialization exception during accessing of a lazy loaded attribute, i can not change the behavior of loading to EAGER! as we know each method in managers has PROPAGATION_REQUIRED transaction attribute, how can i solve the problem that accessing of lazy loading at

Re: [appfuse-user] appfuse-modular-spring

2007-06-14 Thread jmowla
thanks Matt but if courier-core is a module of the whole project then why i have to register that? if i register courier-core into the repository why i have the source of the module in the project? jmowla mraible wrote: > > The instructions should say run "mvn install" fr

Re: [appfuse-user] appfuse-modular-spring

2007-06-10 Thread jmowla
'mvn idea:idea' the idea project file created successfully! am i right? i think the last step is not nessessary because courier-core is the module of the project and may change during development then no need to register it in maven repository! jmowla wrote: > > by using AppF

[appfuse-user] appfuse-modular-spring

2007-06-10 Thread jmowla
by using AppFuse 2.0M5 i just tried to create a new modular spring project by the command: mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-modular-spring -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m5 -DgroupId=com.citd.courie

[appfuse-user] appfuse 2.0M5 - porlet development

2007-05-25 Thread jmowla
hi any suggestion to prepare an environment to develope & test portlets easily ;) i'm using appfuse 2.0M5 and want to make and deploy portlet on Liferay 4.2.2 any help appreciated >(^_^)< -- View this message in context: http://www.nabble.com/appfuse-2.0M5---porlet-development-tf38195

Re: [appfuse-user] accesing bean in service layer

2007-01-20 Thread jmowla
er initialized by container :) and i can not use ref to bean rejectOrderJob, because jobClass expected a type of Class, then i can not define a bean of type RejectOrderJob and pass the ref to jobClass :( i need some beans in RejectOrderJob, how can i access deired beans? :( thanks Michael Horwi

Re: [appfuse-user] accesing bean in service layer

2007-01-20 Thread jmowla
tically > pass in the application context to any bean that implements this > interface. > > Mike > > On 1/20/07, jmowla <[EMAIL PROTECTED]> wrote: >> >> >> hi all >> i'm using appfuse 1.9.4 (springmvc+spirng+hibernate) and want to get a >>

[appfuse-user] accesing bean in servcie layer

2007-01-20 Thread jmowla
hi all i'm using appfuse 1.9.4 (springmvc+spirng+hibernate) and want to get a bean programatically by using 'getBean()' method in simple java class in service layer. how can i get a valid ApplicationContext class? or how can i do that ( except wiring ) thanks in advanced -- View this message in c

Re: [appfuse-user] appfuse on weblogic

2006-12-28 Thread jmowla
Sanjiv the application deployed and working on tomcat, when i wanted to deploy the same app on weblogic i got that error, any specific configuration required? Sanjiv Jivan wrote: > > Its not complaining about abc-dao.jar missing from the classpath. Where is > "org/appfuse/abc/model" referred to

[appfuse-user] appfuse on weblogic

2006-12-26 Thread jmowla
anybody deploy appfuse on weblogic? i just tried to deploy appfuse 1.9.3 application to weblogic 9.1 but it cant beploy on it weblogic says the following and stops deploying org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletCo

[appfuse-user] appfuse 2 cvs download

2006-12-26 Thread jmowla
hi all accept my excuse for asking this too simple question :"> how can i access nightly snapshot of appfuse 2.0 or accessing it via cvs or svn? i just see the web interface for svn but i need to download complete project from the command line thanks -- View this message in context: http://www.n