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
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
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
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
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:
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