[JBoss Tools Users] - Re: Jboss Tools for Seam
by allforjava
Hi Max, not expected such active+healthy conversation. Thank you.
anonymous wrote : eh ? Java have .jar files to handle that ;)
|
| Create a utility jar project and add it as a dependency in the war project and it will be included.
I agree to it. However during development phase either I need to create multiple projects OR club everything in single projects before jaring them [fidiling with dependencies]. I have just gave an example for the need of modularity. And not as my only requirement.
I'm just a beginner to J2EE. I'm sure that the Jboss Team will make a right decision towards modularity. To be or Not to be.
anonymous wrote : seam-gen has support for just generating the UI part too. seam generate-ui I think ?
Does Eclipe IDE plugin has this option? Or can I use the console based command 'generate ui' to have views for Eclipse IDE created Seam Project. I doubt.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256863#4256863
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256863
16 years, 9 months
[jBPM Users] - Re: jBPM4 and JBoss IDM
by jeff.yuchang
Hi,
below is the step to use jboss idm in jBPM 4.1 manually.
1. Download the JBoss Identity IDM 1.0.0.Beta1 from here http://repository.jboss.com/maven2/org/jboss/identity/idm/jbossidm/1.0.0..... (Sorry for that didn't put this distribution into the download page yet, will do it in the future).
2. Extract the zip ball, update the build.properties file, to config your database, jboss.home etc.
3. Go to the jboss folder, run: ant install.jbossidm.into.jboss to install the jbossidm.
4. Go to the JBoss AS (which jbpm 4.1 was deployed to)/server/$config (like default)/deploy/jbpm/jbpm-service.sar/jbpm.cfg.xml
Replace the
with
5. Start the AS server, you should be ready to go.
Sorry for the inconvenience, I will work on this task later then.. Please let you know if you have any other issues.
*NB, the jBPM console is using the jbpm built-in identity, if you want to change that, you need to add another application-policy in the jbpm-service.sar/META-INF/jboss-service.xml
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256846#4256846
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256846
16 years, 9 months