[appfuse-user] map boolean field in model to char or integer

2007-05-01 Thread Bajju
In the example User model, there are four fields which are boolean, namely enabled accountExpired accountLocked credentialsExpired there are associated @Column annotations on these for JPA. For MySQL these fields are getting mapped to bit fields, on other databases such as db/2 there are no c

[appfuse-user] Switch database from mySQL to Db/2 using JNDI datasources

2007-04-30 Thread Bajju
Any idea how I wuld accompalish above? basically, we wish to do following. (1) Use JNDI datasources (on websphere 6.1.x), instead of spring managed. (2) Use DB/2 instead of MySQL Rgds, Deepak BAJAJ -- View this message in context: http://www.nabble.com/Switch-database-from-mySQL-to-Db-2-us

[appfuse-user] org.appfuse.webapp.* package src ?

2007-03-30 Thread Bajju
war:inplace brings in the jsp's and org.appfuse.webapp.* in the classes folder. But what is mysterious to me is why is it not bringing in the corresponding .java src package for the org.appfuse.webapp.* ? It seems a bit strange that webapp's jsp are brought in, and .class but not .java? How do

Re: [appfuse-user] mvn war:inplace problem

2007-03-30 Thread Bajju
war:inplace brings in the jsp's and org.appfuse.webapp.* in the classes folder. But what is mysterious to me is why is it not bringing in the corresponding .java src package for the org.appfuse.webapp.* ? It seems a bit strange that webapp's jsp are brought in, and .class but not .java? How d

[appfuse-user] mvn war:inplace problem

2007-03-30 Thread Bajju
When I run above task, I am getting error saying com.mycompany:myproject-core:jar:1.0-SNAPSHOT is missing. I already ran (mvn integration-test with build success) Do I need to install the core jar into repository using mvn install from core ? Rgds, Deepak -- View this message in context:

[appfuse-user] src for webapp java classes?

2007-03-30 Thread Bajju
I installed modular appfuse (BTW: mvn does not work with IBM JRE 1.5 on winxp) I did mvn war:inplace to get the src for the webapp (since I want to modify the jsp's). I am looking for the src for the controllers, such as UserController et. al., and though I "see" these in web-inf/classes, but the