[jboss-user] [Security] - Re: MD5 Authentication Fails with JBoss 5.1

2009-11-15 Thread ssisDeveloper
Guys, we were able to solve this problem. If you have a look at the JBoss Manual (chapter 9), you will see that the hashes from jboss are Base64-Encoded. The hashes I used were Hex-Encoded, so as you can see, that doesn't fit together. How can you now change them to Base64-Encoding? Make a sho

[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-15 Thread gaohoward
getDeliveringCount() returns the number of messages in the queue that is being delivered but not acknowledged yet. I think this is the equivalent to getInProcessMessageCount(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265784#4265784 Reply to the po

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - jboss 5.00 combination- interesting observati

2009-11-15 Thread makarandk502
any updates on this issue? -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265783#4265783 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265783 ___ jboss-use

[jboss-user] [jBPM Users] - Re: jbpm 4.2 - Subprocess issue

2009-11-15 Thread makarandk502
Any updates on this issue ? -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265780#4265780 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265780 ___ jboss-us

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-15 Thread makarandk502
Hi, I tried all the options suggested till now. No success yet. DEBUG statements related to JOBExecutor are still coming in command prompt when I start jboss It would be better if you can guide on this -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bb&op=v

[jboss-user] [JBoss Messaging Users] - Re: How can I find in-process message count for JBM Queues?

2009-11-15 Thread rbenko
getMessageCount() is not the same thing - it counts the number of messages currently in the queue. I need the number of messages currently being processed - i.e. the message has been delivered to the consumer, but it hasn't been fully 'consumed' yet. I need it to verify that the MDB's onMessag

[jboss-user] [JBoss Web Services Users] - Re: JAXB - elements unmarshalled to other parent

2009-11-15 Thread xiangyingbing
It seems that jboss's guys are busy, what we can do is just to wait, and wait View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265773#4265773 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265773

[jboss-user] [JBoss Web Services Users] - "jbossws-native-3.2.1.GA.zip" does NOT support polimorphism?

2009-11-15 Thread xiangyingbing
problem of polimorphism web service is post here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=163305 I have tried "jbossws-metro-3.2.1.GA.zip" in jboss510, polimorphism web servi...@xmlseealso] is supported well!!! The same example works in Glassfish too. There must be something

[jboss-user] [JBoss Web Services Users] - Re: Problem of polymorphism of JBoss WebService

2009-11-15 Thread xiangyingbing
I find that if jbossws-native is replaced by JBOssws-METRO, the same jar works!!! There must be something wrong with jbossws-native! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265771#4265771 Reply to the post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [JBoss Portal Users] - CMS data replication not happening

2009-11-15 Thread JaguarPaw
Hi , I am using Jboss App Server 4.2.3.GA and Jboss portal server 2.6.6 I have created multiple jboss instances like ports-01 and ports-02 , but the problem is when a user present in one port edits the cms data , users of other port are not able to view the change. The replication of cms data

[jboss-user] [jBPM Users] - Re: Script Evaluation failed

2009-11-15 Thread saraswati.santanu
Isn't it like using a variable without declaring that is what you are expecting? And why null checks should be treated specially? From the perspective of script validation, I think what is happening is logical. I can imagine scenarios where the current behaviour can create problem. When the var

[jboss-user] [JBoss Messaging Users] - Re: Ordered Redelivery of Messages

2009-11-15 Thread gaohoward
In jbm 1.4, we provide a 'ordering group' feature to guarantee the ordering of message delivery. Please read the user guide for details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265767#4265767 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [JBoss Messaging Users] - Re: How can I find out the in-process message count for Queu

2009-11-15 Thread gaohoward
In JBM 1.x, we have a getMessageCount() bean method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265766#4265766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265766 ___

Re: [jboss-user] No Such Field Error

2009-11-15 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jithu. You might have another version of Log4J on your classpath that is getting picked up before the one JBoss is loading. You will probably have better luck on the forums. This list does not seem to be monitored by anyone from JBoss any more.

[jboss-user] [jBPM Users] - Script Evaluation failed

2009-11-15 Thread pradeep.gulla
When I'm trying to evaluate expression on condition Node I'm getting org.jbpm.api.JbpmException: script evaluation error: Cannot find property content. Though this error is self explanatory, I didn't understand is why there is such restriction on script evaluation even for NULL validation of th

[jboss-user] [Installation, Configuration & Deployment] - configuration issue in Adding APR to JBoss

2009-11-15 Thread tpalani
I am trying to configure the jboss-4.2.2.GA and while running the run.sh. I am getting the following error. Any pointer to fix the problem will be appreciated. Thanks in advance and here is the error message. [jb...@ganga3 bin]$ ./run.sh ./run.conf: line 43: -Xms128m -Xmx4096m -Dsun.rmi.dgc.c

[jboss-user] [jBPM Users] - jBPM 3.2.6.SP1 enterprise environments question

2009-11-15 Thread salaboy21
Hi all, I'm working with the tag jBPM 3.2.6.SP1, (http://anonsvn.jboss.org/repos/jbpm/jbpm3/tags/jbpm-3.2.6.SP1/) and a big question arise. I have an example about a Stateless Session bean that will use the jBPM APIs to interact with processes. The configurations of the example uses: | |

[jboss-user] [JBoss Portal Users] - Localization of layouts

2009-11-15 Thread aspdeepak
Jboss App Server V 4.2.2 Jboss Portal - V 2.7.0 DB - Mysql 5.0 I need to localize my layouts (index.jsp). I learnt that portlets can be localized, but there is no information about the localization in layout. Any suggestions or help is greatly appreciable. View the original post : http://

[jboss-user] [jBPM Users] - Re: jbpm 4.2 spring 2.5.6 integration

2009-11-15 Thread saraswati.santanu
This is sample jpdl.cfg.xml. Please observe the command-service and db id generator mappings. | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-15 Thread saraswati.santanu
What is the version of Jbpm? What are the type of the nodes? Give the snippet of the Jpdl xml and a supporting test case if possible. That image is not descriptive enough. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265751#4265751 Reply to the post : http

[jboss-user] [EJB 3.0 Users] - Re: How do I define attributes in a service bean?

2009-11-15 Thread rnicholson10
Jakiran, sorry for waiting your time. I am an eejit! I never put get/set in front of the attribute method calls. All working now. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265749#4265749 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [Beginner's Corner] - Re: JBoss + PostgreSQL services startup on Windows

2009-11-15 Thread PeterJ
When this error happens, if you try to start the JBoss AS service again, is it successful? Or do you have to first do something with PostgreSQL? If PostgreSQL is taking too much time to start up properly, then the start of the JBoss AS service needs to be delayed until PostgreSQL is fully functi

[jboss-user] [EJB 3.0 Users] - Re: How do I define attributes in a service bean?

2009-11-15 Thread jaikiran
What does your @ManagementInterface look like? anonymous wrote : However I don't know how to define attributes. Do you have getter/setters for those attributes? EJB3 just delegates the service creation to the MBeanServer and does nothing special. View the original post : http://www.jboss.or

[jboss-user] [jBPM Users] - Re: facing issues while assigning parallel task in jbpm usin

2009-11-15 Thread anjaliaggster
Hi, thanks for replying I m posting the snippet of our application Please suggest me best way to achieve this solution [imghttp://yfrog.com/jajbpmj[/img] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265741#4265741 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss Cache Users] - How to use different configurations for different set of hib

2009-11-15 Thread ks_shailesh
I am very new to jboss cache. I managed to configure it with hibernate somehow. I saw hibernate.cache.region.jbc2.cfg.entity property in hibernate.cfg.xml which tells which cache configuration is to be used for entities. But suppose I have two different configurations. Lets say optimistic-entity

[jboss-user] [jBPM Users] - jbpm 4.2 spring 2.5.6 integration

2009-11-15 Thread iga3k
Hello, I've been looking around for a good open source bpm solution and I end up choosing jBPM. Now, I'm trying to integrate it with Spring, but I'm facing some troubles. Here is the jbpm minimal configuration that I'm trying to use: | | | |

[jboss-user] [jBPM Users] - Re: jbpm.wire.bindings.xml

2009-11-15 Thread saraswati.santanu
If it is a new type of binding then you can put your entry in jbpm.user.wire.binding.xml and add that to classpath. If you want to update an existing entry then you need to put your modified jbpm.wire.binding.xml ahead of jbpm.jar in your classpath. View the original post : http://www.jboss.o