[JBoss jBPM] - Re: Help: Starting a project with jBPM - version, tomcat, bu
by kukeltje
1: 3 is stable for a long time, the first official 4 release will be out by the end of the month.
2: Answer could be found by searching the forum (ok should have been mentioned more explicitly in another place but anyhow....) The 3.3 releases are 'withdrawn', The major difference was support for the upcommming console and some db updates which had to be reverted. functionality wise there were not many differences.So 3.2.6SP1 is the latest
3: It's a few jars and dependencies nothing more.The basics of which jars is described to some extend in the docs, but if you use maven, most can be resolved via that mechanism.
4: Yes. like you would embed any other jar or set of jars. Nothing spelcial about it. Sure you could have some library clashes but that is also not different than with other jars and dependencies, e.g. xml libs, dom libs etc... common java issues with other apps as well.
5: What is deploying non-programatically? Via pigeons? There are ant tasks that can deploy a definition to a database, but that requires configuring a database for this task. If you do it from your own application it is nothing more than passing an xml file to a deploy method. This is done in many of the testcases as well and can be seen in some examples in the forum. You could build a webapp where you upload that file and pass it to the deploy method. Really no rocket-science. But if you do not tell us what your problems were, we can only guess and that is never good.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238337#4238337
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238337
17 years, 1 month
[Security & JAAS/JBoss] - JBOSS Negotiate setup clarification with regards to Active D
by dufferdo25
Hello all,
I was wondering if I could get some clarification with regards to JBOSS Negotiate.
I am running JBOSS 5.1.0.GA and trying to incorporate the latest Negotiate component.
I have a win2k3 Active directory and want to verify the steps in the "how-to" , specifically Chapter 3 (ACtive Directory).
Let me summarize my setup first:
Domain= base.myco.com
Domain Controller= dc.base.myco.com
JBOSS is on Debian machine called jportal
JBOSS fqdn= jportal.base.myco.com
Now for the first step Server User Creation
I create a user called spnego-test who belongs to the Domain Users group.
Second step Service Account Mapping:
(This is where I have a question...the docs show the following:
setspn.exe -a host/testserver.kerberos.jboss.org testserver
setspn.exe -a HTTP/testserver.kerberos.jboss.org testserver
Now is testserver the user name or the server where jboss resides?)
Do I do the following?:
setspn.exe -a host/jportal.base.myco.com spnego-test
setspn.exe -a HTTP/jportal.base.myco.com spnego-test
jportal being my jboss machine and spnego-test being the user I created
Step 3: ktpass
docs show this:
ktpass -princ host/testserver(a)kerberos.jboss.org -pass * -mapuser KERBEROS\testserver
-out C:\testserver.host.keytab
Do I do the following?:
ktpass -princ host/jportal(a)base.myco.com -pass * -mapuser DC.BASE.MYCO.COM\spnego-test -out C:\spnego-test.host.keytab
Step 4:
DOcs say to do the following: ktab -k c:\testserver.host.keytab -a testserver(a)KERBEROS.JBOSS.ORG
Do I do?:
ktab -k c:\spnego-test.host.keytab -a spnego-test(a)DC.BASE.MYCO.COM
Thanks for any help!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238319#4238319
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238319
17 years, 1 month