14 Replies Latest reply on Nov 5, 2013 9:48 AM by ribeirojc

    Building a switchyard application with JSF and WebServices

    ribeirojc

      Hi,

      I'm trying to build a switchyard project with jsf and webservices capabilities.

      If I build a simple WebService and deploy the application as jar file, everything works fine, when I change the deploy from jar to war, the deploy works OK, (I don't see any errors in Jboss Console, but for some reason the WebService isn't deployed (I'm unable to get the wsdl definition).

      I see the same behaviour in the helpdesk demo from the quickstarts.

       

      Thanks,

        • 1. Re: Building a switchyard application with JSF and WebServices
          mageshbk

          Could you provide some more information? The versions used and the logs would be a good start. I deployed the helpdesk app and I could see the WebService being deployed

          17:38:02,566 INFO  [org.switchyard] (MSC service thread 1-7) MTOM [enabled = false, threshold = 0]
          17:38:02,903 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-7) JBWS024061: Adding service endpoint metadata: id=HelpDeskService
           address=http://localhost:8080/HelpDeskService/HelpDeskService
           implementor=org.switchyard.component.soap.endpoint.BaseWebService
           serviceName={urn:switchyard-quickstart-demo:helpdesk:1.0}HelpDeskService
           portName={urn:switchyard-quickstart-demo:helpdesk:1.0}HelpDeskServicePort
           annotationWsdlLocation=null
           wsdlLocationOverride=\jboss-eap-6.1.1\bin\content\switchyard-quickstart-demo-helpdesk.war\WEB-INF\classes\META-INF\HelpDeskService.wsdl
           mtomEnabled=false
           handlers=[org.switchyard.component.soap.InboundResponseHandler]
          17:38:03,927 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-7) Creating Service {urn:switchyard-quickstart-demo:helpdesk:1.0}HelpDeskService from WSDL: \jboss-eap-6.1.1\bin\content\switchyard-quickstart-demo-helpdesk.war\WEB-INF\classes\META-INF\HelpDeskService.wsdl
          
          • 2. Re: Building a switchyard application with JSF and WebServices
            ribeirojc

            Hi Magesh,

            We are using:

            Jboss EAP 6.1;

            Switchyard 1.0;

            Eclipse Kepler with the latest plugins available;

            Basically what I did, was importing the helpdesk project from the quickstarts directory that came with EAP 6.1. Everything compiles and deploys fine, but when I tried to access the wsdl file, I got "The Request Resource is not available"

            Also in attachment you can see my server log:

            18:18:03,156 INFO  [org.jboss.web] (ServerService Thread Pool -- 79) JBAS018224: Unregister web context: /helpdesk

            18:18:03,160 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 81) JBAS011403: Stopping Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.services.task'

            18:18:03,161 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016009: Stopping weld service for deployment switchyard-quickstart-demo-helpdesk.war

            18:18:03,163 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 82) JBAS011403: Stopping Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.persistence.jpa'

            18:18:03,168 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment switchyard-quickstart-demo-helpdesk.war (runtime-name: switchyard-quickstart-demo-helpdesk.war) in 13ms

            18:18:03,170 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "switchyard-quickstart-demo-helpdesk.war" (runtime-name: "switchyard-quickstart-demo-helpdesk.war")

            18:18:03,185 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for org.jbpm.persistence.jpa

            18:18:03,186 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for org.jbpm.services.task

            18:18:03,200 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016002: Processing weld deployment switchyard-quickstart-demo-helpdesk.war

            18:18:03,214 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: switchyard-quickstart-demo-helpdesk.war

            18:18:03,221 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting weld service for deployment switchyard-quickstart-demo-helpdesk.war

            18:18:03,225 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 81) JBAS011402: Starting Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.services.task'

            18:18:03,226 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 81) HHH000204: Processing PersistenceUnitInfo [

                name: org.jbpm.services.task

                ...]

            18:18:03,234 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 82) JBAS011402: Starting Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.persistence.jpa'

            18:18:03,234 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 82) HHH000204: Processing PersistenceUnitInfo [

                name: org.jbpm.persistence.jpa

                ...]

            18:18:03,312 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 82) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

            18:18:03,317 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 82) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

            18:18:03,318 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 82) HHH000431: Unable to determine H2 database version, certain features may not work

            18:18:03,319 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 82) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

            18:18:03,319 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 82) HHH000397: Using ASTQueryTranslatorFactory

            18:18:03,355 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 81) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

            18:18:03,360 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 81) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

            18:18:03,361 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 81) HHH000431: Unable to determine H2 database version, certain features may not work

            18:18:03,362 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 81) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

            18:18:03,362 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 81) HHH000397: Using ASTQueryTranslatorFactory

            18:18:03,441 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 82) HHH000227: Running hbm2ddl schema export

            18:18:03,457 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 82) HHH000230: Schema export complete

            18:18:03,492 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 81) HHH000227: Running hbm2ddl schema export

            18:18:03,558 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 81) HHH000230: Schema export complete

            18:18:03,864 INFO  [org.jboss.web] (ServerService Thread Pool -- 82) JBAS018210: Register web context: /helpdesk

            18:18:03,873 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 82) Initializing Mojarra 2.1.19-jbossorg-1 20130304-0420 for context '/helpdesk'

            18:18:04,070 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018565: Replaced deployment "switchyard-quickstart-demo-helpdesk.war" with deployment "switchyard-quickstart-demo-helpdesk.war"

             

             

            Regards,

            • 3. Re: Building a switchyard application with JSF and WebServices
              kcbabo

              What URL are you using to access the WSDL?  It should be:

              http://localhost:8080/HelpDeskService/HelpDeskService?wsdl

              • 4. Re: Building a switchyard application with JSF and WebServices
                kcbabo

                I just tested that URL with SY 1.0 and 1.1.0-SNAPSHOT and it worked with helpdesk deployed on both.  I don't see any SwitchYard-related entries in your log.  How did you install SY on EAP?

                • 5. Re: Building a switchyard application with JSF and WebServices
                  ribeirojc

                  Hi Keith,

                  Regarding your questions:

                  Yes, that's the correct URL that I'm using;

                  I installed Switchyard, using the procedure described in this link:

                  https://docs.jboss.org/author/display/SWITCHYARD/Installing+SwitchYard

                  Also if it helps, this behavior that I describe for the helpdesk application happens to all the applications that I try to build using jsf+ swithyard and war deploy.

                   

                  Regards,

                  • 6. Re: Building a switchyard application with JSF and WebServices
                    kcbabo

                    Which installation option did you use (zip or installer)?  I can't reproduce this in my environment, so I need to know a bit more about your environment.  In a clean install, can you start the server and deploy the application, then attach the app you are deploying and the complete server log?

                    • 7. Re: Building a switchyard application with JSF and WebServices
                      mageshbk

                      I do not see any mention of SwitchYard in your log. Notice my log says INFO  [org.switchyard]. So that means that the configuration of the server that you have started, do not have SwitchYard installed. Please make sure you use our installer for ease. If SwitchYard is installed then you should see this message in the log:

                       

                      INFO  [org.switchyard] (ServerService Thread Pool -- xx) SwitchYard version x.x.x

                      ...

                      INFO  [org.switchyard] (ServerService Thread Pool -- xx) Activating SwitchYard Subsystem

                      • 8. Re: Building a switchyard application with JSF and WebServices
                        ribeirojc

                        Hi,

                        I'm using the zip bundle from JBoss Site. I now that switchyard is running because I can see the Switchyard Administration page with the switchyard services and everything related.

                        In attachment you can see the full server log:

                        10:03:57,959 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final-redhat-1

                        10:03:58,346 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1

                        10:03:58,411 INFO  [org.jboss.as] (MSC service thread 1-8) JBAS015899: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) starting

                        10:04:00,807 INFO  [org.switchyard] (ServerService Thread Pool -- 17) SwitchYard version 1.0.0.Final

                        10:04:00,968 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found Teste891.war in deployment directory. To trigger deployment create a file called Teste891.war.dodeploy

                        10:04:00,969 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found switchyard-quickstart-demo-helpdesk.war in deployment directory. To trigger deployment create a file called switchyard-quickstart-demo-helpdesk.war.dodeploy

                        10:04:00,989 INFO  [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.7.GA-redhat-1

                        10:04:00,992 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

                        10:04:00,996 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.7.GA-redhat-1

                        10:04:01,006 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.16.GA-redhat-1

                        10:04:01,204 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 30) JBAS010280: Activating Infinispan subsystem.

                        10:04:01,223 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 43) JBAS013171: Activating Security Subsystem

                        10:04:01,236 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem

                        10:04:01,256 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 47) JBAS015537: Activating WebServices Extension

                        10:04:01,287 INFO  [org.switchyard] (ServerService Thread Pool -- 49) Activating SwitchYard Subsystem

                        10:04:01,294 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.17.Final-redhat-1)

                        10:04:01,295 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 36) JBAS012605: Activated the following JSF Implementations: [main, 1.2]

                        10:04:01,328 INFO  [org.jboss.as.security] (MSC service thread 1-7) JBAS013170: Current PicketBox version=4.0.17.Final-redhat-1

                        10:04:01,369 INFO  [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service

                        10:04:01,528 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]

                        10:04:01,937 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                        10:04:02,013 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

                        10:04:02,219 INFO  [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final-redhat-3

                        10:04:02,514 INFO  [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB003001: Coyote HTTP/1.1 initializing on : http-localhost/127.0.0.1:8080

                        10:04:02,518 INFO  [org.apache.coyote.http11] (MSC service thread 1-1) JBWEB003000: Coyote HTTP/1.1 starting on: http-localhost/127.0.0.1:8080

                        10:04:02,650 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) JBAS015012: Started FileSystemDeploymentService for directory E:\Infarmed\jboss-eap-6.1\standalone\deployments

                        10:04:02,658 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "Teste891.war" (runtime-name: "Teste891.war")

                        10:04:02,668 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "switchyard-quickstart-demo-helpdesk.war" (runtime-name: "switchyard-quickstart-demo-helpdesk.war")

                        10:04:02,671 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "teste91.jar" (runtime-name: "teste91.jar")

                        10:04:02,732 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999

                        10:04:02,737 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:4447

                        10:04:02,853 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/oracleds]

                        10:04:02,854 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/local]

                        10:04:02,857 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]

                        10:04:02,857 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

                        10:04:03,164 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for org.jbpm.persistence.jpa

                        10:04:03,165 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for org.jbpm.services.task

                        10:04:03,396 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment switchyard-quickstart-demo-helpdesk.war

                        10:04:03,476 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016005: Starting Services for CDI deployment: switchyard-quickstart-demo-helpdesk.war

                        10:04:03,545 INFO  [org.jboss.weld.Version] (MSC service thread 1-7) WELD-000900 1.1.13 (redhat)

                        10:04:03,600 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 50) JBAS011402: Starting Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.persistence.jpa'

                        10:04:03,604 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016008: Starting weld service for deployment switchyard-quickstart-demo-helpdesk.war

                        10:04:03,606 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 51) JBAS011402: Starting Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.services.task'

                        10:04:03,646 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016002: Processing weld deployment teste91.jar

                        10:04:03,651 INFO  [org.jboss.web] (ServerService Thread Pool -- 56) JBAS018210: Register web context: /Teste891

                        10:04:03,710 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016005: Starting Services for CDI deployment: teste91.jar

                        10:04:03,713 INFO  [org.switchyard] (MSC service thread 1-6) Deploying SwitchYard application 'teste91.jar'

                        10:04:03,722 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016008: Starting weld service for deployment teste91.jar

                        10:04:03,766 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 56) Initializing Mojarra 2.1.19-jbossorg-1 20130304-0420 for context '/Teste891'

                        10:04:04,118 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 56) HV000001: Hibernate Validator 4.3.1.Final-redhat-1

                        10:04:04,121 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 50) HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2}

                        10:04:04,128 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 50) HHH000412: Hibernate Core {4.2.0.Final-redhat-1}

                        10:04:04,130 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 50) HHH000206: hibernate.properties not found

                        10:04:04,132 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 50) HHH000021: Bytecode provider name : javassist

                        10:04:04,244 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 50) HHH000204: Processing PersistenceUnitInfo [

                            name: org.jbpm.persistence.jpa

                            ...]

                        10:04:04,245 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 51) HHH000204: Processing PersistenceUnitInfo [

                            name: org.jbpm.services.task

                            ...]

                        10:04:04,804 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 56) Running on PrimeFaces 3.5

                        10:04:04,845 INFO  [org.switchyard] (MSC service thread 1-5) Starting SwitchYard service

                        10:04:05,106 INFO  [org.apache.camel.management.ManagementStrategyFactory] (MSC service thread 1-5) JMX enabled.

                        10:04:05,287 INFO  [org.switchyard.security.spi.SecurityProvider] (MSC service thread 1-5) Using SecurityProvider implementation: org.switchyard.security.jboss.spi.JBossJaasSecurityProvider

                        10:04:05,298 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Apache Camel 1.0.0.Final (CamelContext: camel-1) is starting

                        10:04:05,298 INFO  [org.apache.camel.management.DefaultManagementLifecycleStrategy] (MSC service thread 1-5) StatisticsLevel at All so enabling load performance statistics

                        10:04:05,688 INFO  [org.apache.deltaspike.core.util.ProjectStageProducer] (MSC service thread 1-5) Computed the following DeltaSpike ProjectStage: Production

                        10:04:05,696 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] (MSC service thread 1-5) Loaded 179 type converters

                        10:04:05,740 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Total 0 routes, of which 0 is started.

                        10:04:05,741 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Apache Camel 1.0.0.Final (CamelContext: camel-1) started in 0.442 seconds

                        10:04:06,084 INFO  [org.apache.camel.impl.converter.DefaultTypeConverter] (MSC service thread 1-5) Loaded 179 type converters

                        10:04:06,187 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 50) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                        10:04:06,238 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 51) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                        10:04:06,458 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 51) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                        10:04:06,458 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 50) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                        10:04:06,468 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 50) HHH000431: Unable to determine H2 database version, certain features may not work

                        10:04:06,468 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 51) HHH000431: Unable to determine H2 database version, certain features may not work

                        10:04:06,491 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 50) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

                        10:04:06,491 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 51) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

                        10:04:06,496 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 50) HHH000397: Using ASTQueryTranslatorFactory

                        10:04:06,496 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 51) HHH000397: Using ASTQueryTranslatorFactory

                        10:04:06,962 INFO  [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Route: direct:{urn:com.example.switchyard:teste91:1.0}TesteMultipleSIntPortType started and consuming from: Endpoint[direct://%7Burn:com.example.switchyard:teste91:1.0%7DTesteMultipleSIntPortType]

                        10:04:07,069 INFO  [org.switchyard] (MSC service thread 1-5) Addressing [enabled = false, required = false]

                        10:04:07,070 INFO  [org.switchyard] (MSC service thread 1-5) MTOM [enabled = false, threshold = 0]

                        10:04:07,199 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000227: Running hbm2ddl schema export

                        10:04:07,202 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000227: Running hbm2ddl schema export

                        10:04:07,238 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000389: Unsuccessful: alter table CorrelationPropertyInfo drop constraint FK761452A5D87156ED

                        10:04:07,238 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Attachment drop constraint FK1C93543D937BFB5

                        10:04:07,239 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) Table "CORRELATIONPROPERTYINFO" not found; SQL statement:

                        alter table CorrelationPropertyInfo drop constraint FK761452A5D87156ED [42102-168]

                        10:04:07,239 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "ATTACHMENT" not found; SQL statement:

                        alter table Attachment drop constraint FK1C93543D937BFB5 [42102-168]

                        10:04:07,240 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Attachment drop constraint FK1C9354333CA892A

                        10:04:07,240 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "ATTACHMENT" not found; SQL statement:

                        alter table Attachment drop constraint FK1C9354333CA892A [42102-168]

                        10:04:07,240 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table BooleanExpression drop constraint FKE3D208C06C97C90E

                        10:04:07,240 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "BOOLEANEXPRESSION" not found; SQL statement:

                        alter table BooleanExpression drop constraint FKE3D208C06C97C90E [42102-168]

                        10:04:07,241 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Deadline drop constraint FK21DF3E78A9FE0EF4

                        10:04:07,241 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DEADLINE" not found; SQL statement:

                        alter table Deadline drop constraint FK21DF3E78A9FE0EF4 [42102-168]

                        10:04:07,241 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Deadline drop constraint FK21DF3E78695E4DDB

                        10:04:07,241 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DEADLINE" not found; SQL statement:

                        alter table Deadline drop constraint FK21DF3E78695E4DDB [42102-168]

                        10:04:07,241 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK47485D5772B3A123

                        10:04:07,241 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DELEGATION_DELEGATES" not found; SQL statement:

                        alter table Delegation_delegates drop constraint FK47485D5772B3A123 [42102-168]

                        10:04:07,242 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK47485D57786553A5

                        10:04:07,242 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DELEGATION_DELEGATES" not found; SQL statement:

                        alter table Delegation_delegates drop constraint FK47485D57786553A5 [42102-168]

                        10:04:07,242 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Escalation drop constraint FK67B2C6B5D1E5CC1

                        10:04:07,242 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "ESCALATION" not found; SQL statement:

                        alter table Escalation drop constraint FK67B2C6B5D1E5CC1 [42102-168]

                        10:04:07,239 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000389: Unsuccessful: alter table EventTypes drop constraint FKB0E5621F7665489A

                        10:04:07,243 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) Table "EVENTTYPES" not found; SQL statement:

                        alter table EventTypes drop constraint FKB0E5621F7665489A [42102-168]

                        10:04:07,243 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BF4ACCD69

                        10:04:07,243 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686BF4ACCD69 [42102-168]

                        10:04:07,243 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B424B187C

                        10:04:07,243 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686B424B187C [42102-168]

                        10:04:07,243 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BAB648139

                        10:04:07,244 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686BAB648139 [42102-168]

                        10:04:07,244 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BB340A2AA

                        10:04:07,244 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686BB340A2AA [42102-168]

                        10:04:07,244 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BF0CDED35

                        10:04:07,244 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686BF0CDED35 [42102-168]

                        10:04:07,244 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BCC03ED3C

                        10:04:07,245 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686BCC03ED3C [42102-168]

                        10:04:07,245 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B77C1C08A

                        10:04:07,245 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686B77C1C08A [42102-168]

                        10:04:07,246 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B18DDFE05

                        10:04:07,246 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686B18DDFE05 [42102-168]

                        10:04:07,246 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B78AF072A

                        10:04:07,246 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                        alter table I18NText drop constraint FK2349686B78AF072A [42102-168]

                        10:04:07,246 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification drop constraint FK2D45DD0BC0C0F29C

                        10:04:07,247 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION" not found; SQL statement:

                        alter table Notification drop constraint FK2D45DD0BC0C0F29C [42102-168]

                        10:04:07,247 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK2DD68EE072B3A123

                        10:04:07,247 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_BAS" not found; SQL statement:

                        alter table Notification_BAs drop constraint FK2DD68EE072B3A123 [42102-168]

                        10:04:07,247 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK2DD68EE093F2090B

                        10:04:07,247 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_BAS" not found; SQL statement:

                        alter table Notification_BAs drop constraint FK2DD68EE093F2090B [42102-168]

                        10:04:07,249 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK98FD214E72B3A123

                        10:04:07,249 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:

                        alter table Notification_Recipients drop constraint FK98FD214E72B3A123 [42102-168]

                        10:04:07,249 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK98FD214E93F2090B

                        10:04:07,250 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:

                        alter table Notification_Recipients drop constraint FK98FD214E93F2090B [42102-168]

                        10:04:07,250 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FKF30FE3448BED1339

                        10:04:07,250 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:

                        alter table Notification_email_header drop constraint FKF30FE3448BED1339 [42102-168]

                        10:04:07,250 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FKF30FE3443E3E97EB

                        10:04:07,250 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:

                        alter table Notification_email_header drop constraint FKF30FE3443E3E97EB [42102-168]

                        10:04:07,250 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC72B3A123

                        10:04:07,251 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:

                        alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC72B3A123 [42102-168]

                        10:04:07,251 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC786553A5

                        10:04:07,251 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:

                        alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC786553A5 [42102-168]

                        10:04:07,251 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E472B3A123

                        10:04:07,251 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:

                        alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E472B3A123 [42102-168]

                        10:04:07,252 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E4786553A5

                        10:04:07,252 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:

                        alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E4786553A5 [42102-168]

                        10:04:07,252 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK1EE418D72B3A123

                        10:04:07,252 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:

                        alter table PeopleAssignments_PotOwners drop constraint FK1EE418D72B3A123 [42102-168]

                        10:04:07,252 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK1EE418D786553A5

                        10:04:07,252 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:

                        alter table PeopleAssignments_PotOwners drop constraint FK1EE418D786553A5 [42102-168]

                        10:04:07,253 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FKC6F615C272B3A123

                        10:04:07,253 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:

                        alter table PeopleAssignments_Recipients drop constraint FKC6F615C272B3A123 [42102-168]

                        10:04:07,253 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FKC6F615C2786553A5

                        10:04:07,253 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:

                        alter table PeopleAssignments_Recipients drop constraint FKC6F615C2786553A5 [42102-168]

                        10:04:07,253 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK482F79D572B3A123

                        10:04:07,253 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:

                        alter table PeopleAssignments_Stakeholders drop constraint FK482F79D572B3A123 [42102-168]

                        10:04:07,254 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK482F79D5786553A5

                        10:04:07,254 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:

                        alter table PeopleAssignments_Stakeholders drop constraint FK482F79D5786553A5 [42102-168]

                        10:04:07,254 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Reassignment drop constraint FK724D056062A1E871

                        10:04:07,254 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "REASSIGNMENT" not found; SQL statement:

                        alter table Reassignment drop constraint FK724D056062A1E871 [42102-168]

                        10:04:07,254 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK90B59CFF72B3A123

                        10:04:07,255 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:

                        alter table Reassignment_potentialOwners drop constraint FK90B59CFF72B3A123 [42102-168]

                        10:04:07,255 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK90B59CFF35D2FEE0

                        10:04:07,255 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:

                        alter table Reassignment_potentialOwners drop constraint FK90B59CFF35D2FEE0 [42102-168]

                        10:04:07,255 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Task drop constraint FK27A9A53C55C806

                        10:04:07,255 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK" not found; SQL statement:

                        alter table Task drop constraint FK27A9A53C55C806 [42102-168]

                        10:04:07,256 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Task drop constraint FK27A9A5B723BE8B

                        10:04:07,256 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK" not found; SQL statement:

                        alter table Task drop constraint FK27A9A5B723BE8B [42102-168]

                        10:04:07,257 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Task drop constraint FK27A9A55427E8F1

                        10:04:07,257 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK" not found; SQL statement:

                        alter table Task drop constraint FK27A9A55427E8F1 [42102-168]

                        10:04:07,257 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table TaskEvent drop constraint FK80CD17F5D3D0D2E5

                        10:04:07,257 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASKEVENT" not found; SQL statement:

                        alter table TaskEvent drop constraint FK80CD17F5D3D0D2E5 [42102-168]

                        10:04:07,257 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table task_comment drop constraint FK61F475A57A3215D9

                        10:04:07,257 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK_COMMENT" not found; SQL statement:

                        alter table task_comment drop constraint FK61F475A57A3215D9 [42102-168]

                        10:04:07,258 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table task_comment drop constraint FK61F475A5F510CB46

                        10:04:07,258 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK_COMMENT" not found; SQL statement:

                        alter table task_comment drop constraint FK61F475A5F510CB46 [42102-168]

                        10:04:07,260 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000230: Schema export complete

                        10:04:07,388 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000230: Schema export complete

                        10:04:07,418 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-5) JBWS024061: Adding service endpoint metadata: id=TesteMultipleSInt

                        address=http://localhost:8080/teste91/TesteMultipleSInt

                        implementor=org.switchyard.component.soap.endpoint.BaseWebService

                        serviceName={urn:com.example.switchyard:teste91:1.0}TesteMultipleSInt

                        portName={urn:com.example.switchyard:teste91:1.0}TesteMultipleSIntPort

                        annotationWsdlLocation=null

                        wsdlLocationOverride=vfs:/E:/Infarmed/jboss-eap-6.1/bin/content/teste91.jar/TesteMultipleSInt.wsdl

                        mtomEnabled=false

                        handlers=[org.switchyard.component.soap.InboundResponseHandler]

                        10:04:08,090 INFO  [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-5) Creating Service {urn:com.example.switchyard:teste91:1.0}TesteMultipleSInt from WSDL: vfs:/E:/Infarmed/jboss-eap-6.1/bin/content/teste91.jar/TesteMultipleSInt.wsdl

                        10:04:08,116 INFO  [org.jboss.web] (ServerService Thread Pool -- 56) JBAS018210: Register web context: /helpdesk

                        10:04:08,124 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 56) Initializing Mojarra 2.1.19-jbossorg-1 20130304-0420 for context '/helpdesk'

                        10:04:08,252 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-5) Setting the server's publish address to be http://localhost:8080/teste91/TesteMultipleSInt

                        10:04:08,338 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-5) JBWS024074: WSDL published to: file:/E:/Infarmed/jboss-eap-6.1/standalone/data/wsdl/teste91.deployment/TesteMultipleSInt.wsdl

                        10:04:08,342 INFO  [org.jboss.as.webservices] (MSC service thread 1-6) JBAS015539: Starting service jboss.ws.port-component-link

                        10:04:08,343 INFO  [org.jboss.as.webservices] (MSC service thread 1-6) JBAS015539: Starting service jboss.ws.endpoint."teste91.deployment".TesteMultipleSInt

                        10:04:08,374 INFO  [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022050: Endpoint registered: jboss.ws:context=teste91,endpoint=TesteMultipleSInt

                        10:04:08,449 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "teste91.jar" (runtime-name : "teste91.jar")

                        10:04:08,450 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "Teste891.war" (runtime-name : "Teste891.war")

                        10:04:08,450 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "switchyard-quickstart-demo-helpdesk.war" (runtime-name : "switchyard-quickstart-demo-helpdesk.war")

                        10:04:08,588 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

                        10:04:08,589 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

                        10:04:08,589 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started in 11386ms - Started 301 of 366 services (61 services are passive or on-demand)

                        • 9. Re: Building a switchyard application with JSF and WebServices
                          kcbabo

                          You mentioned you are hitting an issue with the helpdesk app, but there's other stuff deployed in the server log.  You also didn't attach the version of helpdesk you are deploying.  Even if it's built directly from the distribution, we need to see exactly what's being deployed in your environment.  You'll notice that there's a log entry from the SY deployer for your other app:

                           

                          10:04:03,713 INFO  [org.switchyard] (MSC service thread 1-6) Deploying SwitchYard application 'teste91.jar'

                           

                          There's not one for helpdesk though.  This means the deployer is not recognizing it, so something is up with the deployment itself.  We can't help you move forward here until we have this:

                          1) Attach the helpdesk WAR you are deploying.

                          2) Server log from a *clean* install with only helpdesk deployed.

                          • 10. Re: Building a switchyard application with JSF and WebServices
                            ribeirojc

                            Hi,

                            Keith I removed all the applications, and only deployed the helpdesk quickstart.

                            In attachment you can find the server log and the project exported in war file.

                            11:28:17,552 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final-redhat-1

                            11:28:17,781 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1

                            11:28:17,861 INFO  [org.jboss.as] (MSC service thread 1-8) JBAS015899: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) starting

                            11:28:18,838 INFO  [org.switchyard] (ServerService Thread Pool -- 19) SwitchYard version 1.0.0.Final

                            11:28:18,941 INFO  [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.7.GA-redhat-1

                            11:28:18,945 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

                            11:28:18,948 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.7.GA-redhat-1

                            11:28:18,956 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.16.GA-redhat-1

                            11:28:19,042 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 30) JBAS010280: Activating Infinispan subsystem.

                            11:28:19,124 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.17.Final-redhat-1)

                            11:28:19,138 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 36) JBAS012605: Activated the following JSF Implementations: [main, 1.2]

                            11:28:19,141 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 47) JBAS015537: Activating WebServices Extension

                            11:28:19,144 INFO  [org.switchyard] (ServerService Thread Pool -- 49) Activating SwitchYard Subsystem

                            11:28:19,145 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 43) JBAS013171: Activating Security Subsystem

                            11:28:19,180 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013170: Current PicketBox version=4.0.17.Final-redhat-1

                            11:28:19,183 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem

                            11:28:19,193 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                            11:28:19,269 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

                            11:28:19,278 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]

                            11:28:19,398 INFO  [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final-redhat-3

                            11:28:19,628 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 11.2)

                            11:28:19,940 INFO  [org.apache.coyote.http11] (MSC service thread 1-2) JBWEB003001: Coyote HTTP/1.1 initializing on : http-localhost/127.0.0.1:8080

                            11:28:19,965 INFO  [org.apache.coyote.http11] (MSC service thread 1-2) JBWEB003000: Coyote HTTP/1.1 starting on: http-localhost/127.0.0.1:8080

                            11:28:20,117 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on 127.0.0.1:4447

                            11:28:20,168 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory E:\Infarmed\jboss-eap-6.1\standalone\deployments

                            11:28:20,191 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/jbpmDS]

                            11:28:20,191 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/oracleds]

                            11:28:20,192 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/local]

                            11:28:20,192 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

                            11:28:20,195 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) JBAS017100: Listening on 127.0.0.1:9999

                            11:28:20,433 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

                            11:28:20,434 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

                            11:28:20,434 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started in 3283ms - Started 163 of 220 services (53 services are passive or on-demand)

                            11:29:00,204 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) JBAS015003: Found switchyard-quickstart-demo-helpdesk.war in deployment directory. To trigger deployment create a file called switchyard-quickstart-demo-helpdesk.war.dodeploy

                            11:29:00,229 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "switchyard-quickstart-demo-helpdesk.war" (runtime-name: "switchyard-quickstart-demo-helpdesk.war")

                            11:29:00,446 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011401: Read persistence.xml for org.jbpm.persistence.jpa

                            11:29:00,446 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011401: Read persistence.xml for org.jbpm.services.task

                            11:29:00,536 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment switchyard-quickstart-demo-helpdesk.war

                            11:29:00,597 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: switchyard-quickstart-demo-helpdesk.war

                            11:29:00,647 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900 1.1.13 (redhat)

                            11:29:00,685 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment switchyard-quickstart-demo-helpdesk.war

                            11:29:00,686 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 50) JBAS011402: Starting Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.persistence.jpa'

                            11:29:00,686 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 51) JBAS011402: Starting Persistence Unit Service 'switchyard-quickstart-demo-helpdesk.war#org.jbpm.services.task'

                            11:29:00,871 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 51) HCANN000001: Hibernate Commons Annotations {4.0.1.Final-redhat-2}

                            11:29:00,879 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 51) HHH000412: Hibernate Core {4.2.0.Final-redhat-1}

                            11:29:00,882 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 51) HHH000206: hibernate.properties not found

                            11:29:00,885 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 51) HHH000021: Bytecode provider name : javassist

                            11:29:00,913 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 51) HHH000204: Processing PersistenceUnitInfo [

                                name: org.jbpm.services.task

                                ...]

                            11:29:00,913 INFO  [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 50) HHH000204: Processing PersistenceUnitInfo [

                                name: org.jbpm.persistence.jpa

                                ...]

                            11:29:01,414 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 50) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                            11:29:01,497 INFO  [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 51) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider

                            11:29:01,689 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 51) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                            11:29:01,689 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 50) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                            11:29:01,694 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 51) HHH000431: Unable to determine H2 database version, certain features may not work

                            11:29:01,694 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 50) HHH000431: Unable to determine H2 database version, certain features may not work

                            11:29:01,717 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 51) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

                            11:29:01,717 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 50) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory

                            11:29:01,722 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 51) HHH000397: Using ASTQueryTranslatorFactory

                            11:29:01,722 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 50) HHH000397: Using ASTQueryTranslatorFactory

                            11:29:01,775 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 51) HV000001: Hibernate Validator 4.3.1.Final-redhat-1

                            11:29:02,379 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000227: Running hbm2ddl schema export

                            11:29:02,392 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000389: Unsuccessful: alter table CorrelationPropertyInfo drop constraint FK761452A5D87156ED

                            11:29:02,392 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) Table "CORRELATIONPROPERTYINFO" not found; SQL statement:

                            alter table CorrelationPropertyInfo drop constraint FK761452A5D87156ED [42102-168]

                            11:29:02,393 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000389: Unsuccessful: alter table EventTypes drop constraint FKB0E5621F7665489A

                            11:29:02,393 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) Table "EVENTTYPES" not found; SQL statement:

                            alter table EventTypes drop constraint FKB0E5621F7665489A [42102-168]

                            11:29:02,395 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000227: Running hbm2ddl schema export

                            11:29:02,398 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Attachment drop constraint FK1C93543D937BFB5

                            11:29:02,398 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "ATTACHMENT" not found; SQL statement:

                            alter table Attachment drop constraint FK1C93543D937BFB5 [42102-168]

                            11:29:02,398 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Attachment drop constraint FK1C9354333CA892A

                            11:29:02,398 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "ATTACHMENT" not found; SQL statement:

                            alter table Attachment drop constraint FK1C9354333CA892A [42102-168]

                            11:29:02,399 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table BooleanExpression drop constraint FKE3D208C06C97C90E

                            11:29:02,399 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "BOOLEANEXPRESSION" not found; SQL statement:

                            alter table BooleanExpression drop constraint FKE3D208C06C97C90E [42102-168]

                            11:29:02,399 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Deadline drop constraint FK21DF3E78A9FE0EF4

                            11:29:02,400 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DEADLINE" not found; SQL statement:

                            alter table Deadline drop constraint FK21DF3E78A9FE0EF4 [42102-168]

                            11:29:02,400 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Deadline drop constraint FK21DF3E78695E4DDB

                            11:29:02,400 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DEADLINE" not found; SQL statement:

                            alter table Deadline drop constraint FK21DF3E78695E4DDB [42102-168]

                            11:29:02,401 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK47485D5772B3A123

                            11:29:02,401 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DELEGATION_DELEGATES" not found; SQL statement:

                            alter table Delegation_delegates drop constraint FK47485D5772B3A123 [42102-168]

                            11:29:02,401 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Delegation_delegates drop constraint FK47485D57786553A5

                            11:29:02,401 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "DELEGATION_DELEGATES" not found; SQL statement:

                            alter table Delegation_delegates drop constraint FK47485D57786553A5 [42102-168]

                            11:29:02,402 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Escalation drop constraint FK67B2C6B5D1E5CC1

                            11:29:02,402 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "ESCALATION" not found; SQL statement:

                            alter table Escalation drop constraint FK67B2C6B5D1E5CC1 [42102-168]

                            11:29:02,402 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BF4ACCD69

                            11:29:02,402 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686BF4ACCD69 [42102-168]

                            11:29:02,403 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B424B187C

                            11:29:02,403 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686B424B187C [42102-168]

                            11:29:02,403 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BAB648139

                            11:29:02,404 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686BAB648139 [42102-168]

                            11:29:02,404 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BB340A2AA

                            11:29:02,404 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686BB340A2AA [42102-168]

                            11:29:02,404 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BF0CDED35

                            11:29:02,405 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686BF0CDED35 [42102-168]

                            11:29:02,405 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686BCC03ED3C

                            11:29:02,405 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686BCC03ED3C [42102-168]

                            11:29:02,406 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B77C1C08A

                            11:29:02,406 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686B77C1C08A [42102-168]

                            11:29:02,406 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B18DDFE05

                            11:29:02,406 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686B18DDFE05 [42102-168]

                            11:29:02,407 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table I18NText drop constraint FK2349686B78AF072A

                            11:29:02,407 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "I18NTEXT" not found; SQL statement:

                            alter table I18NText drop constraint FK2349686B78AF072A [42102-168]

                            11:29:02,407 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification drop constraint FK2D45DD0BC0C0F29C

                            11:29:02,407 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION" not found; SQL statement:

                            alter table Notification drop constraint FK2D45DD0BC0C0F29C [42102-168]

                            11:29:02,408 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK2DD68EE072B3A123

                            11:29:02,408 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_BAS" not found; SQL statement:

                            alter table Notification_BAs drop constraint FK2DD68EE072B3A123 [42102-168]

                            11:29:02,408 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_BAs drop constraint FK2DD68EE093F2090B

                            11:29:02,409 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_BAS" not found; SQL statement:

                            alter table Notification_BAs drop constraint FK2DD68EE093F2090B [42102-168]

                            11:29:02,409 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK98FD214E72B3A123

                            11:29:02,409 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:

                            alter table Notification_Recipients drop constraint FK98FD214E72B3A123 [42102-168]

                            11:29:02,410 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_Recipients drop constraint FK98FD214E93F2090B

                            11:29:02,410 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_RECIPIENTS" not found; SQL statement:

                            alter table Notification_Recipients drop constraint FK98FD214E93F2090B [42102-168]

                            11:29:02,410 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FKF30FE3448BED1339

                            11:29:02,410 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:

                            alter table Notification_email_header drop constraint FKF30FE3448BED1339 [42102-168]

                            11:29:02,411 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Notification_email_header drop constraint FKF30FE3443E3E97EB

                            11:29:02,411 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "NOTIFICATION_EMAIL_HEADER" not found; SQL statement:

                            alter table Notification_email_header drop constraint FKF30FE3443E3E97EB [42102-168]

                            11:29:02,411 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC72B3A123

                            11:29:02,411 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:

                            alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC72B3A123 [42102-168]

                            11:29:02,412 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC786553A5

                            11:29:02,412 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_BAS" not found; SQL statement:

                            alter table PeopleAssignments_BAs drop constraint FK9D8CF4EC786553A5 [42102-168]

                            11:29:02,412 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E472B3A123

                            11:29:02,412 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:

                            alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E472B3A123 [42102-168]

                            11:29:02,413 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E4786553A5

                            11:29:02,413 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_EXCLOWNERS" not found; SQL statement:

                            alter table PeopleAssignments_ExclOwners drop constraint FKC77B97E4786553A5 [42102-168]

                            11:29:02,413 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK1EE418D72B3A123

                            11:29:02,413 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:

                            alter table PeopleAssignments_PotOwners drop constraint FK1EE418D72B3A123 [42102-168]

                            11:29:02,413 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_PotOwners drop constraint FK1EE418D786553A5

                            11:29:02,414 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_POTOWNERS" not found; SQL statement:

                            alter table PeopleAssignments_PotOwners drop constraint FK1EE418D786553A5 [42102-168]

                            11:29:02,414 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FKC6F615C272B3A123

                            11:29:02,414 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:

                            alter table PeopleAssignments_Recipients drop constraint FKC6F615C272B3A123 [42102-168]

                            11:29:02,414 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Recipients drop constraint FKC6F615C2786553A5

                            11:29:02,415 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_RECIPIENTS" not found; SQL statement:

                            alter table PeopleAssignments_Recipients drop constraint FKC6F615C2786553A5 [42102-168]

                            11:29:02,415 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK482F79D572B3A123

                            11:29:02,415 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:

                            alter table PeopleAssignments_Stakeholders drop constraint FK482F79D572B3A123 [42102-168]

                            11:29:02,415 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table PeopleAssignments_Stakeholders drop constraint FK482F79D5786553A5

                            11:29:02,415 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "PEOPLEASSIGNMENTS_STAKEHOLDERS" not found; SQL statement:

                            alter table PeopleAssignments_Stakeholders drop constraint FK482F79D5786553A5 [42102-168]

                            11:29:02,416 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Reassignment drop constraint FK724D056062A1E871

                            11:29:02,416 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "REASSIGNMENT" not found; SQL statement:

                            alter table Reassignment drop constraint FK724D056062A1E871 [42102-168]

                            11:29:02,416 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK90B59CFF72B3A123

                            11:29:02,416 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:

                            alter table Reassignment_potentialOwners drop constraint FK90B59CFF72B3A123 [42102-168]

                            11:29:02,417 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Reassignment_potentialOwners drop constraint FK90B59CFF35D2FEE0

                            11:29:02,417 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "REASSIGNMENT_POTENTIALOWNERS" not found; SQL statement:

                            alter table Reassignment_potentialOwners drop constraint FK90B59CFF35D2FEE0 [42102-168]

                            11:29:02,417 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Task drop constraint FK27A9A53C55C806

                            11:29:02,417 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK" not found; SQL statement:

                            alter table Task drop constraint FK27A9A53C55C806 [42102-168]

                            11:29:02,418 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Task drop constraint FK27A9A5B723BE8B

                            11:29:02,418 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK" not found; SQL statement:

                            alter table Task drop constraint FK27A9A5B723BE8B [42102-168]

                            11:29:02,418 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 50) HHH000230: Schema export complete

                            11:29:02,418 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table Task drop constraint FK27A9A55427E8F1

                            11:29:02,418 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK" not found; SQL statement:

                            alter table Task drop constraint FK27A9A55427E8F1 [42102-168]

                            11:29:02,419 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table TaskEvent drop constraint FK80CD17F5D3D0D2E5

                            11:29:02,419 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASKEVENT" not found; SQL statement:

                            alter table TaskEvent drop constraint FK80CD17F5D3D0D2E5 [42102-168]

                            11:29:02,419 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table task_comment drop constraint FK61F475A57A3215D9

                            11:29:02,419 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK_COMMENT" not found; SQL statement:

                            alter table task_comment drop constraint FK61F475A57A3215D9 [42102-168]

                            11:29:02,419 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000389: Unsuccessful: alter table task_comment drop constraint FK61F475A5F510CB46

                            11:29:02,420 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) Table "TASK_COMMENT" not found; SQL statement:

                            alter table task_comment drop constraint FK61F475A5F510CB46 [42102-168]

                            11:29:02,556 INFO  [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 51) HHH000230: Schema export complete

                            11:29:03,217 INFO  [org.jboss.web] (ServerService Thread Pool -- 52) JBAS018210: Register web context: /helpdesk

                            11:29:03,273 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 52) Initializing Mojarra 2.1.19-jbossorg-1 20130304-0420 for context '/helpdesk'

                            11:29:03,696 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018559: Deployed "switchyard-quickstart-demo-helpdesk.war" (runtime-name : "switchyard-quickstart-demo-helpdesk.war")

                             

                            Regards,

                            • 11. Re: Building a switchyard application with JSF and WebServices
                              kcbabo

                              How are you building the quickstart?  In the app you attached, switchyard.xml is in WEB-INF/classes/META-INF.  The helpdesk pom is configured to put it in WEB-INF/ .

                              • 12. Re: Building a switchyard application with JSF and WebServices
                                ribeirojc

                                Hi Keith,

                                What I did, was importing the demo application using maven tool in Eclipse, the build the application and deploy in server.

                                Simple as that.

                                 

                                Regards,

                                • 13. Re: Building a switchyard application with JSF and WebServices
                                  kcbabo

                                  Looks like it's not respecting the pom.xml configuration in that case.  Is this with our tooling installed (which will bring in m2e)?  Which "maven tool" are you referring to in Eclipse?

                                  • 14. Re: Building a switchyard application with JSF and WebServices
                                    ribeirojc

                                    Keith, i did the import using the Eclipse Option Import -> Existing Maven Projects.

                                    The repository that I'm using is C:\Users\<myUser>\.m2\repository (Windows machine) and the catalog URL is http://download.eclipse.org/technology/m2e/discovery/directory-1.4.xml.