[jboss-user] [JBoss Tools] - Re: Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Max Rydahl Andersen
Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] created 
the discussion

"Re: Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777625#777625

--
Hey Mike,

I think Rob is right - the green highglight is quick diff which should show up 
for any edit you do, not just jsp.

By you going to disable Text Editors->Annotations you removed all 
*annotations*. Annotations here in the general sense of the word, not Java 
Annotations.

By unchecking "text as" you disabled *All* the annotations show in the  list of 
"Annotation types".

Thus if you do not want this green line for quick diffs its better to do what 
Rob suggested and disable Quick Diff.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777625#777625]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: h2console.war and postgreSQL

2012-11-20 Thread harikris
harikris [https://community.jboss.org/people/harikris] created the discussion

"Re: h2console.war and postgreSQL"

To view the discussion, visit: https://community.jboss.org/message/777611#777611

--
Hi Wold-Dieter,

Thanks for the link to the source. I created the h2console from the soure and 
this time, i placed the postgres JDBC driver jar file in the WEB-INF/lib 
folder. Now, i am able to use the h2console to connect to postgresql database.

The h2console app that ships with the quickstart does not have any library jars 
in the WEB-INF/lib folder. Instead it specifies the dependencies in the 
META-INF/MANIFEST.mf file. I am positive both the h2 and postgres drivers are 
loaded while the JBoss starts - i can see the logs. But for some reason, this 
app only recognizes the h2 driver and fails to recognize the postgres driver. 
Looking at the source file, i am fairly positive that there is no "hardcoding" 
anywhere in there. So, it's still a mystery to me.

But thanks to the source, i am able to create a version that is functional.
And thanks also for suggesting an alternative to h2console tool - SQUirrel.

Apppreciate your pointers and tips.

Thanks.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777611#777611]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: JBoss AS7 did not start within 5 minutes

2012-11-20 Thread naviator
naviator [https://community.jboss.org/people/naviator] created the discussion

"Re: JBoss AS7 did not start within 5 minutes"

To view the discussion, visit: https://community.jboss.org/message/777598#777598

--
Hello Sebastien,

try setting your +JAVA_HOME+ to:
 /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

I know the symlinked +/System/Library/Frameworks/...+ should work but I tried 
both versions and only one of them did. Which output does:
/usr/libexec/java_home -v1.6

give you?

Hopefully helps.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777598#777598]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: JBoss AS7 did not start within 5 minutes

2012-11-20 Thread naviator
naviator [https://community.jboss.org/people/naviator] created the discussion

"Re: JBoss AS7 did not start within 5 minutes"

To view the discussion, visit: https://community.jboss.org/message/777597#777597

--
Hey,

in case you didn't solve your problem yet - can you post result of verbose ant? 
Try:
ant -v start.demo

I had a similar problem, in my case ant build was stuck at "Checking for 
listener at localhost:8080", repeated several times. Then I realized: I have 
JAVA_HOME variable set to Java 1.7, so I switched to 1.6 and it worked! 
Detailed steps for Mac OS X: have your JAVA_HOME variable set to output of:
/usr/libexec/java_home -v1.6

In my case, that was:
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

and finally: +ant start.demo+

Hope some of it helps.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777597#777597]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Mike schwery
Mike schwery [https://community.jboss.org/people/mschwery] created the 
discussion

"Re: Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777587#777587

--
I think I got it, I went into the preferences while in the jsp and unchecked 
the "Text as" box under General->Editors->Text Editors->Annotations.
It seems like it thought that a section of a jsp was a annotation.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777587#777587]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Rob Cernich
Rob Cernich [https://community.jboss.org/people/rcernich] created the discussion

"Re: Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777577#777577

--
Hey Mike,

This is a shot in the dark, but you might try disabling "Quick Diff" in Eclipse 
(preferences, General->Editors->Text Editors->Quick Diff).  If you see any 
"green" in there, that's probably where it's coming from.  Just a guess though.

Best,
Rob
--

Reply to this message by going to Community
[https://community.jboss.org/message/777577#777577]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Mike schwery
Mike schwery [https://community.jboss.org/people/mschwery] created the 
discussion

"Re: Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777573#777573

--
I can't give a screenshot because it is code for my employers system.
It seems to be just happening in a jsp that has been changed so it is not the 
same as what is in the cvs repository.
The section of code that's highlighted is were my local copy differs from the 
repository.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777573#777573]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Max Rydahl Andersen
Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] created 
the discussion

"Re: Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777566#777566

--
Got a screenshot ? screencapture ?

Highlighted in green normally means a breakpoint is hit.

Would be easier to identify with a screenshot.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777566#777566]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Attempt to test human task API on jbpm5.4.CR1 failed

2012-11-20 Thread dany171
dany171 [https://community.jboss.org/people/dany171] created the discussion

"Attempt to test human task API on jbpm5.4.CR1 failed"

To view the discussion, visit: https://community.jboss.org/message/777560#777560

--
Hi all,

I tried to test the human task API over the jbpm5.4.CR1 version, based on  
https://community.jboss.org/people/bpmn2user/blog/2011/04/03/jbpm5-human-task-api-usage-example
 
https://community.jboss.org/people/bpmn2user/blog/2011/04/03/jbpm5-human-task-api-usage-example.

I created  a maven project and started to setup it , so , I added dependencies 
into the pom.xml and configuring it to use jBPM5.4.CR1 libraries, because the 
original example did not compiled.

After that I get the TaskServer running succesfully, I was very happy.

Then I tried to run ProcessTaskAPITest class and in the instruction (the bold 
line)

| 
 | 
 | KnowledgeBuilder kbuilder = KnowledgeBuilderFactory.newKnowledgeBuilder(); |
| 
 | 
 | *kbuilder.add(ResourceFactory.newClassPathResource(process), 
ResourceType.BPMN2);* |

 it throwns the next exception in execution time.

*java.lang.NoSuchMethodError: org.jbpm.workflow.core.node.EndNode.setScope(I)V*
    at 
org.jbpm.bpmn2.xml.EndEventHandler.handleTerminateNode(EndEventHandler.java:116)
    at org.jbpm.bpmn2.xml.EndEventHandler.end(EndEventHandler.java:63)
    at 
org.drools.xml.ExtensibleXmlParser.endElement(ExtensibleXmlParser.java:417)
    at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown 
Source)
    at 
com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown
 Source)
    at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
 Source)
    at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown
 Source)
    at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown 
Source)
    at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(Unknown 
Source)
    at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
 Source)
    at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown 
Source)
    at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown 
Source)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown 
Source)
    at 
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown 
Source)
    at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
 Source)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(Unknown 
Source)
    at org.drools.xml.ExtensibleXmlParser.read(ExtensibleXmlParser.java:296)
    at org.drools.xml.ExtensibleXmlParser.read(ExtensibleXmlParser.java:175)
    at org.jbpm.compiler.xml.XmlProcessReader.read(XmlProcessReader.java:46)
    at 
org.jbpm.compiler.ProcessBuilderImpl.addProcessFromXml(ProcessBuilderImpl.java:247)
    at 
org.drools.compiler.PackageBuilder.addProcessFromXml(PackageBuilder.java:652)
    at 
org.drools.compiler.PackageBuilder.addKnowledgeResource(PackageBuilder.java:688)
    at 
org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:45)
    at 
org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:34)
    at 
com.test.human.api.ProcessTaskAPITest.readKnowledgeBase(ProcessTaskAPITest.java:182)
    at com.test.human.api.ProcessTaskAPITest.main(ProcessTaskAPITest.java:116)

I think, it is because of the versions of the dependencies in my pom.xml, 
because I changed them, but I can't fix it until now. 

I'm attaching my project, so, if somebody can take a look and give guideliness 
I will really appreciate (I have some days trying to run it), or fi anybody can 
share to me an project testing the human task api with jbpm 5.3 or 5.4 it will 
be really nice for me.

Thanks in advanced.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777560#777560]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - It's Beta Time for JBoss Tools and Developer Studio

2012-11-20 Thread Daniel Gisbert
Daniel Gisbert [https://community.jboss.org/people/dgisbert] commented on

"It's Beta Time for JBoss Tools and Developer Studio"

To view all comments on this blog post, visit: 
https://community.jboss.org/community/tools/blog/2012/11/01/its-beta-time-for-jboss-tools-and-developer-studio#comment-11163

--
Hi. I think there is a mistake at Eclipse update site URL. It says  
http://download.jboss.org/jbosstools/updates/stable/juno/ 
http://download.jboss.org/jbosstools/updates/development/juno/ but the link is 
really pointing to  http://download.jboss.org/jbosstools/updates/stable/juno/ 
http://download.jboss.org/jbosstools/updates/stable/juno/
--

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: jBPM in BRMS 6.0 release

2012-11-20 Thread Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: jBPM in BRMS 6.0 release"

To view the discussion, visit: https://community.jboss.org/message/777534#777534

--
This is the community forum, you might want to get in contact with Red Hat 
sales people to get answers on supported product questions.

HTH
--

Reply to this message by going to Community
[https://community.jboss.org/message/777534#777534]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: jBPM Designer Custom views/validations!

2012-11-20 Thread Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: jBPM Designer Custom views/validations!"

To view the discussion, visit: https://community.jboss.org/message/777533#777533

--
>> Is it possible to customize the designer in a way that allows only custom 
>> tasks/service nodes (just examples...could be other BPMN constructs as well) 
>> to be available/visible to business users? In general I want the business 
>> user to see only pre-defined process constructs that are available for use 
>> (and not the world!). <<

Not yet. We are working on this and are looking for community help - read the 
intro part on  
http://surdilovic.wordpress.com/2012/11/15/workflow-patterns-support-in-jbpm-designer/
 
http://surdilovic.wordpress.com/2012/11/15/workflow-patterns-support-in-jbpm-designer/
 to get an idea.

>> - Is it possible to introduce custom validations such that if the business 
>> user constructs process model that is not valid or possible in a particular 
>> business case (even though it may be a valid BPMN 2.0 model), then a error 
>> can be shown (similar to red X for invalid BPMN)? As example, there may be 
>> pre and post conditions on some service nodes that needs to be satisfied 
>> before a valid link can be established with other nodes. And such pre and 
>> post conditions can be based on input/output data or rule based. <<

That would be really nice to add - open a Jira (feature request) and if you 
want to contribute / help with it that would be great as well.

HTH
--

Reply to this message by going to Community
[https://community.jboss.org/message/777533#777533]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Operation on a process variable from a human task

2012-11-20 Thread Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Operation on a process variable from a human task"

To view the discussion, visit: https://community.jboss.org/message/777530#777530

--
script task after the human task

HTH
--

Reply to this message by going to Community
[https://community.jboss.org/message/777530#777530]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Problem with WorkItems on gwt-console

2012-11-20 Thread Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: Problem with WorkItems on gwt-console"

To view the discussion, visit: https://community.jboss.org/message/777529#777529

--
if you are using jbpm installer, jar up your handler impl classes and place the 
jar in $installer/dependencies directory, then run
ant clean.demo
ant install.demo (or ant install.demo.noeclipse)
and 
and start.demo (or ant start.demo.noeclipse)

HTH
--

Reply to this message by going to Community
[https://community.jboss.org/message/777529#777529]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: JBPM - Custom Nodes

2012-11-20 Thread Tihomir Surdilovic
Tihomir Surdilovic [https://community.jboss.org/people/tsurdilovic] created the 
discussion

"Re: JBPM - Custom Nodes"

To view the discussion, visit: https://community.jboss.org/message/777528#777528

--
http://vimeo.com/29457538 http://vimeo.com/29457538
it includes both eclipse and designer

HTH
--

Reply to this message by going to Community
[https://community.jboss.org/message/777528#777528]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Max Rydahl Andersen
Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] created 
the discussion

"Re: Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777526#777526

--
Got a screenshot, i'm not fully following what you are referring to ?

btw. I assume you mean JBDS 5.0.1 ?
--

Reply to this message by going to Community
[https://community.jboss.org/message/777526#777526]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5 in JBoss 5.1

2012-11-20 Thread Nitesh Mehta
Nitesh Mehta [https://community.jboss.org/people/niteshmehta] created the 
discussion

"Re: Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5 in JBoss 5.1"

To view the discussion, visit: https://community.jboss.org/message/777523#777523

--
OK, I thing I got it.
Although Code of 
org.jboss.jms.server.ServerPeer

 class look almost similar

But when I compared  /xmdesc/ServerPeer-xmbean.xml file I found that 

  
  The SecurityStore implementation for the 
server.
  SecurityStore
 org.jboss.jms.server.SecurityStore
   

Does not exist in JBM 1.4.5
Whereas two new attributes
   
 The Security Domain to be used by the Server Peer
 SecurityDomain
 java.lang.String
   

   
 The Security config to use when the destination does not supply 
any
 DefaultSecurityConfig
 org.w3c.dom.Element
   

has been added. These two attributes (DefaultSecurityConfig, SecurityDomain ) 
was part of SecurityStore bean @see SecurityStore bean above.
I copied these two entries directly into ServerPeer mbean

Now myServerPeer mbean  looks something like










  








  ${jboss.messaging.ServerPeerID:0}


   


  /queue


   


  /topic








    jboss.messaging:service=PostOffice


  


  jboss.messaging.destination:service=Queue,name=DLQ


  


  10


  


  jboss.messaging.destination:service=Queue,name=ExpiryQueue


  


  1


  


  5000


  


  6


  


  30








  false


  


  -1


  


  jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory


  


  false


  


  30


  


  false


  ${queues.database.password}
  
  messaging
    
     
    
  
  








  jboss.messaging:service=PersistenceManager


  jboss.messaging:service=JMSUserManager


  jboss.messaging:service=Connector,transport=bisocket
  jboss.messaging:service=SecurityStore
   
--

Reply to this message by going to Community
[https://community.jboss.org/message/777523#777523]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Messaging via JBoss Console

2012-11-20 Thread rog
rog [https://community.jboss.org/people/rog] created the discussion

"Messaging via JBoss Console"

To view the discussion, visit: https://community.jboss.org/message/777513#777513

--
I'm a very newbie in JBoss, I just started it, and now I'm trying to trade 
messages with another server via JBoss console. Is that possible given the ip 
and port of this server? If yes, how?

Thank you.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777513#777513]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread Kabir Khan
Kabir Khan [https://community.jboss.org/people/kabirkhan] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777503#777503

--
Great :-) If you had to do anything special to compile it, please post here
--

Reply to this message by going to Community
[https://community.jboss.org/message/777503#777503]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Many errors starting JBoss with jBPM 5.4.0 Final

2012-11-20 Thread Krzysztof Kluza
Krzysztof Kluza [https://community.jboss.org/people/kluza] created the 
discussion

"Re: Many errors starting JBoss with jBPM 5.4.0 Final"

To view the discussion, visit: https://community.jboss.org/message/777489#777489

--
Hi, 

I've installed jBPM 5.4.0 from the full installer,
but I also have encountered several problems, probably similar or same as you.

When I start jBPM (ant start.demo), it is BUILD SUCCESSFUL.
After a while in the JBoss Application Server webpage in Deployments part
( http://localhost:9990/console/App.html#deployments 
http://localhost:9990/console/App.html#deployments) I see enabled:
- designer.war
- drools-guvnor.war
- jbpm-form-builder.war
- jbpm-gwt-console-server.war
- jbpm-gwt-console.war
- jbpm-human-task-war.war


However, after a while, there are no deployment items in the list.

Other time, I start the demo and try to use jBPM-console,
I login as admin, start Evaluation process, fill up the form and put mary as 
employee.
Then logout and login as mary, and after filling up the "Task Form: Performance 
Evaluation" form,
I get an error as in the screenshot (jbpm-console-error).
I also get an error when I try to release the task (jbpm-console-release-error).
No logs in the server.log file are produced this time.
 
https://community.jboss.org/servlet/JiveServlet/showImage/19909/jbpm-console-error.png
  
https://community.jboss.org/servlet/JiveServlet/downloadImage/19909/jbpm-console-error.png
 
 
https://community.jboss.org/servlet/JiveServlet/showImage/19908/jbpm-console-release-error.png
  
https://community.jboss.org/servlet/JiveServlet/downloadImage/19908/jbpm-console-release-error.png
 
 
https://community.jboss.org/servlet/JiveServlet/showImage/19910/guvnor-no-logs.png
  
https://community.jboss.org/servlet/JiveServlet/downloadImage/19910/guvnor-no-logs.png
 

Errors while starting a server in the server.log file:
-
14:01:33,328 ERROR [org.reflections.Reflections] (MSC service thread 1-1) could 
not create Vfs.Dir from url. ignoring the exception and continuing: 
org.reflections.ReflectionsException: could not create Dir using 
org.jboss.errai.bus.server.service.metadata.VFSUrlType from url 
vfs:/content/jbpm-gwt-console.war/WEB-INF/classes/
  at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) 
[reflections-0.9.5-RC2_jboss-SP1.jar:]
...
14:01:33,446 ERROR [org.reflections.Reflections] (MSC service thread 1-1) could 
not create Vfs.Dir from url. ignoring the exception and continuing: 
org.reflections.ReflectionsException: could not create Dir using 
org.jboss.errai.bus.server.service.metadata.VFSUrlType from url 
vfs:/content/jbpm-gwt-console.war/WEB-INF/lib/activity-monitor-ui-lib-1.1.1.Final.jar/
  at org.reflections.vfs.Vfs.fromURL(Vfs.java:99) 
[reflections-0.9.5-RC2_jboss-SP1.jar:]
...
-
The whole file is attached (1-server.log).

Other errors I get when wars are deployed, but I try to run drools-guvnor or 
gwt-console:
-
14:36:31,397 ERROR [org.apache.jackrabbit.core.RepositoryImpl] 
(http-localhost-127.0.0.1-8080-6) Failed to initialize workspace 'default': 
javax.jcr.RepositoryException: Cannot instantiate persistence manager 
org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
...
14:36:31,944 ERROR [org.apache.jackrabbit.core.RepositoryImpl] 
(http-localhost-127.0.0.1-8080-6) Unable to start repository, forcing 
shutdown...
14:36:31,971 ERROR [org.apache.jackrabbit.core.RepositoryImpl] 
(http-localhost-127.0.0.1-8080-6) failed to start Repository: Cannot 
instantiate persistence manager 
org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager: 
javax.jcr.RepositoryException: Cannot instantiate persistence manager 
org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager
...
14:36:32,575 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/drools-guvnor]]
 (http-localhost-127.0.0.1-8080-6) Exception while dispatching incoming RPC 
call: com.google.gwt.user.server.rpc.UnexpectedException: Service method 
'public abstract org.drools.guvnor.client.rpc.Module[] 
org.drools.guvnor.client.rpc.ModuleService.listModules()' threw an unexpected 
exception: org.jboss.weld.exceptions.WeldException: WELD-49 Unable to 
invoke [method] @PostConstruct public 
org.drools.guvnor.server.repository.RepositoryStartupService.create() on 
org.drools.guvnor.server.repository.ProductionRepositoryStartupService@438e1b3e
...
14:36:34,622 ERROR [org.drools.guvnor.server.RepositoryServiceServlet] 
(http-localhost-127.0.0.1-8080-3) Service method 'public abstract boolean 
org.drools.guvnor.client.rpc.RepositoryService.isDoNotInstallSample()' threw an 
unexpected exception: org.jboss.weld.exceptions.WeldException: WELD-49 
Unable to invoke [method] @PostConstruct public 
org.drools.guvnor.server.repository.RepositoryStartupService.create() on 
org.drools.guvnor.server.repository.ProductionRepositoryStartupService@36f

[jboss-user] [JBoss Messaging] - Event when message is put on DLQ

2012-11-20 Thread Torsten Roemer
Torsten Roemer [https://community.jboss.org/people/dode] created the discussion

"Event when message is put on DLQ"

To view the discussion, visit: https://community.jboss.org/message/777487#777487

--
Is there a way to get an event through some listener or interceptor when a 
message is put in the DLQ?
I searched quite a bit but couldn't find anything related.
We basically just want to record some statistics.

Torsten
--

Reply to this message by going to Community
[https://community.jboss.org/message/777487#777487]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Want to stop JBoss Developer Studio from highlighting sections of code in green when scrolling down

2012-11-20 Thread Mike schwery
Mike schwery [https://community.jboss.org/people/mschwery] created the 
discussion

"Want to stop JBoss Developer Studio from highlighting sections of code in 
green when scrolling down"

To view the discussion, visit: https://community.jboss.org/message/777482#777482

--
I am using JBoss Developer Studio version 5.1 and it started highlighting 
sections of code in green when I scroll down on the text.
How do I stop this from happening.

Thanks
--

Reply to this message by going to Community
[https://community.jboss.org/message/777482#777482]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: JBPM 5.3 many process instance in jbpm-console

2012-11-20 Thread franco80
franco80 [https://community.jboss.org/people/franco80] created the discussion

"Re: JBPM 5.3 many process instance in jbpm-console"

To view the discussion, visit: https://community.jboss.org/message/777475#777475

--
Unfortunately, this is not the end of the duplication as well as the 
VariableInstanceLog, all the while repeating the same lines with exactly the 
same data, I don't know why, I see many instances in jbpm-console
--

Reply to this message by going to Community
[https://community.jboss.org/message/777475#777475]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: about task operation request timed out

2012-11-20 Thread franco80
franco80 [https://community.jboss.org/people/franco80] created the discussion

"Re: about task operation request timed out"

To view the discussion, visit: https://community.jboss.org/message/777472#777472

--
At what point is it going wrong? (start process, complete task, start task)
--

Reply to this message by going to Community
[https://community.jboss.org/message/777472#777472]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Interested in a freelance jBPM Project? Look here!

2012-11-20 Thread Ville Itämaa
Ville Itämaa [https://community.jboss.org/people/villeit] created the discussion

"Interested in a freelance jBPM Project? Look here!"

To view the discussion, visit: https://community.jboss.org/message/777471#777471

--
Are you interested to take on a project for a proof of concept (with 
renumeration of course) using the JBPM and Drools technologies together? 

*A brief project description:*
A web-based payroll processing application. 
The process application should be triggered from a PHP application. 
Some activities should be human task oriented, some automated by a third party 
service written in PHP through a REST interface. 
The solution should also use business rules defined in Drools to control 
workflow execution.
The presentation of human tasks should be in PHP.
The data should be stored in a MySQL database(s).

*Expected deliverables:*
- Ability to use it as a foundation for further development
- A demo of the final solution
- Go through the source code in terms of configuration
- A detailed documentation on how to set it all up and to get it running

If you are interested, then don’t hesitate to contact me to discuss details and 
terms!
--

Reply to this message by going to Community
[https://community.jboss.org/message/777471#777471]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread gebhardtj
gebhardtj [https://community.jboss.org/people/gebhardtj] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777467#777467

--
Thanks Kabir for your support. Its working now!
Jörn
--

Reply to this message by going to Community
[https://community.jboss.org/message/777467#777467]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - XADatasource and Oracle RAC - Load Balancing

2012-11-20 Thread Marco Sarti
Marco Sarti [https://community.jboss.org/people/msarti66] created the discussion

"XADatasource and Oracle RAC - Load Balancing"

To view the discussion, visit: https://community.jboss.org/message/777458#777458

--
JBoss 4.2.3 GA - Oracle 11g RAC

We have configured a XADatasource pointing to an Oracle RAC. When we get the 
connection from this datasource we do not obtain any load balancing, in other 
words every time we ask for a connection we obtain a connection to the same RAC 
node. 
How can we configure the DS in order to have a load balancing on the RAC nodes?

Following the datasource configuration:

jdbc/
    
    false
    
oracle.jdbc.xa.client.OracleXADataSource
    jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(protocol=tcp)(host=rac-scan)(port=xxx))(LOAD_BALANCE=YES)(CONNECT_DATA=(SERVE
R=DEDICATED)(SERVICE_NAME=dbname.domain)))
    XX
    YY
    0
    60
    2
    3
    
    select 1 from dual
    
    select 1 from 
dual
    
    

    
    
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
    
    
--

Reply to this message by going to Community
[https://community.jboss.org/message/777458#777458]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Re: Migrate JBoss 4 datasource/jndi configuration in jboss.xml to JBoss 7

2012-11-20 Thread Joern Ohmen
Joern Ohmen [https://community.jboss.org/people/joerno] created the discussion

"Re: Migrate JBoss 4 datasource/jndi configuration in jboss.xml to JBoss 7"

To view the discussion, visit: https://community.jboss.org/message/777447#777447

--
Thank you! If the application will work, I'll let you know.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777447#777447]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Caused by: java.lang.ClassNotFoundException: org.jboss.tools.runtime.ui.IDownloadRuntimes

2012-11-20 Thread Max Rydahl Andersen
Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] created 
the discussion

"Re: Caused by: java.lang.ClassNotFoundException: 
org.jboss.tools.runtime.ui.IDownloadRuntimes"

To view the discussion, visit: https://community.jboss.org/message/777442#777442

--
Sounds good - so can you confirm you used the nightly update site previously 
over the summer ?

if yes that could happen since the M1's were on there for a little while by 
mistake (its an nightly after all  ;) 

/max
--

Reply to this message by going to Community
[https://community.jboss.org/message/777442#777442]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread Kabir Khan
Kabir Khan [https://community.jboss.org/people/kabirkhan] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777439#777439

--
i.e. the fix is identical to what you suggest
--

Reply to this message by going to Community
[https://community.jboss.org/message/777439#777439]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread Kabir Khan
Kabir Khan [https://community.jboss.org/people/kabirkhan] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777438#777438

--
This actually seems to have been fixed in the 1.5 branch:  
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/instrument/ClassicInstrumentor.java
 
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/instrument/ClassicInstrumentor.java
 See addHelperField()

> [~]
> $svn log --limit=3  
> http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/instrument/ClassicInstrumentor.java
>  
> http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_5/aop/src/main/org/jboss/aop/instrument/ClassicInstrumentor.java
> 
> r106068 |  mailto:flavia.rain...@jboss.com flavia.rain...@jboss.com | 
> 2010-06-15 19:33:03 +0100 (Tue, 15 Jun 2010) | 1 line
> 
> 
> [JBAOP-796] Add an instance(Class) to AspectManager and make woven code 
> use that method instead of instance()
> 
> r59554 | flavia.rainone | 2007-01-11 21:38:09 + (Thu, 11 Jan 2007) | 1 
> line
> 
> 
> Fixing Kabir's mistake
> 
> r59532 |  mailto:flavia.rain...@jboss.com flavia.rain...@jboss.com | 
> 2007-01-11 16:29:27 + (Thu, 11 Jan 2007) | 1 line
> 
> 
> [JBAOP-317] Task done
> 
> 
 https://issues.jboss.org/browse/JBAOP-796 
https://issues.jboss.org/browse/JBAOP-796

Unfortunately there is no 1.5.7.GA release so you would need to build the 
branch yourself
--

Reply to this message by going to Community
[https://community.jboss.org/message/777438#777438]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: persistence JBPM5.3 on tomcat with mysql

2012-11-20 Thread Kehua Gao
Kehua Gao [https://community.jboss.org/people/kehuagao] created the discussion

"Re: persistence JBPM5.3 on tomcat with mysql"

To view the discussion, visit: https://community.jboss.org/message/777427#777427

--
thank you for your help,Ted.
the line 
 
is added into persistence.xml,my issue has been solved.


--

Reply to this message by going to Community
[https://community.jboss.org/message/777427#777427]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread gebhardtj
gebhardtj [https://community.jboss.org/people/gebhardtj] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777422#777422

--
Thanks for your quick responses.

I'm using JBoss 4.2.3 and jboss-aop 1.5.6. Unfortunately I cannot upgrade the 
AOP version to >= 2.0.0  :( 

I decompiled the AspectManager and the instance() method looks like this:

public static synchronized AspectManager instance()
{
  return instance(Thread.currentThread().getContextClassLoader());
}

As I do not have any influence on my runtime environment I can only patch the 
ClassicInstrumentor at compile time and replace the following line
addStaticField(clazz, "aop$classAdvisor$aop", HELPER_CLASS_NAME, 
CtField.Initializer.byExpr(ASPECT_MANAGER_CLASS_NAME + 
"*.instance()*.getAdvisor(java.lang.Class#forName(\"" + clazz.getName() + 
"\"))"));
by something else e.g. 
addStaticField(clazz, "aop$classAdvisor$aop", HELPER_CLASS_NAME, 
CtField.Initializer.byExpr(ASPECT_MANAGER_CLASS_NAME + 
"*.instance(**java.lang.Class#forName(\"" + clazz.getName() + 
"\"))".getClassLoader()**)*.getAdvisor(java.lang.Class#forName(\"" + 
clazz.getName() + "\"))"));

Maybe the classloader of the advised class is the correct one.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777422#777422]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - JBPM - Custom Nodes

2012-11-20 Thread Ezequiel Santana
Ezequiel Santana [https://community.jboss.org/people/ezequielsantana] created 
the discussion

"JBPM - Custom Nodes"

To view the discussion, visit: https://community.jboss.org/message/777421#777421

--
Hello, 

  I'd like to learn how to add custom nodes to the jbpm  
http://localhost:8080/drools-guvnor/ http://localhost:8080/drools-guvnor/ 
editor. 
 I manage to add custom nodes into the jbpm eclipse designer, using the 
"Configure > Import JBPM Services" but when I try to connect to the service 
repository using  http://localhost:8080/drools-guvnor/ 
http://localhost:8080/drools-guvnor/, it fails.
 I have to say that I'm new to Java and JBPM, so any help is welcome. 

 https://community.jboss.org/servlet/JiveServlet/showImage/2-777421-19906/1.png 
 
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-777421-19906/416-599/1.png
 

 https://community.jboss.org/servlet/JiveServlet/showImage/2-777421-19907/2.png 
 
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-777421-19907/450-368/2.png
--

Reply to this message by going to Community
[https://community.jboss.org/message/777421#777421]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - what is a use of SupportsLoadBalancing and SupportsFailover for ClusterPullConnectionFactory inside Application server

2012-11-20 Thread Nitesh Mehta
Nitesh Mehta [https://community.jboss.org/people/niteshmehta] created the 
discussion

"what is a use of SupportsLoadBalancing and SupportsFailover for 
ClusterPullConnectionFactory inside Application server"

To view the discussion, visit: https://community.jboss.org/message/777415#777415

--
connection-factories-service.xml has folloing mbean to pull messages across 
nodes


 
  jboss.messaging:service=ServerPeer
  jboss.messaging:service=Connector,transport=bisocket
  jboss.messaging:service=PostOffice
  false
  false  
   

what benifits i will get by setting SupportsFailover and SupportsLoadBalancing 
to true.
I am using JBoss 5.1 with JBM 1.4.3
--

Reply to this message by going to Community
[https://community.jboss.org/message/777415#777415]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5

2012-11-20 Thread Nitesh Mehta
Nitesh Mehta [https://community.jboss.org/people/niteshmehta] created the 
discussion

"Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5"

To view the discussion, visit: https://community.jboss.org/message/777410#777410

--
I am trying to upgrade JBoss Messaging from 1.4.3 to 1.4.5
After changing jars and configuration files I see following exception


 java.lang.RuntimeException: No Attribute found with name: SecurityStore for 
jboss.messaging:service=ServerPeer, attributes: [JMSMinorVersion, Instance, 
DefaultRedeliveryDelay, MessageCounterSamplePeriod, ServerPeerID, 
SuckerConnectionRetryInterval, ClusterPullConnectionFactoryName, 
RecoverDeliveriesTimeout, JMSVersion, MessageCounters, JMSUserManager, 
FailoverCompleteTimeout, DefaultMessageCounterHistoryDayLimit, StrictTck, 
DefaultTopicJNDIContext, DefaultDLQ, DefaultMaxDeliveryAttempts, PostOffice, 
JMSMajorVersion, SecurityDomain, FailoverStartTimeout, SupportsFailover, 
DefaultPreserveOrdering, ProviderMajorVersion, DefaultExpiryQueue, 
SuckerPassword, MessageStatistics, ProviderVersion, DefaultQueueJNDIContext, 
Destinations, SuckerConnectionRetryTimes, JMSProviderName, 
EnableMessageCounters, ProviderMinorVersion, PersistenceManager, 
DefaultSecurityConfig]
  at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:142)
  at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
  at 
org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
  at 
org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
  at 
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
  at 
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
  at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  at 
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
  at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
  at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
  at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
  at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
  at org.jboss.system.ServiceController.install(ServiceController.java:274)
  at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
  ... 34 more






below is my serverPeer mbean conf
   





  




  ${jboss.messaging.ServerPeerID:0}
  
   
  
  /queue
  
   
  
  /topic




    jboss.messaging:service=PostOffice
    
  
  
  jboss.messaging.destination:service=Queue,name=DLQ
  
  
  
  10
  
  
  
  jboss.messaging.destination:service=Queue,name=ExpiryQueue
  
  
  
  1
  
  
  
  5000
  
  
  
  6
  
  
  
  30




  false
  
  
  
  -1
  
  
  
  jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory
  
  
    
  false
  
  
  
  30
  
  
  
  false
  
  ${queues.database.password}
  
  
  




  jboss.messaging:service=PersistenceManager
  
  jboss.messaging:service=JMSUserManager
  
  jboss.messaging:service=Connector,transport=bisocket
  jboss.messaging:service=SecurityStore
   


following is security store conf



  


  
  
 
  
  CHANGE ME!!
  messaging
  
  
  
@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.messaging:service=SecurityStore",exposedInterface=org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStoreMBean.class)
  
   
--

Reply to this message by going to Community
[https://community.jboss.org/message/777410#777410]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread Kabir Khan
Kabir Khan [https://community.jboss.org/people/kabirkhan] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777402#777402

--
It has been years since I or anybody last touched this, so apologies if what I 
say is a bit vague. As you mention, there are two steps involved in this:

1) When deploying the .aop file as part of a classloader scoped ear that 
information should get added to a scoped AspectManager handling aspects for 
that classloader domain.
2) When populating the Advisor use the scoped classloader to find the scoped 
AspectManager.

There were some slight changes in determining 1 in various app server versions 
but I don't think that is the problem here, rather as you say it is probably 
using the wrong classloader in 2). Originally we had this use the thread 
context classloader but later replaced it with an explicit 
AspectManager.instance(ClassLoader) method since TCL is not always 
deterministic. 

If you have support use the customer support portal for more help. If not, 
which version of JBoss AS are you using? You might be able to get around this 
problem by either trying to force the thread context classloader when your 
AspectManager.instance() method is called, or by building one of the versions 
at  http://anonsvn.jboss.org/repos/jbossas/projects/aop/tags/ 
http://anonsvn.jboss.org/repos/jbossas/projects/aop/tags/ and upgrading your AS 
instance.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777402#777402]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread gebhardtj
gebhardtj [https://community.jboss.org/people/gebhardtj] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777398#777398

--
Hi Kabir,

I have listed the .aop file in my application.xml file as java module. However, 
it seems that I have some classloader issues. My EAR has its own classloader 
(loader-repository in jboss-app.xml) defined. When deploying the EAR (that 
already contains the precompiled classes) I can see the following log message " 
[org.jboss.aop.deployment.AspectDeployer] AOP deployment is scoped using 
classloader". I also throw an exception in the method that should be surrounded 
by an aspect and the stacktrace shows that the instrumented "...$aop" method 
has been called, however not the aspect.

Next I removed the EAR specific classloader in the jboss-app.xml and the aspect 
was perfectly executed.

Is it possible that there is a classloader bug in version 1.5.6.GA of 
jboss-aop? My guess is that the byte code manipulated class does not look for 
the scoped classloader to find the matching aspects.

Kind regards
Joern
--

Reply to this message by going to Community
[https://community.jboss.org/message/777398#777398]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread Kabir Khan
Kabir Khan [https://community.jboss.org/people/kabirkhan] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777395#777395

--
You used to need to list your .aop in application.xml  
http://docs.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/examples/injboss/aopInJbossPackaging.html
 
http://docs.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/examples/injboss/aopInJbossPackaging.html
 (substitute @lib@ with xxx.aop) although that tutorial is from the old J2EE 
1.4 days so your milage may vary. Also, note that JBoss AOP only works with 
JBoss AS 4.x-6.x, i.e. it will not work in AS 7.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777395#777395]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - JBoss-esb 4.11 "bpm5processor" sample on JBoss AS 6.1 with gwt-console-server 5.2.0

2012-11-20 Thread fischsalat
fischsalat [https://community.jboss.org/people/fischsalat] created the 
discussion

"JBoss-esb 4.11 "bpm5processor" sample on JBoss AS 6.1 with gwt-console-server 
5.2.0"

To view the discussion, visit: https://community.jboss.org/message/777391#777391

--
Hi folks,

I'm trying to set up the JBoss-esb 4.11 "bpm5processor" sample on a JBoss 6.1 
AS.

As an orientation i followed this great work-around to understand the jBPM 
installing procedure with JBoss AS 5.1:
 https://community.jboss.org/docs/DOC-18580 
https://community.jboss.org/wiki/InstallingJBPM53OnJBossAS51AndChangingDB

So i tried to adapt this work-around on a JBoss AS 6.1.


---
My configuration:

ubuntu 12.04
java version 1.6.0_24
JBoss 6.1.0. Final
Jboss-esb 4.11
jBPM 5.2.0 Final full installer
Maven 3.0.4
eclipse indigo 3.7
-- 


As the "bpm5processor" sample readme.txt says, i'm using the jbpm 5.2.0 Final 
installer. Via this installer, i did some configurations and installed it 
successfully without eclipse helios or JBoss AS 7.
With the jBPM ant build script i'm setting up the Mina human task server and 
get access to his port on 9123.
The JBoss AS 6.1 with his jboss-esb 4.11 starts externally. 
With eclipse indigo i have imported the „bpm5processor“ sample, build a 
esb-project with Maven 3.0.4 and deployed the .esb on the JBoss AS 6.1.
As far, everything seems to be fine and the class 
„org.jboss.soa.esb.services.jbpm5.actions.Bpm5Processor“, which i call inside 
the esb.xml is working correctly on JBoss AS 6.1. So i am able to process my 
jBPM5-models on a JBoss AS 6.1.

But i want more visual feedback or informations about my deployed 
jBPM-Processes except some "System.out.println("");"  ;) 

I'm able to deploy the jBPM gwt-console 5.2, but if i try to do the same with 
the jBPM 5.2 gwt-console-server, i get a lot of error messages on server's 
start up.

I tried to fix this errors, so i followed this Thread about the persistance 
issue: 
 https://community.jboss.org/message/739278#739278 
https://community.jboss.org/message/739278

I also tried the „hard way“ and deleted some lib-files, like it is discussed 
here:
 https://community.jboss.org/thread/162491 
https://community.jboss.org/thread/162491

But it doesn't help at all.
Is it possible, that i have to isolate some classloaders inside the 
gwt-console-server's jboss-web.xml?
Does somebody have any experience with deploying the jbpm 5.2.0 
gwt-console-server? Or got any ideas how i could deploy the gwt-console-server?


Here is the error stack in short, which i get when i try to start the AS6 
server.


+ERROR [[/gwt-console-server]] Exception sending context initialized event to 
listener instance of class 
org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap: 
java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate 
MessageBodyReader+

 +ERROR [[/gwt-console-server]] Exception sending context initialized event to 
listener instance of class 
org.jboss.web.jsf.integration.config.JBossMojarra20ConfigureListener: 
java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserFactoryImpl 
cannot be cast to javax.xml.parsers.SAXParserFactory+

+ERROR [StandardContext] Error listenerStart+
 +ERROR [StandardContext] Context [/gwt-console-server] startup failed due to 
previous errors+
 +ERROR [AbstractKernelController] Error installing to Start: 
name=jboss.web.deployment:war=/gwt-console-server state=Create mode=Manual 
requiredState=Installed: org.jboss.deployers.spi.DeploymentException: URL 
file:/home/fischsalat/dev/jboss-6.1.0.Final/server/node1/tmp/vfs/automounta1456e8d80cc4705/jbpm-gwt-console-server-5.2.0.Final.war-93b218be814f9bad/
 deployment failed+

+ERROR [AbstractKernelController] Error installing to Real: 
name=vfs:///home/fischsalat/dev/jboss-6.1.0.Final/server/node1/deploy/jbpm-gwt-console-server-5.2.0.Final.war
 state=PreReal mode=Manual requiredState=Real: 
org.jboss.deployers.spi.DeploymentException: URL 
file:/home/fischsalat/dev/jboss-6.1.0.Final/server/node1/tmp/vfs/automounta1456e8d80cc4705/jbpm-gwt-console-server-5.2.0.Final.war-93b218be814f9bad/
 deployment failed+


I would appreciate any help or ideas.

Regards,

Eybe
--

Reply to this message by going to Community
[https://community.jboss.org/message/777391#777391]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Datasource Configuration] - Re: Migrate JBoss 4 datasource/jndi configuration in jboss.xml to JBoss 7

2012-11-20 Thread Wolf-Dieter Fink
Wolf-Dieter Fink [https://community.jboss.org/people/wdfink] created the 
discussion

"Re: Migrate JBoss 4 datasource/jndi configuration in jboss.xml to JBoss 7"

To view the discussion, visit: https://community.jboss.org/message/777386#777386

--
I'm not sure but maybe you can use the naming subsystem:

  
    
  
    
  
 

Let me know whether it works
--

Reply to this message by going to Community
[https://community.jboss.org/message/777386#777386]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: How to measure the performance of JBPM

2012-11-20 Thread Mauricio Salatino
Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the 
discussion

"Re: How to measure the performance of JBPM"

To view the discussion, visit: https://community.jboss.org/message/777382#777382

--
You can create a session per process, so you avoid having the session 
bottleneck. Each session will contain just one process.
I've created a set of tests with the different approaches, but I'm not 
measuring performance, so I guess that there is a lot of fine tuning to improve 
the times. 
 https://github.com/Salaboy/jBPM5-Developer-Guide/tree/master/chapter_11 
https://github.com/Salaboy/jBPM5-Developer-Guide/tree/master/chapter_11

One important question that I usually ask is: Do you really need to create 2200 
process per second? It doesn't sounds like a business requirement from my 
perspective. Let's say that you are working for a big company that can sell 
2200 items per seconds, you are not planning to solve all those cases with just 
a single machine do you? 


Cheers
--

Reply to this message by going to Community
[https://community.jboss.org/message/777382#777382]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Abort / retry / skip UI

2012-11-20 Thread Mauricio Salatino
Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the 
discussion

"Re: Abort / retry / skip UI"

To view the discussion, visit: https://community.jboss.org/message/777376#777376

--
Hiya,
I've implemented a mechanisms that gives you retries, async executions and also 
allows human interventions. 
You can take a look at the code here: 

 
https://github.com/Salaboy/human-task-poc-proposal/tree/master/executor-service 
https://github.com/Salaboy/human-task-poc-proposal/tree/master/executor-service

I will be working on improve what is there hopefully during the following 
month, but I believe that this project is exactly what you are looking for.

Cheers
--

Reply to this message by going to Community
[https://community.jboss.org/message/777376#777376]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Re: Caused by: java.lang.ClassNotFoundException: org.jboss.tools.runtime.ui.IDownloadRuntimes

2012-11-20 Thread Max Rydahl Andersen
Max Rydahl Andersen [https://community.jboss.org/people/maxandersen] created 
the discussion

"Re: Caused by: java.lang.ClassNotFoundException: 
org.jboss.tools.runtime.ui.IDownloadRuntimes"

To view the discussion, visit: https://community.jboss.org/message/777373#777373

--
Manu - yes, Snjezana is right about this.

But this should only happen if you installed the very early bleeding edge 
nightly builds during the summer period where we did this change.

Would be great if you can confirm you have used the nightly build sites and not 
just the development site - if you got M1 from the development site we got a 
problem I would like to see fixed  :) 

/max
--

Reply to this message by going to Community
[https://community.jboss.org/message/777373#777373]

Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Many errors starting JBoss with jBPM 5.4.0 Final

2012-11-20 Thread Laura delli Paoli
Laura delli Paoli [https://community.jboss.org/people/lauradp] created the 
discussion

"Re: Many errors starting JBoss with jBPM 5.4.0 Final"

To view the discussion, visit: https://community.jboss.org/message/777366#777366

--
Here is the error:
10:45:42,657 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/gwt-console-server].[Resteasy]]
 (http-localhost-127.0.0.1-8080-1) Servlet.service() for servlet Resteasy threw 
exception: org.jboss.resteasy.spi.UnhandledException: 
java.lang.RuntimeException: Session was not initialized, check previous errors 
in log
  at 
org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:540)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at 
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50)
 [resteasy-jaxrs-2.3.2.Final.jar:]
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) 
[jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) 
[classes:]
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
 [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
  at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) 
[jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
[jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) 
[jbossweb-7.0.13.Final.jar:]
  at 
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:897)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:626)
 [jbossweb-7.0.13.Final.jar:]
  at 
org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2039) 
[jbossweb-7.0.13.Final.jar:]
  at java.lang.Thread.run(Unknown Source) [rt.jar:1.6.0_32]
Caused by: java.lang.RuntimeException: Session was not initialized, check 
previous errors in log
  at 
org.jbpm.integration.console.StatefulKnowledgeSessionUtil.getStatefulKnowledgeSession(StatefulKnowledgeSessionUtil.java:89)
 [jbpm-gwt-core-5.4.0.Final.jar:5.4.0.Final]
  at 
org.jbpm.integration.console.SessionInitializer.(SessionInitializer.java:25)
 [jbpm-gwt-core-5.4.0.Final.jar:5.4.0.Final]
  at 
org.jbpm.integration.console.TaskManagement.(TaskManagement.java:52) 
[jbpm-gwt-core-5.4.0.Final.jar:5.4.0.Final]
  at 
org.jbpm.integration.console.ManagementFactory.createTaskManagement(ManagementFactory.java:26)
 [jbpm-gwt-core-5.4.0.Final.jar:5.4.0.Final]
  at 
org.jbpm.integration.con

[jboss-user] [jBPM] - Re: Many errors starting JBoss with jBPM 5.4.0 Final

2012-11-20 Thread Laura delli Paoli
Laura delli Paoli [https://community.jboss.org/people/lauradp] created the 
discussion

"Re: Many errors starting JBoss with jBPM 5.4.0 Final"

To view the discussion, visit: https://community.jboss.org/message/777364#777364

--
I fixed the vfs error by creating the required direcorties in 
\jboss-as-7.1.1.Final\bin (as workaround).
But I still get the error described above on accessing the jbpm-console.

Can anyone help me?
--

Reply to this message by going to Community
[https://community.jboss.org/message/777364#777364]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2012-11-20 Thread gebhardtj
gebhardtj [https://community.jboss.org/people/gebhardtj] created the discussion

"Re: Compile Time AOP in JBOSS"

To view the discussion, visit: https://community.jboss.org/message/777349#777349

--
Hi Guna,

have you solved this problem? I'm experiencing exactly the same issue. If I 
place the *.aop file inside an EAR with the precompiled classes the aspects do 
not get called. However, if I take the same AOP File and place it side-by-side 
with the EAR  (and remove the AOP from the application.xml file) the aspects 
get called.

Any hint is very much appeciated
Joern
--

Reply to this message by going to Community
[https://community.jboss.org/message/777349#777349]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - Re: Abort / retry / skip UI

2012-11-20 Thread saig0
saig0 [https://community.jboss.org/people/saig0] created the discussion

"Re: Abort / retry / skip UI"

To view the discussion, visit: https://community.jboss.org/message/777343#777343

--
Hi sbremal!

You can create a sub process to handle your web service calls. See the 
following process:
 
https://community.jboss.org/servlet/JiveServlet/showImage/2-777343-19905/Subprocess.png
  
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-777343-19905/450-128/Subprocess.png
 
I created a workitem handler for web service calling. The result of the web 
service call will set in a process variable. If the call fails, the process 
starts a user task and choose: retry, skip or abort. The user choise will set 
in an other process variable and evaluate in a gateway.
--

Reply to this message by going to Community
[https://community.jboss.org/message/777343#777343]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM] - How to create Adhoc Task using jbpm-human-task-war.war that comes with jbpm5.3 full installer?

2012-11-20 Thread Thomas Setiabudi
Thomas Setiabudi [https://community.jboss.org/people/thomas.setiabudi] created 
the discussion

"How to create Adhoc Task using jbpm-human-task-war.war that comes with jbpm5.3 
full installer?"

To view the discussion, visit: https://community.jboss.org/message/777335#777335

--
Hi,

We use jbpm5.3 full installer and changed its configuration to use MS SQL 
Server 2008. And Everything works fine. All tasks are persisted in the database.

We have been using jbpm as a service, we do activities like start process, 
claim group task, complete task using JBPM-Console's REST API.

Now, we have a requirement to create adhoc task (create a human task without 
any process definition).
Since there is no REST API on JBPM-Console to do this, we plan to create a 
small application to create task and communicate directly with 
jbpm-human-task-war.war that comes with jbpm5.3 full installer.
We want to do this since we need all of our task to be persisted in the 
database.

Is it true by doing it this way, all task created by  jbpm-human-task-war.war 
will be persisted to the database?

Is there any sample code on how to do this? (create a small application to 
create task and communicate directly with jbpm-human-task-war.war) ?


Any Help is Appreciated.


Regards,
Thomas Setiabudi
--

Reply to this message by going to Community
[https://community.jboss.org/message/777335#777335]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user