[jboss-user] [JBoss jBPM] - JBpm 4.0 intergation example

2009-08-01 Thread nchandra33
Hi,
I started using jbpm4.0. Is there some tutorial/article on integrating jbpm 
with another real world application? 

Code snippets would also help.

Nishant

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247375#4247375

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247375
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Class Cast Exception inconsistently

2009-08-01 Thread krishnaroopa
Hi

What will be WS stack default with JBOSS 4.2.3 ?

For implementing WS-addressing, we deployed native 3.1.0 on top of it

Now,  we are getting classcastexception in web service invocation since the 
jbossws native 3.1.0? 

regards
KRS

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247376#4247376

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247376
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-08-01 Thread timfox
sanches wrote : Hello all,
  | 
  | Is it possible to receive TextMessages (with XML payload) from the client 
written in c++ and using ActiveMQ?
  | What URI should be given to the cpp client in such a case?
  | 
  | Thanks.

Yes, it's possible to use activemq with c++ clients, but I don't see how that 
is related to JBoss Messaging. Look at the activemq docs and website for more 
info.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247378#4247378

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247378
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-08-01 Thread timfox
clebert.suco...@jboss.com wrote : Is it possible to receive TextMessages 
(with XML payload) from the client written in c++ and using ActiveMQ?
  |   | What URI should be given to the cpp client in such a case? 
  | 
  | Sorry... your question was a little bit obscure to me...
  | 
  | 
  | I couldn' t realize you wanted to transfer messages from ActiveMQ to 
JBossMessaging.
  | 

You can use a JMS bridge to do this *already* in JBM 1.x and 2.x.

anonymous wrote : 
  | We are scheduled to implement AMQP on JBoss Messaging 2, what will enabled 
C++ to connect to JBoss Messaging.
  | 

You can already use a Stomp client to talk to JBoss Messaging 1.x/2.x using 
StompConnect (google it)



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247379#4247379

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247379
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-08-01 Thread timfox
clebert.suco...@jboss.com wrote : ... and JBossMessaging will implement AMQP, 
and other clients such as C++, .NET will be able to connect to JBoss Messaging 
2 using those libraries, which is a nice synergy.

Not only AMQP, JBM will be implementing REST and STOMP natively giving you a 
very large range of options for messaging interoperability.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247380#4247380

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247380
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Bridge with QOS_ONCE_AND_ONLY_ONCE

2009-08-01 Thread timfox
JBM 1.4 should *never* be used with an XA JDBC data source.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247381#4247381

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247381
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: How to post Message to IBM MQ Queue from Webservice ?( U

2009-08-01 Thread timfox
Please post on the JCA forum - this question is not about JBM

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247382#4247382

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247382
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-08-01 Thread sanches
anonymous wrote : 
  | You can use a JMS bridge to do this *already* in JBM 1.x and 2.x.
  | 

Could you tell a little bit more about JMS bridge please?
On which configuration it could be applied?
Aim is to retrieve messages from C++ client on JBoss side.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247383#4247383

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247383
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-08-01 Thread sanches
timfox wrote : 
  | You can already use a Stomp client to talk to JBoss Messaging 1.x/2.x using 
StompConnect (google it)
  | 

Thanks, I am already paying attention to StompConnect.

I've faced an issue which I can not resolve with StompConnect however:
Configuration is: 
- C++ client (ActiveMQ CMS over Stomp) is sender 
- JBoss 5.0 with MQ (not JBoss Messaging, sorry, I used default on JBoss 5.0) 
and MDB is receiver. StompConnect's thread is working inside JBoss 

When the name of the JMS topic is laconic SERVER, c++ client sends message to 
topic SERVER, and MDB listening for messages from topic SERVER, everything 
is transmitted well. 

But when the name of the JMS  topic is SERVER/TOP  (there is slash in the 
name), c++  client sends message to topic SERVER/TOP, and MDB listening for 
messages from topic SERVER/TOP, an exception is thrown on JBoss side. Full 
stack of exception is at the end of this message. 

However, at the same time when the name of the JMS  topic is SERVER/TOP, but 
c++  client sends message to topic SERVER, and MDB still listening for 
messages from topic SERVER/TOP, message is received properly. That case is 
detected accidentally. 

Once again in two words, MDB on JBoss can not receive message if it has been 
sent by cpp client to destination which contains slashes. By some reason in 
such case message is routed into topic which name is substring before slash.

Alex.

Exception: 
11:42:21,562 ERROR [ExceptionUtil] 
SessionEndpoint[7b-y2923txf-1-zooy2txf-2p9g2a-w30b3a] createTopic 
[8b-y2923txf-1-zooy2txf-2p9g2a-w30b3a] 
javax.jms.JMSException: There is no administratively defined topic with 
name:SERVER/TOP 
at 
org.jboss.jms.server.endpoint.ServerSessionEndpoint.createTopic(ServerSessionEndpoint.java:321)
 
at 
org.jboss.jms.server.endpoint.advised.SessionAdvised.org$jboss$jms$server$endpoint$advised$SessionAdvised$createTopic$aop(SessionAdvised.java:110)
 
at 
org.jboss.jms.server.endpoint.advised.SessionAdvised$createTopic_N1144803973659535745.invokeTarget(SessionAdvised$createTopic_N1144803973659535745.java)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) 
at 
org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
 
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
at 
org.jboss.jms.server.endpoint.advised.SessionAdvised.createTopic(SessionAdvised.java)
 
at 
org.jboss.jms.wireformat.SessionCreateTopicRequest.serverInvoke(SessionCreateTopicRequest.java:74)
 
at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143)
 
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908) 
at 
org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
 
at org.jboss.remoting.Client.invoke(Client.java:1708) 
at org.jboss.remoting.Client.invoke(Client.java:612) 
at org.jboss.remoting.Client.invoke(Client.java:600) 
at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:189)
 
at 
org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:160)
 
at 
org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$createTopic$aop(ClientSessionDelegate.java:353)
 
at 
org.jboss.jms.client.delegate.ClientSessionDelegate$createTopic_N1144803973659535745.invokeTarget(ClientSessionDelegate$createTopic_N1144803973659535745.java)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111) 
at 
org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:92)
 
at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
 
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
at 
org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170)
 
at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:86)
 
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102) 
at 
org.jboss.jms.client.delegate.ClientSessionDelegate.createTopic(ClientSessionDelegate.java)
 
at org.jboss.jms.client.JBossSession.createTopic(JBossSession.java:260) 
at 
org.codehaus.stomp.jms.StompSession.convertDestination(StompSession.java:96) 
at org.codehaus.stomp.jms.StompSession.sendToJms(StompSession.java:71) 
at 
org.codehaus.stomp.jms.ProtocolConverter.onStompSend(ProtocolConverter.java:260)
 
at 
org.codehaus.stomp.jms.ProtocolConverter.onStompFrame(ProtocolConverter.java:132)
 
at org.codehaus.stomp.tcp.TcpTransport.run(TcpTransport.java:131) 
at java.lang.Thread.run(Thread.java:619)

View the original post : 

[jboss-user] [Microcontainer] - Re: Info required about jboss-classloading.xml

2009-08-01 Thread alesj
djordjevs wrote : 
  | 1. Is it jboss-classloading.xml that I should be using in as 5 to isolate 
my ear/ejb app from the same jar that come with the server?
  | 
Yes.

But the old config files should be still working,
hence can you post your example to our JBoss5 forum.
I know we had some issues, dunno how much Jaikiran tested it.

djordjevs wrote : 
  | 2. Where can we find some documentation explaining how to define 
jboss-classloading.xml i.e. what are the meanings of tags?
  | 
https://jira.jboss.org/jira/browse/JBCL-10
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-cl/trunk/classloading/src/main/java/org/jboss/classloading/spi/metadata/ClassLoadingMetaData10.java
https://www.jboss.org/community/wiki/JBoss5custommetadatafiles
http://www.jboss.org/community/wiki/useJBossWebClassLoaderinJBoss5
http://anonsvn.jboss.org/repos/jbossas/projects/webbeans-ri-int/trunk/deployer/src/main/java/org/jboss/webbeans/integration/deployer/metadata/WebBeansClassloadingDeployer.java

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247385#4247385

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247385
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: JBOSS 5.1.x :: Unused services ...

2009-08-01 Thread jaikiran
Being discussed in your other post here 
http://www.jboss.org/index.html?module=bbop=viewtopict=159312

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247386#4247386

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247386
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Microcontainer] - Re: Info required about jboss-classloading.xml

2009-08-01 Thread jaikiran
As Ales mentions, although its recommended to use jboss-classloading.xml in 
AS5, using jboss-app.xml should perfectly work fine too.

anonymous wrote : 
  | I've been working on migration from jboss as4 to jboss as5 and hit the as5 
specific classloading problem with my ejb's where the third party jars 
referenced by ejbs are not loaded because they are also found in the server's 
top level lib directory and the server is loading those (example trove.jar) 
rather than ones that are part of the application.

Where exactly are those jars placed? You can place such thirdparty jars in 
EAR/lib folder and use the jboss-app.xml to isolate/scope the classloaders (as 
you did in AS-4.x).

anonymous wrote : I know we had some issues, dunno how much Jaikiran tested it. 

From what i tested, the jboss-app.xml works perfect. It's only the usage of 
jboss-web.xml for classloading configuration which seems to be running into 
issues (for some users) and which i need to test a bit more to come to a 
conclusion :)


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247387#4247387

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247387
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Persistent.xml jar-file attribute configuration issue

2009-08-01 Thread jaikiran
jar-file../lib/another.jar/jar-file
  | 

This should be:

jar-filelib/another.jar/jar-file

Read through the comments in this JIRA for some background 
https://jira.jboss.org/jira/browse/EJBTHREE-1754

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247388#4247388

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247388
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-08-01 Thread timfox
First of all, you are using JBoss Messaging 1.x , not JBoss MQ (default JMS 
provider in AS 5.0 is JBM) - I can see that in the stack trace.


  | javax.jms.JMSException: There is no administratively defined topic with 
name:SERVER/TOP
  | 

In JBM 1.x Having a forward slash in a destination name is illegal (there was a 
recent thread on this on this forum). You could try defining your topic as 
server.top, using a dot '.' to delimit words in a destination is also more 
consistent with how many other messaging systems define topic hierarchies.




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247389#4247389

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247389
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-08-01 Thread timfox
As Clebert mentioned, MDBs are *not* part of JBoss Messaging - JBM has no 
knowledge of MDBs.

MDBs exist as part of JBoss AS. MDBs provide their own pooling and buffering of 
messages which is not part of JBM.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247390#4247390

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247390
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBpm 4.0 intergation example

2009-08-01 Thread nchandra33
I am looking for a sample client code that I can deploy in a webapp and use to 
invoke any of the workflows.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247392#4247392

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247392
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Problem with 2

2009-08-01 Thread djcye
Hi,
i tried to include two Forms with a decision over transations. the first works 
fine, but when the second one is reached and someone claims the task and tries 
to view it an unexpected exception is raised. i also tried to rename outcome 
to outcome2 in task1.ftl but that didnt help..

Process:

  | ?xml version=1.0 encoding=UTF-8?
  | 
  | process name=mailprocess xmlns=http://jbpm.org/4.0/jpdl;
  | start g=220,16,48,48 name=start
  | transition to=verify_request/
  | /start
  | task candidate-users=peter,mary form=email/verify_request.ftl 
g=181,96,126,52 name=verify_request
  |   transition g=-44,-17 name=reject to=task1/
  |   transition name=accept to=vacation_accepted g=-2,-42/
  | /task
  | task candidate-users=peter,mary form=email/task1.ftl 
g=155,187,92,52 name=task1
  |   transition name=ja to=vacation_rejected g=-40,-13/
  |   transition name=nein to=end1 g=-42,-18/
  |/task
  | end g=125,307,48,48 name=vacation_rejected/
  | end g=343,252,48,48 name=vacation_accepted/
  |end name=end1 g=240,303,48,48/
  | /process

form task1.ftl and verify_request.ftl are identical:

  | html
  | body
  | form action=${form.action} method=POST enctype=multipart/form-data
  | 
  | #list outcome.values as transition
  | input type=submit name=outcome value=${transition}
  | /#list
  | 
  | /form
  | /body
  | /html
Exception:
Expression outcome is undefined on line 7, column 8 in email/task1.ftl.
  | The problematic instruction:
  | --
  | == list outcome.values as transition [on line 7, column 1 in 
email/task1.ftl]
  | --
  | 
  | Java backtrace for programmers:
  | --
  | freemarker.core.InvalidReferenceException: Expression outcome2 is undefined 
on line 7, column 8 in email/task1.ftl.
  | at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
  | at 
freemarker.core.TemplateObject.invalidTypeException(TemplateObject.java:134)
  | at freemarker.core.Dot._getAsTemplateModel(Dot.java:78)
  | at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
  | at freemarker.core.IteratorBlock.accept(IteratorBlock.java:94)
  | at freemarker.core.Environment.visit(Environment.java:209)
  | at freemarker.core.MixedContent.accept(MixedContent.java:92)
  | at freemarker.core.Environment.visit(Environment.java:209)
  | at freemarker.core.Environment.process(Environment.java:189)
  | at freemarker.template.Template.process(Template.java:237)
  | at 
org.jbpm.integration.console.forms.AbstractFormDispatcher.processTemplate(AbstractFormDispatcher.java:116)
  | at 
org.jbpm.integration.console.forms.TaskFormDispatcher.provideForm(TaskFormDispatcher.java:161)
  | at 
org.jbpm.integration.console.forms.FormDispatcherComposite.provideForm(FormDispatcherComposite.java:65)
  | at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.bpm.console.server.util.InvocationProxy.invoke(InvocationProxy.java:64)
  | at $Proxy205.provideForm(Unknown Source)
  | at 
org.jboss.bpm.console.server.FormProcessingFacade.provideForm(FormProcessingFacade.java:181)
  | at 
org.jboss.bpm.console.server.FormProcessingFacade.renderTaskUI(FormProcessingFacade.java:120)
  | at sun.reflect.GeneratedMethodAccessor325.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117)
  | at 
org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260)
  | at 
org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232)
  | at 
org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166)
  | at 
org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142)
  | at 
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356)
  | at 
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173)
  | at 
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93)
  | at 
org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  | at 
org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59)
  | at 

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Doubt with configuration of oracle-ds.xml in $JBOSS_HOME

2009-08-01 Thread PeterJ
If the connection URL contains the IP address 10.10.10.26, then that IP address 
is passed to the JDBC driver. What the JDBC driver does with it you will have 
the ask the JDBC driver vendor. For most JDBC drivers, they will connect to the 
database (or perhaps some database server software) on 10.10.10.26. Where the 
actual data resides is up to the database.

Most of the time, the database will reside on 10.10.10.26.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247397#4247397

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247397
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Remoting] - Callback Identification

2009-08-01 Thread dingwa
Hi,

I am wanting to implement a push callback facility whereby on the server, I 
have multiple callbacks for which the callback payload is to be destined for.  
What I require is to be able to on the server, distinguish one 
InvokerCallbackHandler from another.  Is there a way to add extra configuration 
around the time I call Client.addListener() from the client?


Cheers!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247398#4247398

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247398
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - JBPM + EMF/UML2 Crashes

2009-08-01 Thread waterloo
Hi all,

   I'm trying to execute  JPDL Process (4.0) that modifies an existing .UML 
file using the UML2 Library and i have to execute a useless instruction just to 
somehow get the UML initialized. The code fragment is bellow. If I remove the 
UMLFactory.eINSTANCE.createClass().setName(); the code crashes.
  It's important to mention that if I remove JPDL, everything runs OK!!


// extremely weird behavior. if I remove the line bellow the 
code crashes.
// it seems something inside RMf must be initialized.
///
UMLFactory.eINSTANCE.createClass().setName();
///


org.eclipse.uml2.uml.Package topPackage = 
UMLModelWrapper.loadModel(URI.createURI(PATH_NAME).appendSegment(

MODEL_NAME).appendFileExtension(UMLResource.FILE_EXTENSION));

SymbolTable.getInstance().umlModel = topPackage;

cheers


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247403#4247403

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247403
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - messages getting stuck in ESB queue after a period of inacti

2009-08-01 Thread hardew
Hi All,

I have created a MDB to retrieve messages from a remote queue. For that I have 
configured and included jboss.xml, ejb-jar.xml and application.xml files in the 
ear file. I have also configured mbean in hajndi-ds.xml and proxy configuration 
in standardjboss.xml. 
I deployed this ear file into jboss\\all\deploy\,  I am using Jboss AS 4.2.3. 
There is a firewall sitting between ESB queue and MDB.  

With the above configuration, MDB is able to retrieve and process the messages 
from remote queue.

The problem is that - messages getting stuck in ESB queue (remote queue) after 
a period of inactivity.
Thereafter MDB is not able to receive message. I need to restart the JBoss or 
mdb-proxy-binding from JMX-Console then only it again able to retrieve and 
process message. 

One possible reason is firewall session time out; If this is the case, then how 
to configure session timeout in MDB?

Please provide pointer/solution for this. 

Thanks,
Hardew


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247405#4247405

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247405
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - eclipse jboss aop

2009-08-01 Thread souma
please help me i download eclipse 3.5 but i do know how i can integre it with 
jboss aop

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247406#4247406

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247406
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to add Console Users (jBPM4)

2009-08-01 Thread kukeltje
pull

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247407#4247407

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247407
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Getting Started Documentation] - Re: problem building jsfeJB3 application

2009-08-01 Thread DavidMZen
These types of problems trying to run examples are really annoying..
I've spent a lot of time  and made some headway with jsfeJB3 (fixed the build 
and deploy problems mentioned earlier) but now when you try to create a todo or 
list them it fails with 

com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed 
bean todoBean.  The following problems were found:
 - Bean or property class TodoBean for managed bean todoBean cannot be 
found.
 - Bean or property class TodoBean for managed bean todoBean cannot be 
found.
 - Bean or property class TodoBean for managed bean todoBean cannot be 
found.
 - Bean or property class TodoBean for managed bean todoBean cannot be 
found.

I've also seen other posts on the web with people struggling with this issue 
but I have seen no resolution advice to date.

Any help would be much appreciated..

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247411#4247411

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247411
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Help Please - jsfejb3 AS 5 Example Broken

2009-08-01 Thread DavidMZen
Hi I am trying to get the example that ships with AS 5.1 called jsfejb3 to work 
but experience numerous problems..

As mentioned else where the persistence.xml in this example requires some 
namespace definitions and I have made those changes. Now th .ear deploys 
without errors. However when I try to create a new todo I get

com.sun.faces.mgbean.ManagedBeanCreationException: Unable to create managed 
bean todoBean.  The following problems were found:
 - Bean or property class TodoBean for managed bean todoBean cannot be 
found.

any help much appreciated since I'm using this example as a newbie to 
JSF/facelts/EJB3 and therefore, as a newbie, have no idea of what is wrong.
 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247412#4247412

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247412
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - change hibernate , replace with other orm

2009-08-01 Thread tommy111

hi firends

can anybody tell me that , how can i change hibernate in jbpm with other orm 
for example toplink?

thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4247414#4247414

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247414
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user