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
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
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
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
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
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
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
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
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&
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
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
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
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
___
-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.
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
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
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 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://
This is sample jpdl.cfg.xml. Please observe the command-service and db id
generator mappings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
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
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
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
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
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
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:
|
|
|
|
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
27 matches
Mail list logo