[JBoss JIRA] Created: (JBDS-1394) ESB Editor 1.3 generates incomplete template when creating New->Custom Action.
by Ken Johnson (JIRA)
ESB Editor 1.3 generates incomplete template when creating New->Custom Action.
------------------------------------------------------------------------------
Key: JBDS-1394
URL: https://jira.jboss.org/browse/JBDS-1394
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: SOA Platform
Affects Versions: 4.0.0.Beta1
Environment: JBDS 4 Beta 1. RHEL 6, x86_64. Sun 1.6 JDK 64-bit.
Reporter: Ken Johnson
Using the ESB Editor: after creating a new Service, I create a new custom action by right-selecting the Action folder under the newly created service and choose New-> Custom Action...
I enter MyAction for both Name and Class and click OK.
Click the Class link under the Action section in the editor panel to bring up New ESB Action dialog.
Enter Package name as org.jboss.foo
Browse for Superclass and choose AbstractActionPipelineProcessor
Everything else left as default.
Click Finish.
The following is generated for the constructor:
public MyAction() {
// TODO Auto-generated constructor stub
}
This is an invalid constructor at deployment time. The correct constructor should accept ConfigTree, a local variable should be generated for the config info and org.jboss.soa.esb.helpers.ConfigTree should be added to the imports. It appears prior versions of the tooling worked this way.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7582) Jpa annotated entities to Tables generation using hibernate tools maven plugin
by Dhana kumar (JIRA)
Jpa annotated entities to Tables generation using hibernate tools maven plugin
------------------------------------------------------------------------------
Key: JBIDE-7582
URL: https://jira.jboss.org/browse/JBIDE-7582
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.3.x
Reporter: Dhana kumar
Assignee: Max Andersen
Hi,
I am tryting to achieve to generate tables from the existing jpa annotated entities; Is there any maven plugin available to achieve this ? I referred the jboss public maven repository and found the below pom, but not sure whether entities -> tables generation possible with this plugin ? can you please provide me the needful ?
<plugin>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-maven-plugin</artifactId>
<version>3.3.2.GA</version>
</plugin>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7483) Unable to install JBossTools nightly
by Libor Zoubek (JIRA)
Unable to install JBossTools nightly
------------------------------------
Key: JBIDE-7483
URL: https://jira.jboss.org/browse/JBIDE-7483
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, GWT
Affects Versions: 3.2.0.Beta2
Reporter: Libor Zoubek
Assignee: Nick Boldt
Build ID: 3.2.0.Beta2.2010-10-29_21-23-41-H183
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss GWT Integration (Experimental) 1.0.0.v20101029-2053-H154-Beta2 (org.jboss.tools.gwt.feature.feature.group 1.0.0.v20101029-2053-H154-Beta2)
Missing requirement: JBoss GWT Integration (Experimental) 1.0.0.v20101029-2053-H154-Beta2 (org.jboss.tools.gwt.feature.feature.group 1.0.0.v20101029-2053-H154-Beta2) requires 'com.google.gwt.eclipse.sdkbundle.e36.feature.2.0.4.feature.group 2.0.4' but it could not be found
I have added GWT update site, but it contains Google Web Toolkit 2.1.0 SDK Bundle for Eclipse 3.6
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7511) All SWTbot tests broken - upgrade SWTbot version to 2.0.1?
by Nick Boldt (JIRA)
All SWTbot tests broken - upgrade SWTbot version to 2.0.1?
----------------------------------------------------------
Key: JBIDE-7511
URL: https://jira.jboss.org/browse/JBIDE-7511
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing
Affects Versions: 3.2.0.Beta2
Reporter: Nick Boldt
Assignee: Max Andersen
Priority: Blocker
Any recent changes to the test harness or the test plugins/features which would explain this across-the-board failure of all the bot plugins?
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
[INFO] org.jboss.tools.ui.bot.ext ........................ FAILURE [5.961s]
[INFO] org.jboss.tools.ui.bot.ext.test ................... SKIPPED
[INFO] org.jboss.tools.test.feature ...................... SKIPPED
[INFO] tests.site ........................................ SKIPPED
[INFO] org.jboss.tools.jst.ui.bot.test ................... SKIPPED
[INFO] org.jboss.tools.jst.ui.firstrun.bot.test .......... SKIPPED
[INFO] org.jboss.tools.vpe.ui.bot.test ................... SKIPPED
[INFO] org.jboss.tools.jsf.ui.bot.test ................... SKIPPED
[INFO] org.jboss.tools.hibernate.ui.bot.test ............. SKIPPED
[INFO] org.jboss.tools.struts.ui.bot.test ................ SKIPPED
[INFO] org.jboss.tools.seam.ui.bot.test .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35:52.277s
[INFO] Finished at: Sun Nov 07 21:25:19 EST 2010
[INFO] Final Memory: 381M/918M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.ui.bot.ext: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta2.nightly/sources/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/SWTBotExt.java (at line 119):[-1,-1]
[ERROR] public SWTBotBrowserExt browser() {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The return type is incompatible with SWTBot.browser()
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.ui.bot.ext: Compilation failure
Do we need to upgrade to the latest SWTBot 2.0.1? http://eclipse.org/swtbot/downloads.php, http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7425) How to ask JBoss Tools not to deploy jaxb-impl-2.1.3.jar?
by Burr Sutter (JIRA)
How to ask JBoss Tools not to deploy jaxb-impl-2.1.3.jar?
---------------------------------------------------------
Key: JBIDE-7425
URL: https://jira.jboss.org/browse/JBIDE-7425
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Burr Sutter
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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months