See Thread at: http://www.techienuggets.com/Detail?tx=41914 Posted on behalf of
a User
I'm experiencing same issue. Here is relevant snippet from my eclipse log file:
!ENTRY org.eclipse.ui 4 0 2008-08-08 15:04:59.879
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NoClassDefFoundErro
Check this out from the forums...May or may not be of help..But this could give
some pointers
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130521#4130521
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169708#4169708
Reply to the post :
http://w
Well, I guess then you will have to subclass the AbstractServerLoginModule & do
a MDS/SHA-1 encrypt/decrypt action yourself. Code for this was posted a while
back in this forum
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169707#4169707
Reply to the post :
anonymous wrote : If some booksmarks http://localhost/WebApp/login.jsp
|
| they login in and recieve a BAD REQUEST error EVEN THOUGH they are
authenticated. In fact, if they try to go to index.jsp DIRECTLY from the bad
request page; they get in.
Just wondering..Is it possible to avoid show
Hi,
Can you please publish your ejb method permissions ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169705#4169705
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169705
__
I did notice this exception just before the first exception I mentioned. I
don't see it all the time.
| WARN com.arjuna.ats.jta.logging.loggerI18N -
[com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed]
[com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed]
XAResourceR
Did you try flushing the browser's cache? Most of the time this does it for me.
Also, to completely clean out the server, stop the server and remove the
server/xxx/data, server/xxx/log, server/xxx/work and server/xxx/tmp directories.
View the original post :
http://www.jboss.com/index.html?modu
Do this. First, place the xxx-ds.xml and/or xxx-service.xml files in your ear
file. Then in the META-INF/jboss-app.xml file, place:
|
| xxx-ds.xml
|
|
| xxx-service.xml
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169694#4169
Replacing the JBoss Generic JMS Inbound Resource Adapter
I have a interoperability issue when JBoss tries to consume a topic from a
Weblogic JMS Provider. I found a JMS resource adapter (JMSJCA) that deals with
this incomparability issue between the different JMS Providers.
My Question is how
I have a interoperability issue when JBoss tries to consume a topic from a
Weblogic JMS Provider. I found a JMS resource adapter (JMSJCA) that deals with
this incomparability issue between the different JMS Providers.
My Question is how would one replace the Generic JMS Inbound Resource Adaptor
I was trying to run a standalone client for a webservice and I had the same
issue. Removed jaxws-rt.jar and jaxws-tools.jar from JBOSS_HOME/client and
copied the xercesImpl.jar file from JBOSS_HOME/lib/endorsed to
JBOSS_HOME/client. That solved the problem.
View the original post :
http://ww
look at this thread here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=139025&postdays=0&postorder=asc&start=10
It seems related to me.
Try setting up your security config as mentioned on that thread. Maybe that
would solve your problem.
View the original post :
http://www.jboss.
I have an EAR application deployed on JBoss 4.2.2 running on OS X.
In a WAR, I am loading a servlet during application startup to bootstrap some
configuration within an object then binding that object to the JNDI
java:comp/env namespace.
When I look in the jmx-console, I see that the object is
Can you please post the solution if you found any for IPC with JSF? Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169682#4169682
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169682
Oh yeah... I'm on JBoss Portal 2.6.5.GA...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169681#4169681
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169681
___
jboss-user m
Are you able to find/resolve the IPC in JSF?
If YES, Can you provide the solution, if you any.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169680#4169680
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169680
__
"[EMAIL PROTECTED]" wrote : It is at context level, AFAIK you cannot modify it
with the XML descriptors.
|
| I don't think there is a Jira for this yet, so you can open one.
|
| (JSR 168, is defining the portlet container, so it has no notion of portals
neither page, it's vendor specifi
Can one portlet make calls to multiple listeners? How can I do that?
Ex: Portlet A llistens to Portal B, Portal C.
Can Portal C listens to Portal B as well?
How can I do that?
I know that *-object.xml accepts only one listner to define not multiple.
Thanks
View the original post :
http://ww
I am investigating JBoss AOP as a viable solution to our application needs and
am a little concerned about it's support. I see the most recent release of the
API is pretty recent but the overall documentation and the Eclipse plug-in is
either light and/or not available. Can someone speak to the
I would guess for a bug in your profiler...
or a classpath configuration error.
Some profilers will play with code generation... and javassist does that too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169675#4169675
Reply to the post :
http://www.jboss
anonymous wrote : I doubt it would even startup properly in that case.
Ok.. I was just guessing.. as I remember some other case I dealt with some time
ago.
On that case, Messaging configuration on login-config was messed up, but I
don't remember the exact problems I was seeing that time:
|
I have the JmsXARealm configuration set as specified in the JBM installation
guide:
|
|
|
| guest
| guest
| guest
| jboss.jca:service=TxCM,name=JmsXA
|
|
|
|
The reported e
Is there a way to start and stop JBoss instances from the JBoss web-console or
jmx-console in the browser? I want to remotely start and stop JBoss instances
in an iSeries PASE (unix) environment and am looking for an easy way to do this
without starting an iSeries session, using an access tool l
"ragavgomatam" wrote : There is, I believe another way, without using FORM
authentication, you can use Programmatic login (using WebAuthentication) . You
will have to refer to the documentation for more details..Check out this url
| http://wiki.jboss.org/wiki/WebAuthentication
Hello, ragavgom
I remember a case where security was throwing exceptions causing that.
It was not directly related to this issue here, but I remember something like
that.
Are your security configuration (Datasource... etc) properly configured?
Anyway.. this is just a guess... but worth verifying it.
View the
It's a common practice to do:
| try
| {
| }
| catch (Exception e)
| {
| log.warn (e.getMessage(), e);
| transaction.setRollbackOnly();
| }
|
Maybe some other exception happened, and set the transaction in abort mode.
Maybe you have a case where you are setting the trans
I am having the same problem as the OP. Was there ever a resolution to this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169643#4169643
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169643
_
I'm not seeing else in the logs that would be related to this exception.
What are some of the things that would cause this exception to be thrown?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169642#4169642
Reply to the post :
http://www.jboss.com/index.
I'm a bit put down seeing lack of information on using EL in jBPM.
The maximum I could find is a chapter Expressions
http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#expressions in the jbpm
reference guide.
There is not a single mentioning of how to use them among jBPM examples.
Sure, there are
anonymous wrote : Can't commit because the transaction is in aborted state
This is a symptom.
You need to find another exception on your log that shows the cause.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169639#4169639
Reply to the post :
http://www.
You may also have to add a reference to the appropriate in
your EJB declaration. You'd add something like this to your jboss.xml:
|
| [your bean name here]
| [container-name here]
|
|
|
O.M.
View the original post :
http://www.jboss.com/index.html?modul
Hi Peter,
Thanks a lot.
pepelara
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169631#4169631
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169631
___
jboss-user mailing li
I tried by removing Root.war. Still get the same error. I also tried adding /
removing tags from application.xml and jboss-web.xml. Get the
same exception. Am I missing defining the root context somewhere? btw I would
want to keep it default.
View the original post :
http://www.jboss.com/inde
Is there any limit of paralel runing MDBs in JBOSS 4.2.3 ???
I am experimenting with the maxSession and pool maxSize paramters of EJB3 MDB.
I set the maxSession activation config property to 1000 and pool maxSize
parameter to 1000 (in ejb3-interceptors-aop.xml). But jboss runs only 99
paralel MD
Here are the jboss.xml tags.
< MinimumSize>2
< MaximumSize>4
< strictMaximumSize>true
< strictTimeout>3000
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169618#4169618
Reply to
Hi,
I have a problem with security using jboss-4.2.2-GA
I have managed to set permissions via annotations but I did not manage to set
them via a partial ejb-jar.xml file
Here is my ejb-jar.xml
|
| http://java.sun.com/xml/ns/javaee";
| version = "3.0"
| xmlns:xsi = "
I am using jboss-portal-2.6.2.GA(with jboss 4.2.2GA App Server), JDK 1.5.0.2,
windows XP SP2. I have situation from where three ejb threads are accessing to
one ejb A randomly. SO everytime any thread access to ejb A , new JNDI handler
is creating instead of reusing the existing JNDI from the se
Yes, all the portlets are higly inter-corelated, they need to communicate and
share data. And they communicate using HTTP POST requests instead of IPC !
That's probably because IPC doesn't work with separated deployed portlet ?
View the original post :
http://www.jboss.com/index.html?module=bb&
I wonder whether it's possible in Jboss to define a datasource using a
configuration file inside an .ear file.
Currently it seems that I have to copy a file called something-ds.xml to the
deploy directory of Jboss. However, I would like this file to be an integral
part of the application. The i
Hi,
I am a beginner like you but I guess your problem is that you have not included
an application.xml file inside the ear where you have to declare your servlet.
Is that the problem?
pepelara
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169610#4169610
Re
and third question, why when I put myqueue-service.xml into
JBOSS_HOME/deploy-hasingleton/jms , why it doesn't hot deploy ??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169608#4169608
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
hi,
can u suggest me where can i get the portlet plugin for JBoss ide... i tried a
lot but no result.. I think such kind of plug-in is not yet exist. If u
have any suggession plz let me know plz provide the appropriate URL
Thanks in advance,.
View the original post :
http://ww
Hi all,
I need to migrate a queue and mdb into a cluster configuration.
I've read mutliple wiki and docs and I need some help.
I'm running all into a Jboss AS 4.05 Ga.
Actualy, to create queue, it is done directly by Jboss , in reading annotation
from my MDB. I haven't any xml files, all is do
Hello,
I wrote the following code to use expiration eviction policy :
Region region = admDataCache.getRegion(fqn, true);
|
| ExpirationConfiguration expirationConfiguration = new
ExpirationConfiguration();
| expirationConfiguration.setTimeToLiveSeco
I am also running into same problem. I have following env
Java : 1.6.0_06-b02
Jboss : JBoss_4_2_2_GA date=200710221139
OS : Windows Xp
I have verified that EnableLoadtimeWeaving=true and pluggable-instrumentor.jar
is from jboss-aop_1.5.6.GA , tried absolute path and also by having this in
$JBOS
Actually, I don't have the exact same problem. My exception is;
org.jboss.ws.extensions.wsrm.api.RMException: Unable to create WSRM sequence
| at
org.jboss.ws.core.jaxws.client.ClientImpl.createSequence(ClientImpl.java:563)
| at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.ja
Hello,
I had the exact same problem and got as far as fixing the StubExt issue, but
now I am stuck at the "Unable to create WSRM sequence" exception.
How did you fix that? My classpath seems to be correct. Here's the client:
public void pingTest() {
| System.err.println("j
Hi,
I don't quite understand the documentation on that Wiki page.
Is this adequate?
|
|
|
| com.example:archive=railo.war
|
|
|
Or does com.example have to be replaced with the actually class we are loading?
The above code still gives me the sa
Yes, our URL pattern is the same, but I'm not sure you were understanding me
correctly. Our pages ARE secure.
If someone bookmarks http://localhost/WebApp/index.jsp
then they are directed to the login page, after they login in (and are
authenticated, they are directed to the home page.
If som
Hi All,
While deploying the ejb's I am getting the following exception
17:31:51,812 WARN [ServiceController] Problem starting service
jboss.j2ee:jndiName=PrimaryMgrHome,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is:
java.lang.IllegalArgumentExce
The packaging-based prefix is a default to ensure unique bindings.
You may use the JBoss-specific (ie. non-portable) @RemoteBinding.jndiBinding
annotation to manually specify a JNDI target.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169580#4169580
Yes, I saw that, but I didn't see where the Database fit in with all this.
There are no examples on where to put my Users query or Roles query, etc. The
documentation does not go into this detail and based on what I see in the
source, this does not look up any tables in the database. Is ther
Is there any chance to lookup an implementation of a SessionBean using simply
the interface and not constructing a JNDI-Name where I would have to care about
the prefix wheather it has been deployed in an ear or not?
Thomas
View the original post :
http://www.jboss.com/index.html?module=bb&op=
And in which jar do I find the org.jboss.ejb3.annotation.LocalBinding?
I only found it in the embedded JBoss, but this is definately not what I´d
like to include in my jar-dependencies.
And what is the reason, that there are two annotations LocalBinding? There is
also one in org.jboss.annotatio
this should work.. it is the same way that the console does it. So please make
a unit test that demonstrates the problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169569#4169569
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Hi,
is there any chance to inject a SessionBean directly into a Thread via an
annotation instead of using a JNDI-Lookup?
Iôve got the case, that I use a TimerBean that starts an own Thread for
every file it finds in a hotfolder. Later on this Thread should access a
SessionBean through itÃÂ
Hi,
I have set up 2 jboss nodes and the apache server running in other system. The
web-console page displays the jboss instance too.
But when i enter the IP address of the system (on which apache server is
running), it displays just a message "It works". I am not able to send the
requests throu
I try to profile my Jboss Server.
While starting up the start of the ConnectionFactory fails:
| 13:06:20,546 INFO [ServerPeer] JBoss Messaging 1.4.0.SP3 server [2] started
| 13:06:21,421 ERROR [ExceptionUtil] [EMAIL PROTECTED] startService
| java.lang.ExceptionInInitializerError
| a
I've had the same problem, so this post is for anyone who finds this thread and
wants to know the answer too! (I'm assuming that 8 is not still looking for
a response by this time...)If your application EAR, or whatever, doesn't have a
jboss.xml file in META-INF, standardjboss.xml is ignored
anonymous wrote : What happens under this scenario is that whatever application
I deploy last is the one that works. The other application gives
ClassCastException errors whenever an entity bean is accessed.
|
See these 2 classloader wikis to setup classloader scoping for your
applications:
I dont know what Tuscany is. I just looked it up after reading your post. Could
you post more details including any exception stacktrace, explaining what is
not working. Based on that, someone else might be able to help you.
View the original post :
http://www.jboss.com/index.html?module=bb&o
You wouldn't have to do that, if you upgraded your JDK.
The wiki http://wiki.jboss.org/wiki/LinkageErrorWithJBoss5Java6 points to the
following forum thread:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138392
In that thread, you will notice that we had tried the same approach as yo
Sorry for the naming convention, it is from an example that i found online .
Have done the deployment in the same manner. Ths inner process first and the
sub process later.
It goes to the Inner Process task and stays there but it does not execute
anything under it.
If you signal the flow it go
Hi all,
I am not sure, if this is the right forum, but I found no forum for general
JBoss questions.
Are there any plans releasing JBoss 4.2.3.GA into the JBoss Maven repository?
All artifacts I found are for 4.2.2 or 5.0.0.x.
Thank you for your answers.
Marco
View the original post :
htt
Solved. My problem was that incoming variables form client were detached from
session. So I attached them with saveOrUpdate method. When I read a process
variable in ActionHandler it is always registered. So there was no problem.
Thanks
View the original post :
http://www.jboss.com/index.html
Hi,
I want to upgrade my JBC distribution to a newer one to get some performance
improvements and a clearer api. As fas as I know, I can upgrade JGroups to a
newer version 2.6 series (required by JBC 2.x), but I need to have legacy JBC
1.4.1 for internal JBossAS caches (EJB cache, etc...).
I ne
Place jboss-service.xml in ear
-app1.jar
-app2.jar
-META-INF/application.xml
-jboss-service.xml
and in application.xml use this
jboss-service.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169535#4169535
Reply to the post :
http://www.jboss.com/i
Place jboss-service.xml in ear
-app1.jar
-app2.jar
-META-INF/application.xml
-jboss-service.xml
and in application.xml use this
| jboss-service.xml
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169539#4169539
Reply to the post :
http:/
"Swaroop.Katragadda" wrote : sorry for the pervious post .
|
| Place jboss-service.xml in ear
|
| -app1.jar
| -app2.jar
| -META-INF/application.xml
| -jboss-service.xml
|
| and in application.xml use this
|
|
| jboss-service.xml
|
View the original post :
sorry for the pervious post .
Place jboss-service.xml in ear
-app1.jar
-app2.jar
-META-INF/application.xml
-jboss-service.xml
and in application.xml use this
jboss-service.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169537#4169537
Re
Hi again!
JMB 1.4.0.SP3 on Jboss 4.2.3
I have 2 Servers A and B.
On B I have 3 Bridges configured which pulls and pushes messages from and to A.
If I kill B and restart it or im I break the network connection I have the
Problem that some messages are stuck in the Queues on A and B.
The Bridge is
If you want to check this through a program, you can follow these:
http://wiki.jboss.org/wiki/NotificationsEmittedByJBossMBeans
http://wiki.jboss.org/wiki/HowCanNonMBeansReceiveJMXNotifications
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169529#4169529
Re
"jaikiran" wrote : "eddylauck" wrote :
| | These links has no use to my problem.
| |
| | I fixed it myself.
| |
|
| Could you please tell us, how you fixed this error? That will even help
others who run into this issue.
|
just copy C:\jboss-5.0.0.CR1\client\jaxb-api.jar
Depending on how things go with other tasks, I might take a look at it as well.
In any case, please use this forum topic to post any questions you might have
and/or status update on the subject. Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169524#41
We have created a portal based on jboss portal. Now not more than 50 users are
able to login.
Following confrigurations are done in oracle-ds.xml.
1
5
please help to solve the issue
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169521#4169521
Re
This is a delivery status notification, automatically generated by MTA
im1.duc.auburn.edu on Fri, 08 Aug 2008 04:05:26 -0500
Regarding recipient(s) : [EMAIL PROTECTED]
Delivery status : Failed. Message could not be delivered to domain
.Failed while initiating the protocol. <[('[EMAIL PROTECTED]'
"eddylauck" wrote :
| These links has no use to my problem.
|
| I fixed it myself.
|
Could you please tell us, how you fixed this error? That will even help others
who run into this issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169513#4169
Please post the entire exception stacktrace which you see when you have not
changed any files in JBoss. Also, does JBoss start without any errors when you
dont have your application deployed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169512#4169512
Rep
Ok,
I'll have a look at it when JBossWS 3.0.3 comes. Before I won't have the time.
Thanks for for fast answer.
Werner
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169509#4169509
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi guys,
I'm having problems loading a javascript file into the <"body"> of the HTML.
The file needs to be loaded on everypage. The file cannot go into the <"head">
tag for various reasons. Can it be done? How?
Thanks
Vishal
View the original post :
http://www.jboss.com/index.html?module=
It should be possible to do so, though I haven't had time to look at it yet. A
nice opportunity for a contribution! :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169504#4169504
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Thanks for the reply!
I also tried
| JbpmContext jbpmContext =
JbpmConfiguration.getInstance().createJbpmContext();
| try {
|ProcessDefinition emailProcess =
ProcessDefinition.parseXmlResource("doorprocess/processdefinition.xml");
| // jbpmContext.deployProcessDefinition(email
Hello,
is it possible to combine JBossPortal (regarding WSRP) with the JBossWS Metro
Stack?
Best wishes
Werner
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169501#4169501
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
These can be safely ignored... We should really have a Wiki on this, if we
don't already... :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169500#4169500
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169500
___
At the server console you can observe that beans that are deployed . If you
invoked the server either through command prompt or eclipse. At the both ends
you can view the beans that are deployed.
If you know about the above things please let me know in which way you want ot
know about the bean
Hello!
In my webapplication i have a lot of input-fields with an id containing a colon
(:). e.g. : "myForm:name"
I know, that i have to escape the colon in css to make it valid, but
internetexplorer does not seem to handle this kind of rule correctly. See
example below:
-- test.css ---
|
"jaikiran" wrote : anonymous wrote : server (version:jboss-5.0.0.CR1) under
jdk1.60_03.
| See first bullet point under http://wiki.jboss.org/wiki/JBoss5FAQ
|
| http://wiki.jboss.org/wiki/LinkageErrorWithJBoss5Java6
These links has no use to my problem.
I fixed it myself.
thanks anyway
Hi,
ERROR: invalid console appender config detected, console stream is looping
This is the error i am getting while running the run.bat in the bin folder.When
I try commenting the appender tag in jboss-log4j.xml for default conf the batch
file hangs after the configuring log4j message.If I give
Hey,
Yeah I am aware of this function call, question remains though where to call
it.. Ideally I would like the process at the end to purge its own data.
Offcourse it could be purged through an external process running outside of
jBPM but thats not really a great way in my view, i.e. another pr
Hi,
We are using JBOSS 5.0CR1 and JDK 1.6. We have been trying to deploy an ear in
the appserver, however, are hindered by a very nasty LinkageError issue. We
have set the classloader isolation levels to "true" in the
ear-deployer-bean.xml to true. The stacktrace for the error is -
java.lang.
We have created a portal based on jboss portal. Now not more than 50 users are
able to login.
Following confrigurations are done in oracle-ds.xml.
1
5
please help to solve the issue...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169485#4169485
Reply to th
jbpmContext.getGraphSession().deleteProcessInstance(processInstance);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169484#4169484
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169484
_
I'm getting these strange transaction related errors from an MDB consuming
messages from queue:
| 2008-08-07 18:22:42,414 [JMS SessionPool Worker-5] WARN
com.arjuna.ats.jta.logging.loggerI18N -
[com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed]
[com.arjuna.ats.internal.jta.re
I propposed you better solution. Because you can simply add comments to the
task or dirrectly to the process and then know for which task the comment was
done.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169482#4169482
Reply to the post :
http://www.jbos
Thanks Kukeltje, it wasn't written very clear.
So the default access to fields of TaskControllerHandler is bean (set
method/setter, e.g. for field persistenVariables it is method
setPersistentVariables) in ActionHandler the default access is direct to field
(e.g. for field persistenVariables is
Hey vtysh,
Well my usecase is actually quite simple, i just need global comments per
process instance, so any task user can add comments to the whole process
instance. So when i collect a users tasks per task i also collect the process
instance comments for that task. Therefore i decided to use
Oh, i am sorry, you didn't write anything about jbpm-console. But all other
recommendations are still actual. You need to find all process instance tokens
with the method findAllTokens(). Then iterate through tokens and get their
comments with the method token.getComments() and add all comments
Our production server after running for many weeks without problems, suddenly
started to throw the following SecurityException every time the system tries to
connect to a jms queue.
A reboot solved the problem but i am trying to find a better solution.
I had the same problem before, when running
Comment is not gone when the task is finished. It is just the jbpm-console
problem which displays only process root token comments or task comments but
doesn't display all comments at the same time.
To display all comments you should to iterate through process tokens and
display comments for all
Did you try using @XmlTransient jaxb annotation?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169469#4169469
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169469
___
jboss-
1 - 100 of 101 matches
Mail list logo