2 Replies Latest reply on Apr 20, 2008 8:21 PM by nes

    how to tell Seamtest to please not mess with my database?

    nes

      hello!
      
      I'm trying to run a test class. While the embedded jboss thingy starts, it tries to run a thousand create statements. how can i tell it to please leave its fingers off of mydatabase? the tables all exist already.
      
      heres the error message:
      
      
         [testng] [Parser] Running:
         [testng]   C:\workspace\SUPCockpit\src\de\nexum\supcockpit\ooxml\testng.xml
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.adresse (id bigint not null, hausnummer varchar(5), oca integer, ort varchar(50), plz varchar(5), region varchar(50), standard bit, strasse varchar(50), land_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »adresse« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.aktion (id bigint not null, aktion longvarchar, datumende date, datumstart date, erledigt bit, oca integer, mitarbeiter_id bigint, rolle_id bigint, person_id bigint, aktiontyp_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Typ »longvarchar« existiert nicht
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.aktionstyp (id bigint not null, aktionstyp varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »aktionstyp« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.ausbildung (id bigint not null, abschlussnote numeric, ausbildungsort varchar(50), ausbildungsstaette varchar(50), ende date, oca integer, reihenfolgeausbildung varchar(50), start date, zusatzinfoausbildunggst longvarchar, relativerrangabschluss_id bigint, abschluss_id bigint, ausbildungstyp_id bigint, person_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Typ »longvarchar« existiert nicht
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.ausbildungsabschluss (id bigint not null, ausbildungsabschluss varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »ausbildungsabschluss« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.ausbildungtyp (id bigint not null, ausbildungtyp varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »ausbildungtyp« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.branche (id bigint not null, branchenbezeichung varchar(50), branchencode varchar(5), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »branche« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.dokument (id bigint not null, bezeichnung varchar(35), lastmodified date, locked bit, oca integer, relpath varchar(250), dossier_id bigint, letzterbearbeiter_id bigint, ersteller_id bigint, dokumenttyp_id bigint, verzeichnis_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »dokument« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.dokumenttyp (id bigint not null, bezeichnung varchar(35), lebenslauf bit, oca integer, standarddokument bit, dossierart_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »dokumenttyp« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.dossier (id bigint not null, bezeichnung varchar(35), oca integer, relpath varchar(250), firma_id bigint, dossierart_id bigint not null, person_id bigint, projekt_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »dossier« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.dossierart (id bigint not null, bezeichnung varchar(35), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »dossierart« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.familienstand (id bigint not null, familienstand varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »familienstand« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.firma (id bigint not null, aktuell bit, allgemeinezusatzinfos longvarchar, anzahlma bigint, emailstruktur varchar(50), enddatumgueltigkeit date, firma_ident varchar(50), firmenname varchar(50), homepageadresse varchar(50), oca integer, produkte longvarchar, startdatumgueltigkeit date, telefax varchar(35), telefon1 varchar(35), telefon2 varchar(35), umsatz numeric, adresse_id bigint, waehrung_id bigint, rechtsform_id bigint, konzern_id bigint, sprache_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Typ »longvarchar« existiert nicht
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.firma_branche (firma_id bigint not null, branche_id bigint not null)
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »firma_branche« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.flaggenstandprojekt (id bigint not null, flaggenstandprojekt varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »flaggenstandprojekt« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.funktion (id bigint not null, funktionsbezeichung varchar(50), funktionscode bigint, oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »funktion« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.gehalt (id bigint not null, aktienoptionen float, aktuell bit, altersversorgung float, datumstart date, einkommenselektion float, firmenwagen varchar(250), gehaltfix float, gehaltvariabel float, oca integer, zusatzinformationengehalt longvarchar, waehrung_id bigint, stelle_id bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Typ »longvarchar« existiert nicht
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.hierarchie (id bigint not null, hierarchiebezeichnung varchar(50), hierarchiecode bigint, oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »hierarchie« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.konfession (id bigint not null, konfessionsbezeichnung varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »konfession« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.konkurrenzklausel (id bigint not null, konkurrenzklauseltyp_de varchar(250), konkurrenzklauseltyp_en varchar(250), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »konkurrenzklausel« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.kontakt (id bigint not null, datumkontakt date, kontaktinhalt longvarchar, oca integer, uhrzeitkontakt time, kontaktierterkandidat bigint, treffpunkt bigint, kontaktdurchma bigint, kontakttyp bigint, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Typ »longvarchar« existiert nicht
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.kontakttyp (id bigint not null, kontakttyp varchar(50), oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »kontakttyp« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.konzern (id bigint not null, aktuell bit, anzahlma bigint, enddatumgueltigkeit date, enddatummandantenschutz date, konzern_ident varchar(50), konzernname varchar(50), oca integer, startdatumgueltigkeit date, startdatummandantenschutz date, umsatz numeric, zusatzinformationenkonzern longvarchar, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Typ »longvarchar« existiert nicht
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.land (id bigint not null, land varchar(50) not null, oca integer, primary key (id), unique (id))
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] FEHLER: Relation »land« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] Unsuccessful: create table public.longlist (id bigint not null, auspraegungkannkriterium1 numeric, auspraegungkannkriterium2 numeric, auspraegungkannkriterium3 numeric, auspraegungkannkriterium4 numeric, auspraegungkannkriterium5 numeric, auspraegungmusskriterium1 numeric, auspraegungmusskriterium2 numeric, auspraegungmusskriterium3 numeric, auspraegungmusskriterium4 numeric, auspraegungmusskriterium5 numeric, bewertungPartner numeric, bewertungProjekt numeric, bewertungTerminsteuerung numeric, datumzuordunglonglist timestamp, erstpraesentation timestamp, listenstatus varchar(255), oca integer, projektprofil longvarchar, projektqualifikation longvarchar, searchscore float, selektionquery longvarchar, projekt_id bigint, person_id bigint, ddl.SchemaExport] FEHLER: Relation »dual_wechselkurs_seq« existiert bereits
         [testng] ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] schema export unsuccessful
         [testng] org.hibernate.JDBCException: Error during import script execution
         [testng]      at org.hibernate.tool.hbm2ddl.SchemaExport.importScript(SchemaExport.java:258)
         [testng]      at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:192)
         [testng]      at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:133)
         [testng]      at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:311)
         [testng]      at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294)
         [testng]      at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:918)
         [testng]      at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:656)
         [testng]      at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127)
         [testng]      at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:259)
         [testng]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [testng]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [testng]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [testng]      at java.lang.reflect.Method.invoke(Method.java:597)
         [testng]      at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:56)
         [testng]      at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:110)
         [testng]      at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
         [testng]      at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:214)
         [testng]      at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:45)
         [testng]      at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:108)
         [testng]      at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:69)
         [testng]      at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:221)
         [testng]      at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:135)
         [testng]      at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:46)
         [testng]      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
         [testng]      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
         [testng]      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
         [testng]      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
         [testng]      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
         [testng]      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
         [testng]      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
         [testng]      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
         [testng]      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
         [testng]      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
         [testng]      at org.jboss.system.ServiceController.doChange(ServiceController.java:659)
         [testng]      at org.jboss.system.ServiceController.start(ServiceController.java:431)
         [testng]      at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:149)
         [testng]      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:107)
         [testng]      at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
         [testng]      at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
         [testng]      at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
         [testng]      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
         [testng]      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:853)
         [testng]      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:874)
         [testng]      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:906)
         [testng]      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:794)
         [testng]      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:327)
         [testng]      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1309)
         [testng]      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:734)
         [testng]      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:862)
         [testng]      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:784)
         [testng]      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:622)
         [testng]      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
         [testng]      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:498)
         [testng]      at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
         [testng]      at org.jboss.embedded.DeploymentGroup.process(DeploymentGroup.java:127)
         [testng]      at org.jboss.embedded.Bootstrap.deployResourceBases(Bootstrap.java:289)
         [testng]      at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:15)
         [testng]      at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1041)
         [testng]      at org.jboss.seam.mock.BaseSeamTest.startSeam(BaseSeamTest.java:935)
         [testng]      at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:923)
         [testng]      at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
         [testng]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         [testng]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         [testng]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         [testng]      at java.lang.reflect.Method.invoke(Method.java:597)
         [testng]      at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604)
         [testng]      at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394)
         [testng]      at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142)
         [testng]      at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79)
         [testng]      at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165)
         [testng]      at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103)
         [testng]      at org.testng.TestRunner.runWorkers(TestRunner.java:678)
         [testng]      at org.testng.TestRunner.privateRun(TestRunner.java:624)
         [testng]      at org.testng.TestRunner.run(TestRunner.java:495)
         [testng]      at org.testng.SuiteRunner.runTest(SuiteRunner.java:300)
         [testng]      at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295)
         [testng]      at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275)
         [testng]      at org.testng.SuiteRunner.run(SuiteRunner.java:190)
         [testng]      at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792)
         [testng]      at org.testng.TestNG.runSuitesLocally(TestNG.java:765)
         [testng]      at org.testng.TestNG.run(TestNG.java:699)
         [testng]      at org.testng.TestNG.privateMain(TestNG.java:824)
         [testng]      at org.testng.TestNG.main(TestNG.java:802)
         [testng] Caused by: org.postgresql.util.PSQLException: FEHLER: duplizierter Schlüssel verletzt Unique-Constraint »mitarbeiter_pkey«
         [testng]      at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1547)
         [testng]      at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1315)
         [testng]      at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:190)
         [testng]      at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
         [testng]      at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:336)
         [testng]      at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:328)
         [testng]      at org.jboss.resource.adapter.jdbc.WrappedStatement.execute(WrappedStatement.java:83)
         [testng]      at org.hibernate.tool.hbm2ddl.SchemaExport.importScript(SchemaExport.java:254)
         [testng]      ... 82 more
         [testng] FAILED CONFIGURATION: @BeforeClass init
         [testng] org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
         [testng] *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
         [testng] dvdDatasourceBootstrap
         [testng]  -> CachedConnectionManager{Configured:** NOT FOUND **}
         [testng]  -> TransactionManager{Configured:** NOT FOUND **}
         [testng]  -> InitialContextProperties{Configured:** NOT FOUND **}
         [testng] jboss.jdbc:datasource=supcockpitDatasource,service=metadata
         [testng]  -> jboss.jdbc:service=metadata{Create:** NOT FOUND **}
         [testng]  -> jboss.jdbc:service=metadata{Start:** NOT FOUND **}
         [testng] supcockpitDatasource
         [testng]  -> supcockpitDatasourceBootstrap{Instantiated:** NOT FOUND **}
         [testng] *** CONTEXTS IN ERROR: Name -> Error
         [testng] InitialContextProperties -> ** NOT FOUND **
         [testng] supcockpitDatasourceBootstrap -> ** NOT FOUND **
         [testng] TransactionManager -> ** NOT FOUND **
         [testng] jboss.jdbc:service=metadata -> ** NOT FOUND **
         [testng] CachedConnectionManager -> ** NOT FOUND **
         [testng]      at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:576)
         [testng]      at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:559)
         [testng]      at org.jboss.embedded.DeploymentGroup.process(DeploymentGroup.java:128)
         [testng]      at org.jboss.embedded.Bootstrap.deployResourceBases(Bootstrap.java:289)
         [testng]      at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:15)
         [testng]      at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1041)
         [testng]      at org.jboss.seam.mock.BaseSeamTest.startSeam(BaseSeamTest.java:935)
         [testng]      at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:923)
         [testng]      at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
         [testng] ... Removed 22 stack frames
         [testng] SKIPPED CONFIGURATION: @BeforeMethod begin
         [testng] SKIPPED CONFIGURATION: @AfterMethod end
         [testng] SKIPPED CONFIGURATION: @AfterClass cleanup
         [testng] SKIPPED: testCreateDelete
         [testng] ===============================================
         [testng]     de.nexum.supcockpit.utils.ConverterTest
         [testng]     Tests run: 1, Failures: 0, Skips: 1
         [testng]     Configuration Failures: 1, Skips: 3
         [testng] ===============================================
         [testng] ===============================================
         [testng] SUPCockpit
         [testng] Total tests run: 1, Failures: 0, Skips: 1
         [testng] Configuration Failures: 1, Skips: 3
         [testng] ===============================================