[jboss-user] [JBoss Tools Development] New message: Re: JSP Validator gives errors if scriptlets are used

2010-02-17 Thread Alexey Kazakov
User development,

A new message was posted in the thread JSP Validator gives errors if 
scriptlets are used:

http://community.jboss.org/message/526721#526721

Author  : Alexey Kazakov
Email   : akaza...@exadel.com
Profile : http://community.jboss.org/people/akazakov

Message:
--
This error marker is genareted by JavaScript Syntax Validator (Eclipse WTP). 
You can try to disable it via Project-Properties-Validation-JavaScript 
Syntax Validator.
JBoss Tools doesn't add such markers and doesn't validate JavaScript at all. If 
this desn't help then please report this issue to https://bugs.eclipse.org/bugs/

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526721#526721


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


[jboss-user] [JBoss Web Services Development] New message: Re: Providing JAX-RPC functionalities with CXF and Metro stacks

2010-02-17 Thread Alessio Soldano
User development,

A new message was posted in the thread Providing JAX-RPC functionalities with 
CXF and Metro stacks:

http://community.jboss.org/message/526723#526723

Author  : Alessio Soldano
Profile : http://community.jboss.org/people/alessio.sold...@jboss.com

Message:
--
Note1) instead of jbossws.deployer we should have two deployers:
- jaxrpc.deployer
- jaxws.deployer
 
Perhaps that was not clear enough, that's what I have in the prototype impl.
 
 jbossws.deployer
---
Contains one stack (Native, CXF, Metro) used for JAXWS functionalities and also 
for jaxrpc ones in case of Native stack.
It has the stack-agnostic-jboss-beans.xml and stack-specific-jboss-beans.xml as 
usual.
 
 jbossws-jaxrpc.deployer

Contains just the two descriptors only jars (jbossws-native-factories.jar, 
jbossws-native-services.jar), the jboss-classloading.xml, another 
stack-agnostic-jboss-beans.xml with the new describe stage deployers 
declaration only. Another stack-specific-jboss-beans.xml (with the jaxrpc only 
DA) is dropped here by the jbossws-cxf and jbossws-metro install scritps (that 
basically enable this deployer, which otherwise does nothing).
 
 
Note2) This is the first initial prototype that will require further
cleanup in the future.
 
Sure, I'm probably doing some initial clean up today. Then, if there's no 
special complaint, I'll merge to trunk. That's because we need to have this go 
through the usual hudson runs / QA in general, to make sure it always works.
 
 
Note3) If we're passing all TCK5 suites with Native with this
JAX-RPC prototype the I don't see any reason why we couldn't merge
this prototype upstream.
 
I did not re-run the TCK5 with Native, but I think there're no problems here, 
at most we need to verify the jbossws classpath in the porting layer 
configuration, the new deployers do not enter the game when Native stack is 
installed. Also, this is something that will probably affect TCK6 only, as 
we're not going to make this available to AS 5.x.
 
 
Question) It's not clear to me why this JAX-RPC prototype cannot be
backported to AS 501, AS 510 and AS 600M2 AS IL?
Are we using some AS upstream features there? 
This is important to have IMHO to verify Note3)
 
First of all it's a dependency problem. We need to have those 
jbossws-native-factories.jar and jbossws-native-services.jar installed in 
jbossws-jaxrpc.deployer. Currently the AS trunk build would put them there. To 
do that in the AS IL we probably need to have that depend on Native stack.
Moreover, we need to have the jbossws-native-core.jar installed in client and 
common/lib also when the CXF/Metro stacks are deployed. It's not clean to do 
that during install of a stack, and again if that lib is not there (immagine 
you have Metro 3.2.2 installed on AS5 and you want to install CXF 3.3.0), we 
need to depend on Native.
Anyway, in the long term, something similar would probably be required 
nevertheless. Imagine we decide to provide an AS that ships with CXF stack by 
default, we'll have dependency on native stack too in the 
component-matrix/pom.xml, which is basically the same idea. But I think going 
on with this on AS 6 only is pretty much acceptable ATM (AS6 is a major 
release, blah, blah) and reduces the complexity.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526723#526723


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


[jboss-user] [JBoss Web Services Development] New message: Re: Providing JAX-RPC functionalities with CXF and Metro stacks

2010-02-17 Thread Alessio Soldano
User development,

A new message was posted in the thread Providing JAX-RPC functionalities with 
CXF and Metro stacks:

http://community.jboss.org/message/526725#526725

Author  : Alessio Soldano
Profile : http://community.jboss.org/people/alessio.sold...@jboss.com

Message:
--
BTW, I really like the idea of coexisting WebServices stacks in AS 
This is the way to go in the furure IMHO. The particular WebService stack
that will be used can be command line configured (see discussion on 
configurable AS)
 
Well, I think we're not there yet, but this might even be a first step in that 
direction if that will be the future direction.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526725#526725


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


[jboss-user] [JBoss Web Services Development] New message: Re: Providing JAX-RPC functionalities with CXF and Metro stacks

2010-02-17 Thread Richard Opalka
User development,

A new message was posted in the thread Providing JAX-RPC functionalities with 
CXF and Metro stacks:

http://community.jboss.org/message/526729#526729

Author  : Richard Opalka
Profile : http://community.jboss.org/people/richard.opa...@jboss.com

Message:
--
I have no complains about merging this JAX-RPC prototype upstream
because I can't see different viable solution. I suggest you to
merge before VFS3 is in AS trunk, then it will be harder to debug the problems 
(if any).
On the other hand JBossWS 3.3.0.CR1 is coming (code freeze this Friday?)
 
Onward to merge!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526729#526729


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


[jboss-user] [Performance Tuning] New message: Re: jboss-4.2.2.GA Performance via JMeter Testing

2010-02-17 Thread Satish R
User development,

A new message was posted in the thread jboss-4.2.2.GA Performance via JMeter 
Testing:

http://community.jboss.org/message/526730#526730

Author  : Satish R
Profile : http://community.jboss.org/people/mysore2010

Message:
--
I have attached the configured file, still currentThreadCount attribute value 
will be max. 
 
Thanks in Advance.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526730#526730


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


[jboss-user] [jBPM Development] New message: presumable bug JPDL 4 Graphical Editor, erase field

2010-02-17 Thread ciccio ciccio
User development,

A new message was posted in the thread presumable bug JPDL 4 Graphical Editor, 
erase lt;fieldgt;:

http://community.jboss.org/message/526734#526734

Author  : ciccio ciccio
Profile : http://community.jboss.org/people/ciccioVega

Message:
--
Hi guys.
Is this a bug? I'm using JPDL 4 Graphical editor eclipse plugin.
I have this process.
?xml version=1.0 encoding=UTF-8?

process name=Action xmlns=http://jbpm.org/4.3/jpdl;

 start g=93,16,48,52 name=start1
   transition g=-57,-14 name=to Action to=Action/
 /start

 custom class=it.vega.jbpm.demo.Action g=66,98,92,52 name=Action
   field name=action
  object expr=#{cra}
   property name=keywordstring value=NAME//property
  /object
    /field
   transition g=-36,-18 name=to end to=end/
 /custom


    state g=192,93,92,52 name=state1/

 end g=75,228,92,52 name=end/

/process

 
and the image is 1st attachement.
When i insert a transition from custom to state in diagram mode 
(2.jpg)..and moving from diagram to source, i see field of my custom class 
erased and i see it how it is shown in 3.jpg.
Any suggestions? Am i wrong something?
Thanks in advance
 
Ciccio

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526734#526734


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


[jboss-user] [jBPM] New message: Re: Automatic transition from wait state - is it correct?

2010-02-17 Thread Maciej Swiderski
User development,

A new message was posted in the thread Automatic transition from wait state - 
is it correct?:

http://community.jboss.org/message/526737#526737

Author  : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej

Message:
--
Issue in jira created (https://jira.jboss.org/jira/browse/JBPM-2794) with test 
project attached.
 
Attaching the same test project here as well for the complete record.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526737#526737


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


[jboss-user] [JBoss Microcontainer Development] New message: Re: AnnotatedElementMetaDataLoader component metadata optimization

2010-02-17 Thread Kabir Khan
User development,

A new message was posted in the thread AnnotatedElementMetaDataLoader 
component metadata optimization:

http://community.jboss.org/message/526739#526739

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.k...@jboss.com

Message:
--
Both of these fixes give problems when running the kernel tests.
 
Returning null gives a few errors similar to the ones in MDR's tests, i.e. 
always expecting component metadata to be non-null in AnnotatedMethodTestCase 
and AnnotatedConstructorTestCase. This one line fix in AnnotatedMethodTestCase 
(and similar in AnnotatedConstructorTestCase) solves the problem and all the 
tests in kernel modules pass.
 
   private Annotation[] getComponentMetaData(KernelControllerContext context, 
Signature signature)
   {
  KernelMetaDataRepository repository = 
context.getKernel().getMetaDataRepository();
  MetaData metaData = repository.getMetaData(context);
  MetaData component = metaData.getComponentMetaData(signature);
  if (component == null)
 return new Annotation[0];
  return component.getAnnotations();
   }

 
 
Returning NullAnnotatedElementMetaDataLoader.INSTANCE gives loads of errors in 
the jboss-kernel project, but they might be due to my NullAEMDL making some 
wrong assumptions, so I'll have a look at that.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526739#526739


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


[jboss-user] [JBoss Tools] New message: JBoss AS WTP server adapter removes deployment module

2010-02-17 Thread Jan Beernink
User development,

A new message was posted in the thread JBoss AS WTP server adapter removes 
deployment module:

http://community.jboss.org/message/526740#526740

Author  : Jan Beernink
Profile : http://community.jboss.org/people/jan29

Message:
--
I've recently come across a bug in the JBoss AS WTP server adapter.  Sometimes 
when editing and saving a file, this file is seen as a deployment module 
instead of the actual deployment module the file resides in. After some 
digging, I discovered that the problem was caused by the file 
org.jboss.ide.eclipse.as.core.prefs in the workspace metadata. This file was 
created around the same time as when the problem started and it contained the 
name of the file which was seen as the deployment module. Removing this file 
and redeploying the application solved the problem. I was using Eclipse 3.5 
with JBoss 5.1.0 and JBossAS Tools version 2.1.0.v200912250601M-H198-CR1.
 
The contents of the file org.jboss.ide.eclipse.as.core.prefs were as follows.
#Fri Feb 12 11:10:13 CET 2010
eclipse.preferences.version=1
org.jboss.ide.eclipse.as.core.singledeployable.deployableList=/main_ejb/src/com/example/Example.java



--

To reply to this message visit the message page: 
http://community.jboss.org/message/526740#526740


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


[jboss-user] [JBoss Microcontainer Development] New message: Re: AnnotatedElementMetaDataLoader component metadata optimization

2010-02-17 Thread Ales Justin
User development,

A new message was posted in the thread AnnotatedElementMetaDataLoader 
component metadata optimization:

http://community.jboss.org/message/526742#526742

Author  : Ales Justin
Profile : http://community.jboss.org/people/alesj

Message:
--
 Returning NullAnnotatedElementMetaDataLoader.INSTANCE gives loads of errors 
 in the jboss-kernel project, but they might be due to my NullAEMDL making 
 some wrong assumptions, so I'll have a look at that.
I would go with NAEMDL.
You need to check for emtpy annotations anyway,
so there is no overhead if instead of null you return NAEMDL.
 
Btw: NAEMLD doesn't need to have its variables static -- it will be singleton.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526742#526742


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


[jboss-user] [JBoss Cache] New message: Flushing data to disk

2010-02-17 Thread ravendra kumar
User development,

A new message was posted in the thread Flushing data to disk:

http://community.jboss.org/message/526746#526746

Author  : ravendra kumar
Profile : http://community.jboss.org/people/ravendra.gupta

Message:
--
Hi,
 I am new to JbossCache!
 
I want to store a lot of records in local cache,
My basic equrement is, when i am storing data in cache,  after reaching to  
limits, cache should be able to flush data on disk for later retrieval.
can someone suggest me minimal configuraion as an example, because I am little 
confuse with cache loder and evection policy configuration

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526746#526746


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


[jboss-user] [JBoss Microcontainer Development] New message: Re: AnnotatedElementMetaDataLoader component metadata optimization

2010-02-17 Thread Kabir Khan
User development,

A new message was posted in the thread AnnotatedElementMetaDataLoader 
component metadata optimization:

http://community.jboss.org/message/526747#526747

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.k...@jboss.com

Message:
--
Ok, I'll go with the singleton. The problems I was seeing with returning the 
singleton was that its getValidTime() method returned null, adding a validTime 
field makes all tests in mdr and kernel pass. I'll add a simple test for that 
and commit what I have so far against 
https://jira.jboss.org/jira/browse/JBMDR-66 
 
So far we avoid creating AnnotatedElementLoaders and ScopeKeys for the cases 
where a member does not have any annotations.
 
I think this could be taken a bit further, when a member has annotations, we 
currently create an AnnotatedElementLoader and thus a ScopeKey. As mentioned 
ScopeKeys are expensive to create due to creating their contained 
ConcurrentSkipListMap and this add call in the constructor which adds to the 
ConcurrentSkipListMap:
   public ScopeKey(Scope scope)
   {
  addScope(scope);
   }

 
Since it looks like there will only be one scope level in the key created by 
AnnotatedElementLoader, I am going to play with changing
 
   private static final ScopeKey getScopeKey(AnnotatedElement annotated)
   {
  Scope scope;
  if (annotated instanceof Class)
  {
 Class? clazz = Class.class.cast(annotated);
 scope = new Scope(CommonLevels.CLASS, clazz);
  }
  else if (annotated instanceof Member)
  {
 Member member = (Member) annotated;
 scope = new Scope(CommonLevels.JOINPOINT, member);
  }
  else
  {
 return ScopeKey.DEFAULT_SCOPE;
  }
  return new ScopeKey(scope);
   }

 
to
 
   private static final ScopeKey getScopeKey(AnnotatedElement annotated)
   {
  Scope scope;
  if (annotated instanceof Class)
  {
 Class? clazz = Class.class.cast(annotated);
 scope = new Scope(CommonLevels.CLASS, clazz);
 return new ScopeKey(scope);
  }
  else if (annotated instanceof Member)
  {
 Member member = (Member) annotated;
 scope = new Scope(CommonLevels.JOINPOINT, member);
 return new SingleLevelScopeKey(scope);
  }
  else
  {
 return ScopeKey.DEFAULT_SCOPE;
  }
   }
 
 

 
where SingelLevelScopeKey will be a lightweight implementation of ScopeKey that 
does not have the internal ConcurrentSkipListMap. I might even be able to use 
the existing UnmodifiableScopeKey, so I will look into that first.
 
I think this could this also be used for the CLASS scope? 
 
I need to check, but need to see if this could this also be used for the other 
metadata retrievals.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526747#526747


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


[jboss-user] [jBPM] New message: Re: cannot end the process (jbpm 4.3)

2010-02-17 Thread Bwi Chen
User development,

A new message was posted in the thread cannot end the process (jbpm 4.3):

http://community.jboss.org/message/526748#526748

Author  : Bwi Chen
Profile : http://community.jboss.org/people/ScarleTAKE

Message:
--
i guess i solved it.
 
i change the code:org.jbpm.pvm.internal.model.ExecutionImpl
the method:end|(String state)
move end all child to bottom
 
but i did not really sure it been solved.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526748#526748


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


[jboss-user] [jBPM] New message: Re: Exception handling in JBPM4 ?

2010-02-17 Thread Hernan Rodriguez
User development,

A new message was posted in the thread Exception handling in JBPM4 ?:

http://community.jboss.org/message/526755#526755

Author  : Hernan Rodriguez
Profile : http://community.jboss.org/people/HernanRodriguez

Message:
--
I have the same problem with Java Task nodes.
 
For example, I'm using the following model:
 
http://community.jboss.org/servlet/JiveServlet/downloadImage/2088/model.png
(java1, java2 and java 3 are Java Task. state1 is a State node)
 
When start the execution, this stop in state1. Then, I resume the process 
instance. If java3 throws an Exception the transaction is rolled back until 
state1.
 
If java1 and java2 were successfully  completed.. why are rolled back?
It's possible commit the transaction after each node?. This is possible with 
Custom Nodes, but I need do the same with Java Task nodes.
 
The source of the model is:
 ?xml version=1.0 encoding=UTF-8?
 
 process key=test name=test xmlns=http://jbpm.org/4.2/jpdl;
 
     start g=19,19,48,48 name=start1
     transition g=33,-7 name=to java1 to=state1/
     /start
 
     state g=60,71,92,52 name=state1
     transition g=13,-29 name=to java1 to=java1/
     /state
 
     java class=cl.pred.cmh.bpm.events.controller.TraspasoController 
 g=136,140,92,52 method=test name=java1 var=respuesta1
   transition g=2,-17 name=to java2 to=java2/
     /java
     
     java class=cl.pred.cmh.bpm.events.controller.TraspasoController 
 g=281,281,92,52 method=test name=java3 var=respuesta3
     transition g=3,-26 name=to end1 to=end1/
     /java
     
     java class=cl.pred.cmh.bpm.events.controller.TraspasoController 
 g=203,207,92,52 method=test name=java2
   transition g=10,-21 name=to java3 to=java3/
    /java
     
 
     end g=372,332,48,48 name=end1/
    
 
 /process
 
 
 
Any suggestion will be greatly appreciated.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526755#526755


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


[jboss-user] [JBoss Microcontainer] New message: Re: Classloaders Domains: Some questions a suggestion

2010-02-17 Thread Gilles Compienne
User development,

A new message was posted in the thread Classloaders amp; Domains: Some 
questions amp; a suggestion:

http://community.jboss.org/message/526759#526759

Author  : Gilles Compienne
Profile : http://community.jboss.org/people/gcompienne

Message:
--
Ok, I am going to have a look at your sample tonight and compare it with what I 
have done so far. Then, once I have found where is my mistake I will post the 
info.
 
Thanks for your help :-)
 
Gilles.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526759#526759


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


[jboss-user] [EJB 3.0] New message: Re: Application/EAR level interceptors

2010-02-17 Thread jaikiran pai
User development,

A new message was posted in the thread Application/EAR level interceptors:

http://community.jboss.org/message/526760#526760

Author  : jaikiran pai
Profile : http://community.jboss.org/people/jaikiran

Message:
--
 ThomasGo wrote:
  
 
  
  
 Conceptually, an application-wide interceptor could be used for other tasks 
 that apply to all services of only one application.
 
 
You can actually place a jboss-aop.xml file in the .ear/META-INF folder. This 
jboss-aop.xml will then contain the pointcut expressions to intercept the calls 
to any bean implementation classes (or any classes for that matter) in that 
specific application. This is more related to JBoss AOP rather than EJB3. I am 
assuming you know about JBoss AOP and it's usage. Caveat - i haven't tried this 
and don't know if you might run into any issues.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526760#526760


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


[jboss-user] [jBPM] New message: Re: Automatic transition from wait state - is it correct?

2010-02-17 Thread Maciej Swiderski
User development,

A new message was posted in the thread Automatic transition from wait state - 
is it correct?:

http://community.jboss.org/message/526765#526765

Author  : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej

Message:
--
I looked into the source code just to see if I can figure it out a bit, 
sometimes it's good to get your hands dirty 
 
 
Seems like the issue is in
org.jbpm.pvm.internal.id.DatabaseIdComposer.createId

method.
It assigns the same id for two timers which causes constraint exception.
 
Question is how it should be fixed?
 
Simple solution is to keep the state/number of loops for the same node and 
process instance using variables but I am not sure if that is the right thing 
to do - is more like jBPM user solution than developer.
 
Any suggestions?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526765#526765


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


[jboss-user] [EJB 3.0] New message: Re: Bi-directional dependency between two stateless session beans

2010-02-17 Thread Carlo de Wolf
User development,

A new message was posted in the thread Bi-directional dependency between two 
stateless session beans:

http://community.jboss.org/message/526767#526767

Author  : Carlo de Wolf
Profile : http://community.jboss.org/people/wolfc

Message:
--
Note that a cyclic dependency with two stateless beans should deploy just fine, 
because the real bean instance is only needed when the first invocation goes 
through.
 
I'm scheduling in https://jira.jboss.org/jira/browse/EJBTHREE-1074 to address 
this problem.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526767#526767


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


[jboss-user] [JCA] New message: Re: How to reference an embedded JCA resource adapater

2010-02-17 Thread Vicky Kak
User development,

A new message was posted in the thread How to reference an embedded JCA 
resource adapater:

http://community.jboss.org/message/526773#526773

Author  : Vicky Kak
Profile : http://community.jboss.org/people/vickyk

Message:
--
 cgrf wrote:
  
 Is there a way to reference the embedded RAR file without hard-coding the 
 containing archive's name? 
 Thanks in advance!
  
You should package the RAR seperately and not include it in the EAR, what is 
the reason that you want to have it in the EAR?
AFAIK there is not way to refer to the RAR directly when it is a part of the 
EAR.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526773#526773


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


[jboss-user] [JCA] New message: Re: How to reference an embedded JCA resource adapater

2010-02-17 Thread C G
User development,

A new message was posted in the thread How to reference an embedded JCA 
resource adapater:

http://community.jboss.org/message/526776#526776

Author  : C G
Profile : http://community.jboss.org/people/cgrf

Message:
--
Thanks for your answer. One reason for including the RAR in the EAR would be 
not having to deploy it separately. I would like the whole application and it's 
dependencies to be included in the EAR. Another reason is encapsulation: when 
included within the EAR file, the adapter is not accessible to other 
applications on the same server. Also, multiple instances of my application 
could easily bring along their own configuration of the adapter.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526776#526776


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


[jboss-user] [JCA] New message: Re: How to reference an embedded JCA resource adapater

2010-02-17 Thread Vicky Kak
User development,

A new message was posted in the thread How to reference an embedded JCA 
resource adapater:

http://community.jboss.org/message/526781#526781

Author  : Vicky Kak
Profile : http://community.jboss.org/people/vickyk

Message:
--
 cgrf wrote: Another reason is encapsulation: when included within the EAR 
 file, the adapter is not accessible to other applications on the same server. 
 Also, multiple instances of my application could easily bring along their 
 own configuration of the adapter.
Well I understand that you have scoped EAR, so what you could do here is have 
multiple EAR's like plainear.ear and rarear.ear. Both of these ear's should be 
isolated and share the same CL, this can be controlled via the jboss-app.xml in 
EAR. The loader-repository entry in the plainear.ear/META-INF/jboss-app.xml and 
rarear.ear/META-INF/jboss-app.xml should have similar entry.
You can give it a try and let us know if that sorts the issue.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526781#526781


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


[jboss-user] [JBoss Cache] New message: Re: nodeCreated is not called when cache is starting

2010-02-17 Thread utku ozbek
User development,

A new message was posted in the thread nodeCreatednbsp; is not called when 
cache is starting:

http://community.jboss.org/message/526784#526784

Author  : utku ozbek
Profile : http://community.jboss.org/people/avadula

Message:
--
any idea on the problem below?
 
A workaround may be to get all the data in cache when the secondary application 
is up and do what ever needed in a for loop. But there may be a configuration 
to force that go through cache listeners.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526784#526784


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


[jboss-user] [EJB 3.0] New message: Re: Bi-directional dependency between two stateless session beans

2010-02-17 Thread Andrig Miller
User development,

A new message was posted in the thread Bi-directional dependency between two 
stateless session beans:

http://community.jboss.org/message/526789#526789

Author  : Andrig Miller
Profile : http://community.jboss.org/people/andy.mil...@jboss.com

Message:
--
 wolfc wrote:
  
 Note that a cyclic dependency with two stateless beans should deploy just 
 fine, because the real bean instance is only needed when the first invocation 
 goes through.
  
 I'm scheduling in https://jira.jboss.org/jira/browse/EJBTHREE-1074 to address 
 this problem.
That's great.  The @IgnoreDependency did work for me in the mean time.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526789#526789


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


[jboss-user] [jBPM] New message: Properties value can't wire #{object}

2010-02-17 Thread ciccio ciccio
User development,

A new message was posted in the thread Properties value can't wire #{object}:

http://community.jboss.org/message/526790#526790

Author  : ciccio ciccio
Profile : http://community.jboss.org/people/ciccioVega

Message:
--
Hi guys,
is it possible to wire an object in property of properties?
The code is:
custom name=outputManager class=it.Example
 field name=properties
  object class=it.MyProperties
   property name=parametersMap
map class=java.util.HashMap
 entry
  key
   string value=outputPathName /
  /key
  value
   object expr=C:#{output[0].value} /
  /value
 /entry
/map
   /property
    property name=properties
properties
 property name=outputPathName 
value=C:#{output[0].value} /
/properties
   /property
   /object 
 /field
transition name=to end to=end /
/custom

 

 
In this code i use a Map and it functions because i can use object with 
attribute expr, otherwise when i use properties (java.util.Properties), the 
value can't wire my object #{output} and it takes outputPathName like 
C:#{output[0].value}
Any suggestions to cast my object in string?
I'd like to use EL function to concat but i'm still waiting an answer in my 
other thread!!
Thanks in advance
 
Ciccio

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526790#526790


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


[jboss-user] [EJB 3.0] New message: Re: EAR with 2 ejb modules(MDB) does not work

2010-02-17 Thread Fausto De La Torre
User development,

A new message was posted in the thread EAR with 2 ejb modules(MDB) does not 
work:

http://community.jboss.org/message/526796#526796

Author  : Fausto De La Torre
Profile : http://community.jboss.org/people/faustodelatog

Message:
--
Thanks, You are right, in version 4.2.3 everything works, however I have an 
application (EAR) running in jboss 4.2.2 with the same architecture, and works 
fine, the difference is in this application (EAR), I have so many libraries and 
web services, I`m going to check in this, what is the library or web service 
that makes work fine.
 
PD.: que chévere que exista esta ayuda

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526796#526796


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


[jboss-user] [jBPM] New message: [jBPM 4.2] - Move the process to previous steps in a workflow

2010-02-17 Thread Mike Burton
User development,

A new message was posted in the thread [jBPM 4.2] - Move the process to 
previous steps in a workflow:

http://community.jboss.org/message/526799#526799

Author  : Mike Burton
Profile : http://community.jboss.org/people/mike_burton

Message:
--
Hi
Is there any api availble to move the process / execution to previous steps in 
a workflow.
 
This is my usecase.
Based on user input i should be able to instruct the process to go back to any 
previous step in the workflow. Can anyone please guide me how to achieve this.
 
Thanks in advance

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526799#526799


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


[jboss-user] [JBoss Microcontainer Development] New message: Re: AnnotatedElementMetaDataLoader component metadata optimization

2010-02-17 Thread Kabir Khan
User development,

A new message was posted in the thread AnnotatedElementMetaDataLoader 
component metadata optimization:

http://community.jboss.org/message/526801#526801

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.k...@jboss.com

Message:
--
I changed it to use UnmodifiableScopeKey for both CLASS and JOINPOINT levels.
 
When creating UnmodifiableScopeKey, there was still some overhead in 
unnecessarily creating the parent ScopeKey.scopes map which will always be 
ignored, so I have made that lazily initialized in ScopeKey.addScope(Scope).

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526801#526801


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


[jboss-user] [jBPM] New message: Re: BPMN 2.0 modeling with Signavio...

2010-02-17 Thread Sandy Moreno
User development,

A new message was posted in the thread BPMN 2.0 modeling with Signavio...:

http://community.jboss.org/message/526804#526804

Author  : Sandy Moreno
Profile : http://community.jboss.org/people/esemoreno

Message:
--
Thank you, I appreciated your collaboration.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/526804#526804


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


[jboss-user] [jBPM] New message: Re: Problems with jbpm-console

2010-02-17 Thread Ramses Hernandez
User development,

A new message was posted in the thread Problems with jbpm-console:

http://community.jboss.org/message/526808#526808

Author  : Ramses Hernandez
Profile : http://community.jboss.org/people/landdelses

Message:
--
Thanks a lot for the answers Ronald, ok the code for deploy the image is this:
 
NewDeplyment deploy = 
repositoryService.createDeployment().addResourceFromClasspath(example.jpdl.xml);
deploy.addResourceFromClasspath(example.png);
deploy.deploy();
 
Thats all, very easy 
 
Some times I need a scolding, sorry for my questions and again thanks for the 
answers.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526808#526808


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


[jboss-user] [Performance Tuning] New message: Re: jboss-4.2.2.GA Performance via JMeter Testing

2010-02-17 Thread Peter Johnson
User development,

A new message was posted in the thread jboss-4.2.2.GA Performance via JMeter 
Testing:

http://community.jboss.org/message/526816#526816

Author  : Peter Johnson
Profile : http://community.jboss.org/people/peterj

Message:
--
The Connector entry must reference the Executor, see
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526816#526816


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


[jboss-user] [JBoss Web Services Development] New message: Re: Providing JAX-RPC functionalities with CXF and Metro stacks

2010-02-17 Thread Dimitris Andreadis
User development,

A new message was posted in the thread Providing JAX-RPC functionalities with 
CXF and Metro stacks:

http://community.jboss.org/message/526827#526827

Author  : Dimitris Andreadis
Profile : http://community.jboss.org/people/dimit...@jboss.org

Message:
--
I, too, would like to see the different stacks being able to be deployed 
separately/in parallel without conflicting with each other, as Richard pointed 
out. At the very least, one should be able to choose whether she wants jac-rpc 
functionality or not.
 
BTW, great work!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526827#526827


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


[jboss-user] [JBoss Microcontainer Development] New message: Re: AnnotatedElementMetaDataLoader component metadata optimization

2010-02-17 Thread Kabir Khan
User development,

A new message was posted in the thread AnnotatedElementMetaDataLoader 
component metadata optimization:

http://community.jboss.org/message/526829#526829

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.k...@jboss.com

Message:
--
I did some AS starts with my initial implementation 
(AnnotatedElementMetaDataLoader.getComponentMetaDataRetrieval() returns null if 
no annotations) from this thread yesterday, and when rerunning them today and 
comparing with another AS instance with the alternative solution and rest of 
the fixes from this thread I found that JBoss AS with today's jboss-mdr 
snapshot starts up slower than yesterday's jboss-mdr snapshot by almost a 
second. I'll look into why.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526829#526829


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


[jboss-user] [JBoss Tools] New message: Re: JBoss AS WTP server adapter removes deployment module

2010-02-17 Thread Max Andersen
User development,

A new message was posted in the thread JBoss AS WTP server adapter removes 
deployment module:

http://community.jboss.org/message/526830#526830

Author  : Max Andersen
Profile : http://community.jboss.org/people/max.ander...@jboss.com

Message:
--
That file should only show up if you have right clicked it and chosen Make 
Deployable.
This is there to allow you to deploy non-WTP resources, such as -ds.xml or 
other resources you like to deploy to AS.
 
You can make them undeployable by right clicking on the file and choose Make 
undeployable.
 
So this is actually all expected behavior.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526830#526830


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


[jboss-user] [JBoss Microcontainer Development] New message: NPE on ungetValue()

2010-02-17 Thread Kabir Khan
User development,

A new message was posted in the thread NPE on ungetValue():

http://community.jboss.org/message/526834#526834

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.k...@jboss.com

Message:
--
Remy reported this:
 
 9:46,189 WARN  [ConfigureAction] Error unconfiguring bean
 abstractkernelcontrollercont...@2fbfbe18{
 metadata=abstractbeanmetad...@2ef49ac3{name=wardeployer
 bean=org.jboss.web.tomcat.service.deployers.TomcatDeployer
 properties=[relativeOrder, tldJars, configFile, authenticators,
 java2ClassLoadingCompliance, domain, securityContextClassName,
 mainDeployer, policyRegistrationName, deleteWorkDirOnContextDestroy,
 securityManagementName, lenientEjbLink, defaultSecurityDomain]
 constructor=null autowireCandidate=true
 installs=[ManagedDeploymentCreator.addAttachmentType]
 uninstalls=[ManagedDeploymentCreator.removeAttachmentType]}name=WarDeployer
 target=org.jboss.web.tomcat.service.deployers.tomcatdeplo...@33716286
 state=Configured
 depends=abstractdependencyi...@759a12cb{idependon=[abstractdependencyitem@4ed95bc3{name=WarDeployer
 dependsOn=ServiceBindingManager whenRequired=Configured
 dependentState=Installed resolved=false},
 abstractdependencyi...@201787a6{name=wardeployer
 dependsOn=MainDeployer whenRequired=Configured resolved=false},
 abstractinstallmetadata$installationdependencyi...@1108565d{name=wardeployer
 dependsOn=ManagedDeploymentCreator whenRequired=Installed
 dependentState=Installed resolved=false},
 abstractinstallmetadata$installationdependencyi...@3a5dfc67{name=wardeployer
 dependsOn=ManagedDeploymentCreator whenRequired=Installed
 dependentState=Installed resolved=false}]
 unresolved=[abstractdependencyi...@4ed95bc3{name=wardeployer
 dependsOn=ServiceBindingManager whenRequired=Configured
 dependentState=Installed resolved=false},
 abstractinstallmetadata$installationdependencyi...@3a5dfc67{name=wardeployer
 dependsOn=ManagedDeploymentCreator whenRequired=Installed
 dependentState=Installed resolved=false},
 abstractinstallmetadata$installationdependencyi...@1108565d{name=wardeployer
 dependsOn=ManagedDeploymentCreator whenRequired=Installed
 dependentState=Installed resolved=false},
 abstractdependencyi...@201787a6{name=wardeployer
 dependsOn=MainDeployer whenRequired=Configured resolved=false}]}}:
 java.lang.NullPointerException
 at 
 org.jboss.beans.metadata.plugins.AbstractInjectionValueMetaData.ungetValue(AbstractInjectionValueMetaData.java:275)
 at 
 org.jboss.kernel.plugins.dependency.PropertyDispatchWrapper.execute(PropertyDispatchWrapper.java:86)
 at 
 org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47)
 at 
 org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125)
 at 
 org.jboss.kernel.plugins.dependency.ConfigureAction.dispatchSetProperty(ConfigureAction.java:107)
 at 
 org.jboss.kernel.plugins.dependency.ConfigureAction.setAttributes(ConfigureAction.java:85)
 at 
 org.jboss.kernel.plugins.dependency.ConfigureAction.uninstallActionInternal(ConfigureAction.java:58)
 at 
 org.jboss.kernel.plugins.dependency.InstallsAwareAction.uninstallAction(InstallsAwareAction.java:175)
 at 
 org.jboss.kernel.plugins.dependency.InstallsAwareAction.uninstallAction(InstallsAwareAction.java:42)
 at 
 org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleUninstallAction(SimpleControllerContextAction.java:79)
 at 
 org.jboss.dependency.plugins.action.AccessControllerContextAction.uninstall(AccessControllerContextAction.java:131)
 at 
 org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
 at 
 org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:384)
 at 
 org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:2063)
 at 
 org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1578)
 at 
 org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1431)
 at 
 org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:735)
 at 
 org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:648)
 at 
 org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.undeploy(BeanMetaDataDeployer.java:228)
 at 
 org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.undeploy(BeanMetaDataDeployer.java:58)
 at 
 org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalUndeploy(AbstractSimpleRealDeployer.java:69)
 at 
 org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:117)
 at 
 org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:204)
 at 
 org.jboss.deployers.plugins.deployers.DeployersImpl.doUndeploy(DeployersImpl.java:1690)
 at 
 

[jboss-user] [JBoss Microcontainer Development] New message: Re: NPE on ungetValue()

2010-02-17 Thread Kabir Khan
User development,

A new message was posted in the thread NPE on ungetValue():

http://community.jboss.org/message/526835#526835

Author  : Kabir Khan
Profile : http://community.jboss.org/people/kabir.k...@jboss.com

Message:
--
Aha, reading the original mail helped :-)
 
 Hi,
 
 In AbstractWarDeployer, there is a @Inject annotation on the
 setPersistenceUnitDependencyResolver method which creates a hard
 dependency on JPA. Trying to loosen that dependency without making big
 changes, I changed it to @Inject (option=InjectOption.OPTIONAL). This
 does work to some extent (the dependency is now indeed optional), but
 it causes a NPE on shutdown.
 
 Any ideas ?
 
 Rémy
Since it is Optional, context might not be there. I'll create a test and fix 
for that, and also look into what happens if we use FromContext injection.
 
https://jira.jboss.org/jira/browse/JBKERNEL-100

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526835#526835


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


[jboss-user] [jBPM] New message: Re: [jBPM 4.2] - Move the process to previous steps in a workflow

2010-02-17 Thread Mike Burton
User development,

A new message was posted in the thread [jBPM 4.2] - Move the process to 
previous steps in a workflow:

http://community.jboss.org/message/526840#526840

Author  : Mike Burton
Profile : http://community.jboss.org/people/mike_burton

Message:
--
Hey
can anyone please help me how to achieve this.
 
Thanks for your valuable reply

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526840#526840


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


[jboss-user] [JBoss Tools] New Comment: How to write documentation for JBDS and JBoss Tools

2010-02-17 Thread Denis Golovin
User development,

A new comment was created on the document How to write documentation for JBDS 
and JBoss Tools:
http://community.jboss.org/docs/DOC-14250#comment-2791

Author : Denis Golovin
Profile: http://community.jboss.org/people/dgolovin

Comment:
Please keep all chapters in one article, because it is not right approach to 
have articles like this http://community.jboss.org/wiki/Inlinegraphicsscale-100.
Use Heading styles for each instead and then add TOC on top of it.
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: JBoss AS WTP server adapter removes deployment module

2010-02-17 Thread henk de boer
User development,

A new message was posted in the thread JBoss AS WTP server adapter removes 
deployment module:

http://community.jboss.org/message/526847#526847

Author  : henk de boer
Profile : http://community.jboss.org/people/henk53

Message:
--
 mailto:max.ander...@jboss.com wrote:
  
 That file should only show up if you have right clicked it and chosen Make 
 Deployable.
 [...] 
 So this is actually all expected behavior.
 
I had the same thing happening and I most definitely did not click on any Make 
Deployable command (which is btw a very handy function  but that aside).
 
What happened is that I saved a resource from within Eclipse and later when I 
started up JBoss AS, it failed with errors. Upon inspecting I noticed the 
adapter had added the very resource that I just saved as a deployable artifact. 
On top of that, most other content residing in the same module as where I saved 
the resource has disappeared.
 
I also encountered a very similar thing. Instead of the resource I save being 
added as a deployable artifact, it happens to suddenly be the only thing that 
is deployed.
 
For instance, I have an ear with an ejb module and a web module. The web module 
contains a content directory with a tons of jsp files and directories. Suppose 
I have the files customer/edit_customer.jsp and customer/new_customer.jsp open 
in my editor. After I save those and start the server, the startup fails. If I 
then inspect my filesystem at the deployment location, I see that all the 
content of the web module is gone and only customer/edit_customer.jsp and 
customer/new_customer.jsp remain. The EJB module (where I didn't perform a 
save) as well as the files in EAR umbrella other than the web module are still 
intact.
 
This happened to me quite some time. I can't really put my finger on it to 
really determine what causes it. I'm using both a Mac and a Ubuntu machine and 
it happened on both. I also use JRebel, but since my trial license expired 
recently I haven't been using this, and yet this strange phenomenon happened 
again. I also tried with deployment inside the .metadata folder and directly 
into the JBoss AS deploy folder, but it both cases the problem occurred. It 
mostly seems to happen when the server is not running, but I also had it 
happening when the server in fact was running: it started up correctly, I could 
log-in to my app. Then I made a small change in one of our JSP files and a 
moment later messages started appearing in my log that stuff couldn't be found 
anymore. Again, the web module's content was nuked except for the file I just 
saved.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526847#526847


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


[jboss-user] [JBoss Tools] New message: JBoss ESB editor destroys NotifyEmail

2010-02-17 Thread Bill Matson
User development,

A new message was posted in the thread JBoss ESB editor destroys NotifyEmail:

http://community.jboss.org/message/526860#526860

Author  : Bill Matson
Profile : http://community.jboss.org/people/matsonb

Message:
--
I've tried this with both the 3.1.CR1 version and the nightly from the trunk.  
For the 4.5 version of the ESB (what we're running), the following is a setup 
for a dummy service containing an email notifier:
 
?xml version=1.0?
jbossesb parameterReloadSecs=5
 
xmlns=http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.1.0.xsd;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.1.0.xsd
 
http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.1.0.xsd;
 services
  service category=TestCategory description=Test invmScope=GLOBAL 
name=TestService
   actions
    action class=org.jboss.soa.esb.actions.Notifier name=TestNotifier
 property name=destinations
  NotificationList type=OK
   target class=NotifyEmail sendTo=mailto:per...@somewhere.com/
  /NotificationList
 /property
    /action
   /actions
  /service
 /services
/jbossesb
 
As far as I can tell from both the documentation and the code in the 
org.jboss.soa.esb.notification.NotifyEmail class, the code HAS to have the 
from/sendTo, etc in the attributes of the target tag.  If you pull the above 
into the current development ESB editor, and make a change on the tree tab, 
then save, the sendTo (and any other attribute) gets removed from the XML. 
 
This behavior by JBoss tools is causing loss of vital pieces of the ESB 
configuration since there does not appear to be a way of configuring the 
NotifyEmail class in the 4.5 version of the ESB except by these attributes.  Is 
there another way the NotifyEmail class is supposed to be configured, or is 
this a problem in tools?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526860#526860


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


[jboss-user] [jBPM] New message: Re: [jBPM 4.2] - Move the process to previous steps in a workflow

2010-02-17 Thread Sebastian Schneider
User development,

A new message was posted in the thread [jBPM 4.2] - Move the process to 
previous steps in a workflow:

http://community.jboss.org/message/526870#526870

Author  : Sebastian Schneider
Profile : http://community.jboss.org/people/sebastian.s

Message:
--
If the situation described is a valid business use case you should model this 
situation as part of the process with a transition going back to this step.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/526870#526870


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


[jboss-user] [EJB 3.0] New message: Re: Application/EAR level interceptors

2010-02-17 Thread Thomas Goettlich
User development,

A new message was posted in the thread Application/EAR level interceptors:

http://community.jboss.org/message/526872#526872

Author  : Thomas Goettlich
Profile : http://community.jboss.org/people/ThomasGo

Message:
--
Thanks for the hint, I'll try that after my vacation.
 
And yes, I knew this topic would also touch JBoss AOP, but since interceptors 
are part of EJB I thought the topic should go here.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526872#526872


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


[jboss-user] [JBoss Tools] New message: Re: JBoss AS WTP server adapter removes deployment module

2010-02-17 Thread Max Andersen
User development,

A new message was posted in the thread JBoss AS WTP server adapter removes 
deployment module:

http://community.jboss.org/message/526876#526876

Author  : Max Andersen
Profile : http://community.jboss.org/people/max.ander...@jboss.com

Message:
--
 henk53 wrote:
  
  mailto:max.ander...@jboss.com wrote:
   
  That file should only show up if you have right clicked it and chosen Make 
  Deployable.
  [...] 
  So this is actually all expected behavior.
  
 I had the same thing happening and I most definitely did not click on any 
 Make Deployable command (which is btw a very handy function  but that 
 aside).
 
 
If you can show me how you got lines added to that file you found in .metadata 
without using Make Deployable (or use the Seam Wizard which does it 
automatically for the -ds.xml) I'll buy you a beer!
  
 What happened is that I saved a resource from within Eclipse and later when I 
 started up JBoss AS, it failed with errors. Upon inspecting I noticed the 
 adapter had added the very resource that I just saved as a deployable 
 artifact. On top of that, most other content residing in the same module as 
 where I saved the resource has disappeared.
  snip
This a very different issue and much more serious.
If you can in anyway give us a way to reproduce this then that will be great - 
I've used the deployment for years and never seen this myself (but I have seen 
other reports about it, but we just never been able to reproduce it in any form 
;(
 
I would really like to have a reproducable example!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526876#526876


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


[jboss-user] [JBoss Tools] New message: Re: JBoss ESB editor destroys NotifyEmail

2010-02-17 Thread Max Andersen
User development,

A new message was posted in the thread JBoss ESB editor destroys NotifyEmail:

http://community.jboss.org/message/526877#526877

Author  : Max Andersen
Profile : http://community.jboss.org/people/max.ander...@jboss.com

Message:
--
Save should most definitely not caused dataloss like this.
 
Could you please report in jira with full esb.xml sample file and show what 
edits you do to make it happen ?
 
Thanks!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526877#526877


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


[jboss-user] [JBoss Tools] New message: Hibernate configurations with Oracle Thin Client

2010-02-17 Thread Arbi Sookazian
User development,

A new message was posted in the thread Hibernate configurations with Oracle 
Thin Client:

http://community.jboss.org/message/526882#526882

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have a Seam 2.1.1.GA project with Eclipse Galileo and JBT 3.1.0-M4.
 
How do I create a Hibernate config using ojdbc14.jar with this custom JDBC URL 
from Oracle Developer Studio?
 
jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL =
    TCP)(HOST = oradev1.prv.echo-inc.com)(PORT = 1521)) (LOAD_BALANCE = yes)
    (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME =
    cisdev) (FAILOVER_MODE = (TYPE = SELECT) (METHOD =
    BASIC) (RETRIES = 180) (DELAY = 5
 
The Hibernate config is still very non-intuitive and difficult to setup.  I 
remember having a hard time with this in the past.  The UI/wizard seems 
non-intuitive or buggy...

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526882#526882


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


[jboss-user] [JBoss Tools] New message: Updating JBT via Eclipse check for updates

2010-02-17 Thread Arbi Sookazian
User development,

A new message was posted in the thread Updating JBT via Eclipse check for 
updates:

http://community.jboss.org/message/526883#526883

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have JBT 3.1.0-M4.  How do I update to latest version cleanly from Eclipse 
Galileo?  I don't see JBT in the list for possible available updates when I do 
Help -- check for updates.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/526883#526883


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


[jboss-user] [jBPM] New message: can we signal the decision node from task node using taskservice?

2010-02-17 Thread babitha reddy
User development,

A new message was posted in the thread can we signal the decision node from 
task node using taskservice?:

http://community.jboss.org/message/526898#526898

Author  : babitha reddy
Profile : http://community.jboss.org/people/Babithaobili

Message:
--
Hai,
  Iam new to Jbpm.Presently am learning jbpm4.
 how to signal a decision node from task node by using taskservice in 
jbpm4.3?is it possible to signal the decision node from task node without 
triggering it.
 Can u please help me out.
 
Thanks and Regards
Babitha

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526898#526898


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


[jboss-user] [JBoss Tools Development] New message: Re: JSP Validator gives errors if scriptlets are used

2010-02-17 Thread Matthew Robinson
User development,

A new message was posted in the thread JSP Validator gives errors if 
scriptlets are used:

http://community.jboss.org/message/526900#526900

Author  : Matthew Robinson
Profile : http://community.jboss.org/people/mrobin21

Message:
--
Thanks Alexey,
 
There is no 'JavaScript Syntax Validator' under 
Project-Properties-Validation. Just 'JSP Syntax', which I turned off to no 
effect.  The only other Validators in that section are 'HTML Syntax' and 'XSLT 
Validation'.  There is an entry under Project-Properties-JavaScript called 
'Validation', which is already turned off.
 
I'll lodge my details to bugs.eclipse.org.
 
Kind Regards,
Matt.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526900#526900


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