Questions tagged [switchyard]

SwitchYard is a component-based development framework focused on building structured, maintainable services and applications using the concepts and best practices of SOA.

SwitchYard is a component-based development framework focused on building structured, maintainable services and applications using the concepts and best practices of SOA.

http://switchyard.jboss.org/

37 questions
15
votes
2 answers

Remote SOAP web service keeps breaking connection

Short Description I'm using JBoss SwitchYard to connect to secured remote SOAP web service. For some reason after the request is sent; remote web service is stopping any further communication; so I'm not receiving a response. Question I need an idea…
Gajotres
  • 57,309
  • 16
  • 102
  • 130
4
votes
2 answers

Cannot find the declaration of element 'persistence'

I have the following persistence There is a code snippet:
3
votes
1 answer

Switchyard. How to create singleton service?

What i'm trying to do is next: I have dispatcher that will receive messages of different types and route them to handlers. Dispatcher holds map of , every MessageHandler can process his type of messages, and every handler should register in…
partTimeNinja
  • 191
  • 1
  • 12
3
votes
2 answers

How to pack switchyard application with maven

How can I pack switchyard application with has dependencies to my another project with Maven? Currently I'm trying to make things work as explained here official dock. But with no result, on startup of application in log file I see Caused by:…
partTimeNinja
  • 191
  • 1
  • 12
1
vote
0 answers

XSLT not able to resolve file path while using direct-vm in JBoss FSW Switchyard

We have developed integration components(Consumer, Router & Provider) using JBoss FSW. The flow of our integration is, a request will come to the consumer, the router will do transformation or routing logic, and the provider will call the actual…
Sabari_M
  • 11
  • 2
1
vote
0 answers

cronscheduledroutepolicy not working as expected in switchyard

I am trying to implement cronscheduledroutepolicy in camel route and it is not working as expected. I am expecting switchyard Route to stop and start at cron trigger. I had added routePolicyRef="customRoutePolicy" and autoStartup="false" attributes…
Ravi
  • 1,247
  • 4
  • 15
  • 35
1
vote
0 answers

JTATransaction HornetQ,Switchyard and Camel

I am using the default messaging subsystem in Jboss EAP 6.1 I have implemented transactions in my component. In Address setting configuration i have specified the below configuration. Address setting configuration:
Ravi
  • 1,247
  • 4
  • 15
  • 35
1
vote
1 answer

Switchyard validation takes a long time Jboss Developer Studio

I am working in the Jboss Developer Studio IDE. Here is my version information: JBoss Developer Studio Version: 7.1.1.GA Build id: GA-v20140314-2145-B688 Build date: 20140314-2145 When importing a switchyard project, my studio will validate the…
angryip
  • 2,140
  • 5
  • 33
  • 67
1
vote
0 answers

Switchyard Simple Refrence Exception when get invoked?

I am using switchyard [ I am trying to build simple camel route ], and what I did is the following : simple service with camel route that reference another weblogic service [ the problem is when I try to call it using any tool , soap UI for example…
AhMaD AbUIeSa
  • 805
  • 1
  • 12
  • 21
1
vote
2 answers

SwitchYard error while deploying JBoss Fuse on EAP container

I have downloaded jboss-eap-7.0.0.Beta.zip and extracted it and I am able to execute the server in both the standalone and domain modes. However, when I try to deploy the Fuse jar fuse-eap-installer-6.2.1.redhat-084.jar on it, I am getting following…
1
vote
0 answers

Losing plus sign in native JPA query

I have a native sql query in a switchyard project (select sysdate + interval '720' minute from dual) However, when the jboss server executes the query the plus sign has disappeared from the trace (select sysdate interval '720' minute from…
sweetfa
  • 5,457
  • 2
  • 48
  • 62
0
votes
2 answers

Camel file consumer behaves extremely slow while consuming large number of files from a directory

I am using switchyard which is a wrapper over apache camel. My file consumer consumes from a directory where large number of files(some times 2,000,000) are written. Ideal consumption speed of my consumer is 1000+ files per second but when more than…
shakti
  • 33
  • 4
0
votes
1 answer

JBoss switchyard problems with pom.xml

I have a JBoss EAP 6.1 with switchyard tools installed on it. When I make a new project in JBoss Studio 11.0.3 and like to recompile the project I got this kind of error: [WARNING] The POM for org.switchyard:switchyard-plugin:jar:1.1.1-p5 is…
Vape
  • 121
  • 2
  • 11
0
votes
1 answer

Creating Deploy Listener ESB in JBoss EAP 6.4

we have several switchyard jar deployed in a JBoss EAP 6.4. Everything works fine but we want to create an event listener to execute some code after the deploy of the application and some other code after the undeploy, but sincerely i don't know…
aldroid
  • 25
  • 1
  • 8
0
votes
0 answers

How to transform and send custom response instead of Soap fault in switchyard route.xml and xslt

I want to transform SOAP fault to a custom response to consumer please any one help
1
2 3