[jboss-user] [JBoss jBPM] - How to save only the state in JBPM

2008-11-06 Thread spatik
I have an user enrollment controlled by JBPM hopping from one node to another. 
Now, every node has got as state which Iam persisting when Iam hitting 
workflow. 

now, the user can do a partial enrollment and log out of the system and come 
back and continue from the same page he logged out last time. Now, if i happen 
to change any of the nodes' state which was saved previously, how do I make 
sure, that I save only the state from the context and does not signal myself to 
the next node.

Like, I want to save only the delta state of a page.
How do I do it?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187273#4187273

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187273
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - reg :CREATING USER MY DATABASE RATHER THAN CREATIN IN ITS OW

2008-03-31 Thread spatik
hi 

iam using jboss porta 2.6.3. i need to save the user in my application schema. 

when the new user registers i need the user to be saved in my database rather 
in its own schema.


need help reg this  


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413#413

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JndiBoundTreeCacheProvider

2008-02-28 Thread spatik
Thanks. I really appreciate the reply.
I did post a reply for the same.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132989#4132989

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132989
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JndiBoundTreeCacheProvider

2008-02-27 Thread spatik
To be specific, the exported interface used is a TreeCacheMBean, but the author 
has type caste it to TreeCache. When it comes to the getCache, the library 
throws a exception that, the TreeCache which was proxied cannot be type casted 
to org.jboss.cache.TreeCache.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132594#4132594

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132594
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - JndiBoundTreeCacheProvider

2008-02-25 Thread spatik
Hai, I get this Type cast error when Iam using JndiBoundTreeCacheProvider.

02:33:24,653 ERROR [STDERR] Caused by: java.lang.ClassCastException: $Proxy200 
cannot be cast to org.jboss.cache.TreeCache
  | 02:33:24,653 ERROR [STDERR] at 
org.hibernate.cache.JndiBoundTreeCacheProvider.getTreeCacheInstance(JndiBoundTreeCacheProvider.java:61)
  | 02:33:24,653 ERROR [STDERR] at 
org.hibernate.cache.JndiBoundTreeCacheProvider.buildCache(JndiBoundTreeCacheProvider.java:31)
  | 02:33:24,653 ERROR [STDERR] at 
org.hibernate.cache.UpdateTimestampsCache.(UpdateTimestampsCache.java:42)
  | 02:33:24,653 ERROR [STDERR] at 
org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:337)
  | 02:33:24,653 ERROR [STDERR] at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)

When I checked the JndiBoundTreeCacheProvider Class, I saw that the author has 
tried to typecast the JRMPProxyObject to org.jboss.cache.TreeCache.

Can you please tell me if this issue has been fixed. If it is not is there any 
work arounds for the same.
Thanks.

Here is my configuration for the exporting the Treecache MBean with a JNDI:


  
  |jboss:service=invoker,type=jrmp
  |sensei:service=TreeCache
  |SenseiCache 
  |true 
  |org.jboss.cache.TreeCacheMBean
  |
  | 
  | 
org.jboss.proxy.ClientMethodInterceptor
  |  
org.jboss.proxy.SecurityInterceptor
  | 
org.jboss.invocation.InvokerInterceptor
  |   
  |
  |jboss:service=invoker,type=jrmp
  |sensei:service=TreeCache
  |   


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131995#4131995

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131995
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user