[JBoss Tools] New message: "Where is "explore" button in Servers view"
by Piotr Sobczyk
User development,
A new message was posted in the thread "Where is "explore" button in Servers view":
http://community.jboss.org/message/522570#522570
Author : Piotr Sobczyk
Profile : http://community.jboss.org/people/piotr.sobczyk
Message:
--------------------------------------------------------------
I just updated to JBossTools 3.1 CR2 and it was no suprise for me that there is a "(Deprecated)" part after "JBoss Server View". I was waiting for it because Rob Stryker announced some time age that he is working on that. However I expected that now it will be enough for me to use Servers view and having access to all functionalities that JBoss Server View and Server View offered. But there is still no "Explore" option in Server view wchich was really useful for me. How should I now explore deploy directory on server instance? Reaching it from Windows Explorer each time I need? No, I want Explore instead! Is it planned to be added or should I keep using both views interchangeably if I want to use Explore option?
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522570#522570
16 years, 2 months
[Performance Tuning] New message: "use visualvm to monitoring the jboss jave process, seems not working"
by Jane Luo
User development,
A new message was posted in the thread "use visualvm to monitoring the jboss jave process, seems not working":
http://community.jboss.org/message/522565#522565
Author : Jane Luo
Profile : http://community.jboss.org/people/nowhereicango
Message:
--------------------------------------------------------------
This is my first time logged on to this site, I need some one who has this kind of experience to help me to set up visaulvm to monitoring jboss jave process ...
I was using visualvm to monitoring the weblogic java process, never had problem.
Currently we are introducing the new project that using jboss as application server. To monitoring the server performance, I tried to using visualvm as a mentoring tool.
My java version is jdk/linux/jdk160_14-x64. (with Linux as OS)
The jboss version is jboss/5.1.0_tempPatch
My visualvm version is 1.2.1.
I have jstatd is up on the server.
After I start visualvm GUI interface, doesn’t seems able to detect the java process on the server remotely. Do you have any idea about it?
Thanks and regards,\
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522565#522565
16 years, 2 months
[jBPM] New message: "Re-assigning tasks"
by Kai Weingärtner
User development,
A new message was posted in the thread "Re-assigning tasks":
http://community.jboss.org/message/522562#522562
Author : Kai Weingärtner
Profile : http://community.jboss.org/people/KaiWeing
Message:
--------------------------------------------------------------
Hello,
I have 2 questions regarding re-assining previously assigned tasks.
1. AFAIK jBPM does not differentiate between an assigned task and a task which is in progress, is that correct?
I would like to be able to find and (manually) reassign already assigned tasks, as long as the assignee is not currently working on it (escalation).
2. How can I retrieve tasks for which a person is a candidate even though the task is already assigned?
I tried the TaskQuery, but filtering for candidates also adds a filter for unassigned tasks.
Is there maybe another way to handle my use case?
- The task should be assigned to a user (sees it in his personal task list, not visible in group task list)
- The assigned task has to be retrieved with just the candidate group
- Updating the assignee via setAssignee( a user from that candidate group )
Any help is much appreciated,
Kai Weingärtner
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522562#522562
16 years, 2 months
[JBoss Microcontainer] New message: "Re: Lookup up a POJO service without injecting it inside -beans.xml?"
by Ales Justin
User development,
A new message was posted in the thread "Lookup up a POJO service without injecting it inside -beans.xml?":
http://community.jboss.org/message/522543#522543
Author : Ales Justin
Profile : http://community.jboss.org/people/alesj
Message:
--------------------------------------------------------------
Zdravo :-)
> The "getInstalledContext("SvcB")" from ServiceA.java fails. It suggest some sort of scoping is at play because if I look up SvcA from ServiceA, it works just fine. I want to be able to look up a service just the same as if it is injected to me via "<inject bean=" from any service. Is this possible? Thanks!
No scoping. ;-)
I think I know what the problem is.
You're doing the lookup to soon.
At the moment you try to find *installed* SvcB, that one is *not* installed yet.
You can either
* try to do lookup via getContext("SvcB", null)
* make sure when SvcA invoked init, SvcB is already *fully* installed; SvcA depends on SvcB at Installed state
If this is not it, post the stack trace you're catching in init.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522543#522543
16 years, 2 months
[JBoss Portal] New message: "Magnolia CMS + JBoss Portal"
by Tom Hombergs
User development,
A new message was posted in the thread "Magnolia CMS + JBoss Portal":
http://community.jboss.org/message/522532#522532
Author : Tom Hombergs
Profile : http://community.jboss.org/people/TomHombergs
Message:
--------------------------------------------------------------
Hi,
I'm currently evaluating options to integrate a CMS into JBoss Portal. The first option was, of course, the "CMS" which ships with JBoss Portal, though it lacks some features.
Since the JBoss Portal CMS is backed by a Jackrabbit Repository and the Magnolia CMS also uses Jackrabbit, I wondered if I could just tell JBoss Portal to use the Magnolia Repository instead of it's own. I've tinkered with the configuration without much success so far.
Does anybody have experience with integrating a Java-based CMS into JBoss Portal and feels like sharing?
Thanks,
Tom
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/522532#522532
16 years, 2 months