Re: [appfuse-user] using sub packages

2008-01-28 Thread elaroche
at this time. If > it's possible to make it work - it wasn't intentional. With that > being said, it might be possible but I don't know how to do it off > the top of my head. I'd have to look at the code. > > Matt > > On Jan 28, 2008, at 8:11 AM, elaroc

[appfuse-user] using sub packages

2008-01-28 Thread elaroche
Hi everybody. I'm sure it has already been asked but I can't found anything :( (bad keywords for sure). I'm looking to know how to create sub packages that works with appfuse maven generation. I'm using Appfuse 2 last stable release. archetype: modular well I've made a Pojo: com.mycompany.myapp

Re: [appfuse-user] change theme without being admin

2008-01-21 Thread elaroche
Well it depends. I had these configurations : - no modifications possible (even admin) - per user setting - per origin (network information : intranet, extranet, internet) Matt Raible-3 wrote: > > What do other users think? Is it better to have it the current way > (changeable by admins

[appfuse-user] cargo missing project-core dependency

2008-01-18 Thread elaroche
Hope someone will be able to help me: I'm using Appfuse 2 with modular archetype. I don't want the project-core.jar included into the project-web.war So I've used : maven-war-plugin 2.0.2 *

[appfuse-user] cargo missing project-core dependency

2008-01-18 Thread elaroche
Hope someone will be able to help me: I'm using Appfuse 2 with modular archetype. I don't want the project-core.jar included into the project-web.war So I've used : maven-war-plugin 2.0.2

Re: [appfuse-user] one core (in jar), three wars, all in one ear

2008-01-17 Thread elaroche
Well thanks to Mike Horwitz, skinny war did help !!! like this: maven-war-plugin 2.0.2 **/jdbc.properties,**/hibernate.cfg.xml,**/sql-map-config.xml,**/web.xml,WEB-INF/classes/META-INF/**

Re: [appfuse-user] one core (in jar), three wars, all in one ear

2008-01-17 Thread elaroche
dea ? Mike Horwitz wrote: > > On 1/17/08, elaroche <[EMAIL PROTECTED]> wrote: >> >> >> thanks for you reply, >> >> but what about the compilation problem ? >> in the modular archetype the project-core.jar is not in the WEB-INF/lib >> but

Re: [appfuse-user] one core (in jar), three wars, all in one ear

2008-01-17 Thread elaroche
wrote: > > It is possible - the following will be useful: > http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html > > Basically you want to build each war as a "skinny war" and then package > the > lot into an ear file. > > Mike > >

Re: [appfuse-user] Multiple Locals one application

2008-01-17 Thread elaroche
I don't know much about Appfuse 2 but with the Appfuse 1.8 it was using the local from your web browser ! What I know is that appfuse supports multiple languages. ddanet wrote: > > I have seen many threads regarding single locale apps but I could not find > one that suggests using several loca

[appfuse-user] one core (in jar), three wars, all in one ear

2008-01-17 Thread elaroche
Hi everybody (Hi Matt ;-) ) I was used to Appfuse < 2.0 and now I'm getting on the latest one (with Maven). What I'm trying to do is to share one core with multiple webapps, which will live in the same ear. I couldn't find any information in the forum about that (if you have a thread let me know