[JBoss JIRA] (JBIDE-1528) Deploy or EAR/WAR should suggest deploying ds.xml too
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-1528?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-1528.
--------------------------------
Closing, nothing to do.
> Deploy or EAR/WAR should suggest deploying ds.xml too
> ------------------------------------------------------
>
> Key: JBIDE-1528
> URL: https://issues.redhat.com/browse/JBIDE-1528
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Samuel Mendenhall
> Priority: Major
> Fix For: 2.1.0.CR1
>
>
> Create a Seam project, deploy it, then remove it from the jboss server in the servers view. Right click on the project and Run As -> Run on Server then the main project ear/war will only be added to the project. The datasource file is no longer there, therefore, when the war is deployed it will fail because it needs the datasource. If I right click on the server and go to Add and Remove Projects, only the main project shows up, the datasouce does not.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-8782) Hot deployment of JAX-RS (RESTEasy) endpoints
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-8782?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-8782.
--------------------------------
Closing, nothing to do.
> Hot deployment of JAX-RS (RESTEasy) endpoints
> ---------------------------------------------
>
> Key: JBIDE-8782
> URL: https://issues.redhat.com/browse/JBIDE-8782
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Reporter: Burrsitis Sutter
> Priority: Major
>
> Provide for hot deployment of JAX-RS (RESTEasy) services/endpoints. At this moment, adding a new JAX-RS endpoint (with AS6) seems to require server restart. Editing an already deployed JAX-RS service (again on AS6) seems to require "Full Publish".
> package com.burrsutter.jqueryresteasy;
> import javax.ws.rs.Path;
> import javax.ws.rs.GET;
> import javax.ws.rs.Produces;
> @Path("/helloworldjson")
> public class HelloWorldJSON {
> @GET
> @Produces("application/json")
> public String sayHello() {
> return "{ \"hello\" : \"world\" }";
> }
> }
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-6066) Wizard for Session Beans doesn't support "No-Interface Session Beans"
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-6066?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-6066.
--------------------------------
Closing, nothing to do.
> Wizard for Session Beans doesn't support "No-Interface Session Beans"
> ---------------------------------------------------------------------
>
> Key: JBIDE-6066
> URL: https://issues.redhat.com/browse/JBIDE-6066
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 3.1.0.GA
> Reporter: Juergen Zimmermann
> Priority: Major
> Attachments: screenshot-wizard-session-bean.jpg
>
>
> I'm not sure if this is part of WTP or JBoss Tools.
> EJB 3.1 is implemented in JBoss 6.0.0.M2 and provides "no-interface session beans" in addition to stateless/stateful session beans.
> However, when using the wizard to create a new session bean, then only stateless or stateful session beans with either a local or remote interface can be created. I'll provide a screenshot to illustrate the issue.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-2481) Stacktrace after clicking JBoss "New-Server" icon
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-2481?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-2481.
--------------------------------
Closing, nothing to do.
> Stacktrace after clicking JBoss "New-Server" icon
> -------------------------------------------------
>
> Key: JBIDE-2481
> URL: https://issues.redhat.com/browse/JBIDE-2481
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Reporter: Georg Sendt
> Priority: Critical
> Attachments: jboss_new_server.gif
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> I got the following stacktrace after clicking "New Server" icon (see screenshot)
> java.lang.NoClassDefFoundError: org/eclipse/wst/server/ui/internal/wizard/ClosableWizardDialog
> at org.jboss.tools.jst.web.ui.action.server.SelectServerActionDelegate.newServer(SelectServerActionDelegate.java:132)
> at org.jboss.tools.jst.web.ui.action.server.SelectServerActionDelegate.access$1(SelectServerActionDelegate.java:130)
> at org.jboss.tools.jst.web.ui.action.server.SelectServerActionDelegate$3.widgetSelected(SelectServerActionDelegate.java:120)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
> Environment
> eclipse.buildId=I20080617-2000
> Windows XP
> jdk1.5.0_15
> org.jboss.ide.eclipse.archives.core (2.1.1.GA) "JBossTools Archives Core Plugin" [Active]
> org.jboss.ide.eclipse.archives.ui (2.1.1.GA) "JBossTools Archives UI Plugin" [Starting]
> org.jboss.ide.eclipse.as.classpath.core (1.1.2.GA) "JBoss AS Classpath Core Plug-in" [Starting]
> org.jboss.ide.eclipse.as.classpath.ui (1.1.2.GA) "JBoss AS Classpath Ui Plug-in" [Starting]
> org.jboss.ide.eclipse.as.core (1.1.2.GA) "JBoss AS Core Plug-in" [Active]
> org.jboss.ide.eclipse.as.ui (1.1.2.GA) "JBoss AS Ui Plug-in" [Active]
> org.jboss.ide.eclipse.as.ui.mbeans (1.1.2.GA) "Mbeans Plug-in" [Active]
> org.jboss.ide.eclipse.core (2.1.1.GA) "JBoss Core Plug-in" [Active]
> org.jboss.ide.eclipse.firstrun (2.1.1.GA) "JBossIDE First Run Plug-in" [Active]
> org.jboss.ide.eclipse.freemarker (1.0.1.GA) "FreeMarker IDE" [Starting]
> org.jboss.ide.eclipse.help (2.1.1.GA) "JBossIDE for Eclipse Help Plug-in" [Starting]
> org.jboss.ide.eclipse.jdt.core (2.1.0.GA) "JBoss Development Core Plug-in" [Starting]
> org.jboss.ide.eclipse.jdt.core (2.1.1.GA) "JBoss Development Core Plug-in" [Starting]
> org.jboss.ide.eclipse.jdt.j2ee.core (2.1.1.GA) "JBoss Development J2EE Core Plug-in" [Starting]
> org.jboss.ide.eclipse.jdt.j2ee.ui (2.1.1.GA) "JBoss Development J2EE UI Plug-in" [Starting]
> org.jboss.ide.eclipse.jdt.j2ee.xml.ui (2.1.1.GA) "JBoss Development J2EE XML UI Plug-in" [Starting]
> org.jboss.ide.eclipse.jdt.ui (2.1.1.GA) "JBoss Development UI Plug-in" [Starting]
> org.jboss.ide.eclipse.ui (2.1.1.GA) "JBoss UI Plug-in" [Starting]
> org.jboss.ide.eclipse.xdoclet.assist (2.0.0.GA) "XDoclet Assist Plug-in" [Starting]
> org.jboss.ide.eclipse.xdoclet.core (2.0.0.GA) "XDoclet Core Plug-in" [Starting]
> org.jboss.ide.eclipse.xdoclet.run (2.0.0.GA) "XDoclet Runner Plug-in" [Starting]
> org.jboss.ide.eclipse.xdoclet.ui (2.0.0.GA) "XDoclet UI Plug-in" [Starting]
> org.jboss.tools.common (2.1.1.GA) "Red Hat Common" [Active]
> org.jboss.tools.common.gef (2.1.0.GA) "GEF Common" [Starting]
> org.jboss.tools.common.gef (2.1.1.GA) "GEF Common" [Starting]
> org.jboss.tools.common.kb (2.1.1.GA) "JBoss Tools Prompting Knowledgebase" [Active]
> org.jboss.tools.common.model (2.1.1.GA) "Model" [Active]
> org.jboss.tools.common.model.ui (2.1.1.GA) "JBoss Tools UI Plugin" [Active]
> org.jboss.tools.common.projecttemplates (2.1.1.GA) "JBoss Tools Project Templates" [Active]
> org.jboss.tools.common.text.ext (2.1.1.GA) "Text Editors Extensions" [Active]
> org.jboss.tools.common.text.xml (2.1.1.GA) "Xml Editor Plug-in" [Active]
> org.jboss.tools.common.verification (2.1.1.GA) "org.jboss.tools.common.verification" [Active]
> org.jboss.tools.common.verification.ui (2.1.1.GA) "JBoss Tools Verification Framework" [Active]
> org.jboss.tools.esb.core (1.0.0.GA) "pluginName" [Active]
> org.jboss.tools.esb.ui (1.0.0.GA) "ESB XML" [Starting]
> org.jboss.tools.hibernate.ui.veditor (3.2.3.GA) "Visual Editor Plugin" [Starting]
> org.jboss.tools.hibernate.ui.view (3.2.3.GA) "View Plug-in" [Starting]
> org.jboss.tools.hibernate.xml (2.1.1.GA) "Hibernate 3.0 XML" [Active]
> org.jboss.tools.hibernate.xml.ui (2.1.1.GA) "Hibernate 3.0 XML UI" [Starting]
> org.jboss.tools.jsf (2.1.1.GA) "JBoss Tools JSF" [Active]
> org.jboss.tools.jsf.text.ext (2.1.1.GA) "Jsf Text Editors Extensions" [Active]
> org.jboss.tools.jsf.text.ext.facelets (2.1.1.GA) "Facelets Text Editors Extensions" [Starting]
> org.jboss.tools.jsf.ui (2.1.1.GA) "JBoss Tools JSF UI" [Active]
> org.jboss.tools.jsf.verification (2.1.1.GA) "JSF Verification" [Active]
> org.jboss.tools.jsf.vpe.adf (2.1.1.GA) "ADF support for JBoss Visual Page Editor Plug-in" [Resolved]
> org.jboss.tools.jsf.vpe.ajax4jsf (2.1.1.GA) "Ajax4jsf VPE Plug-in" [Active]
> org.jboss.tools.jsf.vpe.facelets (2.1.1.GA) "Facelets Plug-in" [Active]
> org.jboss.tools.jsf.vpe.jsf (2.1.1.GA) "JSF support for JBoss Visual Page Editor Plug-in" [Active]
> org.jboss.tools.jsf.vpe.myfaces (2.1.1.GA) "MyFaces support for JBoss Visual Page Editor Plug-in" [Active]
> org.jboss.tools.jsf.vpe.richfaces (2.1.1.GA) "Richfaces VPE Support Plug-in" [Active]
> org.jboss.tools.jsf.vpe.seam (2.1.1.GA) "Seam VPE support Plug-in" [Active]
> org.jboss.tools.jsf.vpe.tomahawk (2.1.1.GA) "Tomahawk VPE Support Plug-in" [Active]
> org.jboss.tools.jst.firstrun (2.1.1.GA) "JBoss AS Initialization Plug-in" [Active]
> org.jboss.tools.jst.jsp (2.1.1.GA) "Jsp Editor Plug-in" [Active]
> org.jboss.tools.jst.server.jetty (2.1.1.GA) "Jetty Generic Server Definition Plug-in" [Starting]
> org.jboss.tools.jst.server.jrun (2.1.1.GA) "JRun Generic Server Definition Plug-in" [Starting]
> org.jboss.tools.jst.server.resin (2.1.1.GA) "Resin Generic Server Definition Plug-in" [Starting]
> org.jboss.tools.jst.web (2.1.1.GA) "Web" [Active]
> org.jboss.tools.jst.web.debug (2.1.1.GA) "Web Debug" [Starting]
> org.jboss.tools.jst.web.debug.ui (2.1.1.GA) "Web Debug UI" [Starting]
> org.jboss.tools.jst.web.tiles (2.1.1.GA) "Web Tiles" [Active]
> org.jboss.tools.jst.web.tiles.ui (2.1.1.GA) "JBoss Tools Tiles" [Starting]
> org.jboss.tools.jst.web.ui (2.1.1.GA) "Web UI" [Active]
> org.jboss.tools.jst.web.verification (2.1.1.GA) "WEB Verification" [Active]
> org.jboss.tools.seam.core (2.1.2.GA) "Seam Core Plug-in" [Active]
> org.jboss.tools.seam.text.ext (2.1.2.GA) "Seam Text Editors Extensions" [Active]
> org.jboss.tools.seam.ui (2.1.2.GA) "Seam GUI Tools" [Active]
> org.jboss.tools.seam.xml (2.1.2.GA) "JBoss Tools Seam XML" [Active]
> org.jboss.tools.seam.xml.ui (2.1.2.GA) "Seam XML" [Starting]
> org.jboss.tools.struts (2.0.0) "org.jboss.tools.struts" [Active]
> org.jboss.tools.struts.debug (2.1.0.GA) "Red Hat Struts Debugger" [Starting]
> org.jboss.tools.struts.text.ext (2.1.0.GA) "Struts Text Editors Extensions" [Starting]
> org.jboss.tools.struts.ui (2.1.0.GA) "JBoss Tools Struts UI" [Active]
> org.jboss.tools.struts.validator.ui (2.1.0.GA) "JBoss Tools Struts Validator" [Starting]
> org.jboss.tools.struts.verification (2.1.0.GA) "Struts Verification" [Active]
> org.jboss.tools.struts.vpe.struts (2.1.0.GA) "Struts support for JBoss Visual Page Editor Plug-in" [Resolved]
> org.jboss.tools.vpe (2.1.1.GA) "Visual Page Editor" [Active]
> org.jboss.tools.vpe.html (2.1.1.GA) "HTML support for JBoss Visual Page Editor Plug-in" [Active]
> org.jboss.tools.vpe.jsp (2.1.1.GA) "JSP support for JBoss Visual Page Editor Plug-in" [Starting]
> org.jboss.tools.vpe.ui.palette (2.1.0.GA) "JBoss Tools Palette" [Starting]
> org.jboss.tools.vpe.ui.palette (2.1.1.GA) "JBoss Tools Palette" [Starting]
> org.jboss.tools.vpe.xulrunner (2.1.1.GA) "Browser (XULRunner) Plug-in" [Active]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-2228) run as -> run on server no buttons
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-2228?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-2228.
--------------------------------
Closing, nothing to do.
> run as -> run on server no buttons
> ----------------------------------
>
> Key: JBIDE-2228
> URL: https://issues.redhat.com/browse/JBIDE-2228
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 2.0.1
> Environment: linux (debian/unstable) 32bit, sun java 1.5.0_15-b04, jbossas 4.2.2.ga, eclipse 3.3.2 build M20080221-1800, wtp 2.0.2
> Reporter: arne anka
> Priority: Major
> Fix For: 2.0.1
>
> Attachments: jboss1.png
>
>
> right click a seam web project, select "run as"->"run on server".
> the dialog has no buttons, neither cancel nor finish.
> btw: my tomcat 5.0 is preselected when the dialog openes despite of being unable to run the project -- switching to another server and bacj to tc 5.0 the dialog shows the appropriate error -- a) i think the dialog shopuld be able to preselect a appropriate server; b) i'm not sure if it is related to the original, maybe it has to do with the deactivation of the buttons?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (JBIDE-7425) How to ask JBoss Tools not to deploy jaxb-impl-2.1.3.jar?
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-7425?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-7425.
--------------------------------
Closing, nothing to do.
> How to ask JBoss Tools not to deploy jaxb-impl-2.1.3.jar?
> ---------------------------------------------------------
>
> Key: JBIDE-7425
> URL: https://issues.redhat.com/browse/JBIDE-7425
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Reporter: Burrsitis Sutter
> Priority: Major
> Attachments: server.log
>
>
> My Spring Travel application fails to deploy via JBDS4 Beta1 to AS6 because of jaxb-impl-2.1.3.jar.
> Video coming, along with logs and resulting .war
> Stack trace
> 15:14:55,475 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to PostClassLoader: name=vfs:///C:/servers/jboss-6.0.0.20100911-M5v2/jboss-6.0.0.20100911-M5/server/default/deploy/travel.war state=ClassLoader mode=Manual requiredState=PostClassLoader: org.jboss.deployers.spi.DeploymentException: Error during deploy: vfs:///C:/servers/jboss-6.0.0.20100911-M5v2/jboss-6.0.0.20100911-M5/server/default/deploy/travel.war
> at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) [:2.2.0.Alpha7]
> at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:185) [:2.2.0.Alpha7]
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.Alpha7]
> at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.Alpha7]
> at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.Alpha7]
> at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.Alpha10]
> at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.Alpha7]
> at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.Alpha7]
> at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679) [:2.2.0.Alpha7]
> at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106) [:6.0.0.20100911-M5]
> at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:130) [:0.1.0.Alpha1]
> at org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.deploy(HDScanner.java:240) [:0.1.0.Alpha1]
> at org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.complete(HDScanner.java:192) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.TwoPCActionWrapper.doComplete(TwoPCActionWrapper.java:59) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.complete(AbstractTwoPhaseModificationAction.java:74) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:94) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150) [:0.1.0.Alpha1]
> at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:135) [:0.1.0.Alpha1]
> at org.jboss.profileservice.deployment.hotdeploy.HDScanner.scan(HDScanner.java:146) [:0.1.0.Alpha1]
> at org.jboss.profileservice.deployment.hotdeploy.HDScanner.run(HDScanner.java:90) [:0.1.0.Alpha1]
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) [:1.6.0_20]
> at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) [:1.6.0_20]
> at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) [:1.6.0_20]
> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) [:1.6.0_20]
> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) [:1.6.0_20]
> at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) [:1.6.0_20]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_20]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_20]
> at java.lang.Thread.run(Thread.java:619) [:1.6.0_20]
> Caused by: java.lang.Error: Error visiting "/C:/servers/jboss-6.0.0.20100911-M5v2/jboss-6.0.0.20100911-M5/server/default/deploy/travel.war/WEB-INF/lib/jaxb-impl-2.1.3.jar/com/sun/xml/bind/v2/schemagen/XmlSchemaGenerator$Namespace.class"
> at org.jboss.classloading.plugins.vfs.VFSResourceVisitor.visit(VFSResourceVisitor.java:268) [jboss-classloading-vfs.jar:2.2.0.Alpha8]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:407) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:409) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:409) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:409) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:409) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:409) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:409) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.vfs.VirtualFile.visit(VirtualFile.java:395) [jboss-vfs.jar:3.0.0.CR5]
> at org.jboss.classloading.plugins.vfs.VFSResourceVisitor.visit(VFSResourceVisitor.java:102) [jboss-classloading-vfs.jar:2.2.0.Alpha8]
> at org.jboss.deployers.vfs.plugins.classloader.VFSDeploymentClassLoaderPolicyModule.visit(VFSDeploymentClassLoaderPolicyModule.java:181) [:2.2.0.Alpha7]
> at org.jboss.scanning.plugins.DeploymentUnitScanner.scan(DeploymentUnitScanner.java:111) [:1.0.0.Alpha6]
> at org.jboss.scanning.spi.helpers.UrlScanner.scan(UrlScanner.java:96) [:1.0.0.Alpha6]
> at org.jboss.scanning.deployers.ScanningDeployer.deploy(ScanningDeployer.java:90) [:1.0.0.Alpha6]
> at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.Alpha7]
> ... 37 more
> Caused by: java.lang.RuntimeException: Error visiting resource: VFSResourceContext @ com/sun/xml/bind/v2/schemagen/XmlSchemaGenerator$Namespace.class / BaseClassLoader@1534d8c{vfs:///C:/servers/jboss-6.0.0.20100911-M5v2/jboss-6.0.0.20100911-M5/server/default/deploy/travel.war}, visitor: org.jboss.scanning.annotations.plugins.GenericAnnotationVisitor@1d7dfda
> at org.jboss.scanning.plugins.visitor.IgnoreSetErrorHandler.handleError(IgnoreSetErrorHandler.java:56) [:1.0.0.Alpha6]
> at org.jboss.scanning.plugins.visitor.ReflectResourceVisitor.visit(ReflectResourceVisitor.java:91) [:1.0.0.Alpha6]
> at org.jboss.scanning.annotations.plugins.AnnotationsScanningPlugin.visit(AnnotationsScanningPlugin.java:89) [:1.0.0.Alpha6]
> at org.jboss.scanning.spi.helpers.ScanningPluginWrapper.visit(ScanningPluginWrapper.java:112) [:1.0.0.Alpha6]
> at org.jboss.classloading.plugins.visitor.FederatedResourceVisitor.visit(FederatedResourceVisitor.java:101) [jboss-classloading.jar:2.2.0.Alpha8]
> at org.jboss.classloading.plugins.vfs.VFSResourceVisitor.visit(VFSResourceVisitor.java:264) [jboss-classloading-vfs.jar:2.2.0.Alpha8]
> ... 51 more
> Caused by: java.lang.reflect.GenericSignatureFormatError
> at sun.reflect.generics.parser.SignatureParser.error(SignatureParser.java:103) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseSimpleClassTypeSignature(SignatureParser.java:262) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignatureSuffix(SignatureParser.java:270) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignature(SignatureParser.java:244) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseFieldTypeSignature(SignatureParser.java:228) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseTypeArgument(SignatureParser.java:319) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseTypeArguments(SignatureParser.java:287) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseSimpleClassTypeSignature(SignatureParser.java:260) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignatureSuffix(SignatureParser.java:270) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignature(SignatureParser.java:244) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseFieldTypeSignature(SignatureParser.java:228) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseTypeSignature(SignatureParser.java:359) [:1.6.0_20]
> at sun.reflect.generics.parser.SignatureParser.parseTypeSig(SignatureParser.java:157) [:1.6.0_20]
> at sun.reflect.generics.repository.FieldRepository.parse(FieldRepository.java:34) [:1.6.0_20]
> at sun.reflect.generics.repository.FieldRepository.parse(FieldRepository.java:24) [:1.6.0_20]
> at sun.reflect.generics.repository.AbstractRepository.<init>(AbstractRepository.java:56) [:1.6.0_20]
> at sun.reflect.generics.repository.FieldRepository.<init>(FieldRepository.java:30) [:1.6.0_20]
> at sun.reflect.generics.repository.FieldRepository.make(FieldRepository.java:48) [:1.6.0_20]
> at java.lang.reflect.Field.getGenericInfo(Field.java:85) [:1.6.0_20]
> at java.lang.reflect.Field.getGenericType(Field.java:223) [:1.6.0_20]
> at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$1.run(IntrospectionTypeInfoFactoryImpl.java:202) [jboss-reflect.jar:2.2.0.Alpha9]
> at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl$1.run(IntrospectionTypeInfoFactoryImpl.java:190) [jboss-reflect.jar:2.2.0.Alpha9]
> at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_20]
> at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getFields(IntrospectionTypeInfoFactoryImpl.java:189) [jboss-reflect.jar:2.2.0.Alpha9]
> at org.jboss.reflect.plugins.ClassInfoImpl.getDeclaredFields(ClassInfoImpl.java:432) [jboss-reflect.jar:2.2.0.Alpha9]
> at org.jboss.scanning.plugins.visitor.ClassHierarchyResourceVisitor.handleClass(ClassHierarchyResourceVisitor.java:81) [:1.0.0.Alpha6]
> at org.jboss.scanning.plugins.visitor.ReflectResourceVisitor.doVisit(ReflectResourceVisitor.java:108) [:1.0.0.Alpha6]
> at org.jboss.scanning.plugins.visitor.ReflectResourceVisitor.visit(ReflectResourceVisitor.java:86) [:1.0.0.Alpha6]
> ... 55 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months