[JBoss jBPM] - Re: Modeling simple process(tasks)
by dlipski
anonymous wrote : The situation is not uncommon, the way you model it is
So what is a common way ? But dont reference me to workflow patterns because they dont use task nodes, task instances, and other jBPM specifics so in this situtaion are useless.
I have to use tasks beacouse it is only way(only in iBPM ?) i can apply permissions.
anonymous wrote : model it differently
I try to model it differently but i don't know how (look at subject of my first post)
anonymous wrote : create custom pages
What are pages ? pages == nodes ? I didn't remember these term from documentation.
anonymous wrote : BPM currently does not do evertything automagically
Do u see any magic here ? where ? ;) Connecting tasks with transitions is magic ?
In my opinion not.
Your solution:
anonymous wrote : - set a variable in each task, have just one transition
| - use a decision to direct the process
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958722#3958722
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958722
19 years, 9 months
[Security & JAAS/JBoss] - Re: Integration of Custom Client and Server Login Modules
by kearns
Thanks for your continued interest.
I continued to research the problem and started with switching on logging for the jboss security package in log4j:
<appender name="SECURITY" class="org.apache.log4j.FileAppender">
| <param name="File" value="${jboss.server.home.dir}/log/security.log"/>
| <param name="Append" value="true"/>
| <layout class="org.apache.log4j.PatternLayout">
| <param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
| </layout>
| </appender>
|
| <category name="org.jboss.security">
| <priority value="DEBUG"/>
| <appender-ref ref="SECURITY"/>
| </category>
When I ran the app I expected to see a security manager log entry for both of the security domains (or realms) i.e. SecureBankDomain and Example (the custom client login module policy name). However only the SecureBankDomain was logged:
2006-07-18 10:46:53,125 DEBUG [org.jboss.security.plugins.JaasSecurityManager.SecureBankDomain] CallbackHandler: org.jboss.security.auth.callback.SecurityAssociationHandler@501e4e
2006-07-18 10:46:53,125 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@1f5cc7d
2006-07-18 10:46:53,125 DEBUG [org.jboss.security.plugins.JaasSecurityManager.SecureBankDomain] CachePolicy set to: org.jboss.util.TimedCachePolicy@4430e2
2006-07-18 10:46:53,125 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@4430e2
2006-07-18 10:46:53,125 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Added SecureBankDomain, org.jboss.security.plugins.SecurityDomainContext@e5590e to map
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958721#3958721
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958721
19 years, 9 months
[JNDI/Naming/Network] - Failed to start AutomaticDiscovery
by Agustinbelmonte
Hi, i´m installing and testing jboss for migratin from Bea weblogic i´ve a problem starting jBoss AS with a exception "Failed to start AutomaticDiscovery".
This is a snap that shows the exception:
17:02:56,176 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
17:02:56,553 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher
17:02:56,790 INFO [STDOUT]
-------------------------------------------------------
GMS: address is pilotojboss:32791 (additional data: 16 bytes)
-------------------------------------------------------
17:02:56,889 ERROR [UDP] exception=java.io.IOException: Network is unreachable, msg=[dst: 228.1.2.3:45566, src: pilotojboss:32791 (additional data: 16 bytes) (2 headers), size = 0 bytes], mcast_addr=228.1.2.3:45566
17:02:58,941 INFO [DefaultPartition] Number of cluster members: 1
17:02:58,943 INFO [DefaultPartition] Other members: 0
17:02:58,944 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
17:02:59,295 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
17:02:59,347 WARN [HANamingService] Failed to start AutomaticDiscovery
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:134)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:274)
at org.jboss.ha.jndi.DetachedHANamingService$AutomaticDiscovery.start(DetachedHANamingService.java:548)
at org.jboss.ha.jndi.DetachedHANamingService.startService(DetachedHANamingService.java:374)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
Please help me. Answer me here or by email to memoloamimismo(a)gmail.com.
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958720#3958720
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958720
19 years, 9 months
[Beginners Corner] - Failed to start AutomaticDiscovery
by Agustinbelmonte
Hi, i´m installing and testing jboss for migratin from Bea weblogic i´ve a problem starting jBoss AS with a exception "Failed to start AutomaticDiscovery".
This is a snap that shows the exception:
17:02:56,176 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
17:02:56,553 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher
17:02:56,790 INFO [STDOUT]
-------------------------------------------------------
GMS: address is pilotojboss:32791 (additional data: 16 bytes)
-------------------------------------------------------
17:02:56,889 ERROR [UDP] exception=java.io.IOException: Network is unreachable, msg=[dst: 228.1.2.3:45566, src: pilotojboss:32791 (additional data: 16 bytes) (2 headers), size = 0 bytes], mcast_addr=228.1.2.3:45566
17:02:58,941 INFO [DefaultPartition] Number of cluster members: 1
17:02:58,943 INFO [DefaultPartition] Other members: 0
17:02:58,944 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
17:02:59,295 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
17:02:59,347 WARN [HANamingService] Failed to start AutomaticDiscovery
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:134)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:274)
at org.jboss.ha.jndi.DetachedHANamingService$AutomaticDiscovery.start(DetachedHANamingService.java:548)
at org.jboss.ha.jndi.DetachedHANamingService.startService(DetachedHANamingService.java:374)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
Please help me. Answer me here or by email to memoloamimismo(a)gmail.com.
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958718#3958718
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958718
19 years, 9 months
[Installation, Configuration & Deployment] - Failed to start AutomaticDiscovery
by Agustinbelmonte
Hi, i´m installing and testing jboss for migratin from Bea weblogic i´ve a problem starting jBoss AS with a exception "Failed to start AutomaticDiscovery".
This is a snap that shows the exception:
17:02:56,176 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
17:02:56,553 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher
17:02:56,790 INFO [STDOUT]
-------------------------------------------------------
GMS: address is pilotojboss:32791 (additional data: 16 bytes)
-------------------------------------------------------
17:02:56,889 ERROR [UDP] exception=java.io.IOException: Network is unreachable, msg=[dst: 228.1.2.3:45566, src: pilotojboss:32791 (additional data: 16 bytes) (2 headers), size = 0 bytes], mcast_addr=228.1.2.3:45566
17:02:58,941 INFO [DefaultPartition] Number of cluster members: 1
17:02:58,943 INFO [DefaultPartition] Other members: 0
17:02:58,944 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
17:02:59,295 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/0.0.0.0
17:02:59,347 WARN [HANamingService] Failed to start AutomaticDiscovery
java.net.SocketException: No such device
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.PlainDatagramSocketImpl.join(PlainDatagramSocketImpl.java:134)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:274)
at org.jboss.ha.jndi.DetachedHANamingService$AutomaticDiscovery.start(DetachedHANamingService.java:548)
at org.jboss.ha.jndi.DetachedHANamingService.startService(DetachedHANamingService.java:374)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
Please help me. Answer me here or by email to memoloamimismo(a)gmail.com.
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958716#3958716
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958716
19 years, 9 months