[JBoss JIRA] Created: (JBIDE-8017) No bean is eligible for @Inject BeanManager manager;
by Alexey Kazakov (JIRA)
No bean is eligible for @Inject BeanManager manager;
----------------------------------------------------
Key: JBIDE-8017
URL: https://issues.jboss.org/browse/JBIDE-8017
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.0.CR1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.CR1
See the spec.:
11.3. The BeanManager object
Portable extensions sometimes interact directly with the container via programmatic API call. The interface javax.enterprise.inject.spi.BeanManager provides operations for obtaining contextual references for beans, along with many other operations of use to portable extensions. The container provides a built-in bean with bean type BeanManager, scope @Dependent and qualifier @Default.
The builtin implementation must be a passivation capable dependency, as defined in Section 6.6.2, "Passivation capable dependencies". Thus, any bean may obtain an instance of BeanManager by injecting it:
@Inject BeanManager manager;
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8398) Remote redeployment fails if you switch from exploded to archive
by Andre Dietisheim (JIRA)
Remote redeployment fails if you switch from exploded to archive
----------------------------------------------------------------
Key: JBIDE-8398
URL: https://issues.jboss.org/browse/JBIDE-8398
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud, JBossAS
Affects Versions: 3.2.0.CR2 (tentative)
Reporter: Andre Dietisheim
Assignee: Rob Stryker
Priority: Minor
how to reproduce:
1) have a AS server adapter for a remote server
2) have a WTP project added to it
3) make sure the server adapter is set to deploy as exploded war (2nd tab of the server adapter editor "Deploymen": checkbox "Deploy projects as compressed archives" not set
4) (ev. start the adapter) publish your project
5) check the checkbox "Deploy projects as..."
6) Choose "Full publish" on your project or "Clean" on the adapter in the servers view
Result:
Deployment fails, the console shows the following exception:
failed to delete /opt/jboss-as6/server/default/deploy/gwt-helloworld.war
org.eclipse.rse.services.files.RemoteFileIOException: Operation failed. File system input or output error
at org.eclipse.rse.internal.services.ssh.files.SftpFileService.makeSystemMessageException(SftpFileService.java:449)
at org.eclipse.rse.internal.services.ssh.files.SftpFileService.upload(SftpFileService.java:752)
at org.jboss.ide.eclipse.as.rse.core.archives.RSEZippedJSTPublisher.publishModule(RSEZippedJSTPublisher.java:77)
at org.jboss.ide.eclipse.as.core.publishers.AbstractPublishMethod.publishModule(AbstractPublishMethod.java:77)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:67)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1025)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1115)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:948)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2889)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-6830) Cannot recreate a service created by the wizard
by Lukas Jungmann (JIRA)
Cannot recreate a service created by the wizard
-----------------------------------------------
Key: JBIDE-6830
URL: https://jira.jboss.org/browse/JBIDE-6830
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-have a dynamic web project
1) create a sample web service in the project using default values in the wizard
2) delete created file
3) delete entries added to web.xml by the wizard
4) save all changes
5) create a sample web service using default values in the wizard again
6) open web.xml file
=> contains:
<servlet>
<display-name>HelloWorld</display-name>
<servlet-name>HelloWorld</servlet-name>
<servlet-class>org.jboss.samples.webservices.HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld</servlet-name>
<url-pattern>/HelloWorld</url-pattern>
</servlet-mapping>
<servlet>
<display-name>HelloWorld1</display-name>
<servlet-name>HelloWorld1</servlet-name>
<servlet-class>org.jboss.samples.webservices.HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld1</servlet-name>
<url-pattern>/HelloWorld1</url-pattern>
</servlet-mapping>
but since we did step 3 it should contain only:
<servlet>
<display-name>HelloWorld1</display-name>
<servlet-name>HelloWorld1</servlet-name>
<servlet-class>org.jboss.samples.webservices.HelloWorld</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorld1</servlet-name>
<url-pattern>/HelloWorld1</url-pattern>
</servlet-mapping>
7) delete all created files from the project, remove servlet related entries from the web.xml and save all files
8) create a sample web service using "HelloWorld" as the web service name
=> see attached screenshot - web.xml is empty but wizard says that web.xml already contains servlet "HelloWorld"
--
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
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8463) Ensure that the Struts Project wizard opens the Web Development perspective
by Brian Fitzpatrick (JIRA)
Ensure that the Struts Project wizard opens the Web Development perspective
----------------------------------------------------------------------------
Key: JBIDE-8463
URL: https://issues.jboss.org/browse/JBIDE-8463
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: struts/shale
Affects Versions: 3.2.0.Final
Reporter: Brian Fitzpatrick
Fix For: 3.2.1, 3.3.0.M1
This task is an extension of JBDS-1554. When creating a new Struts Project, we need to make sure that the Web Development perspective is set as the "final" and "preferred" perspective ID. This can be done by updating the Struts Project wizard's "newWizard" extension point and setting the "preferredPerspectives" and "finalPerspective" properties. In order to see these properties, you'll need to grab the Eclipse SDK and Eclipse Platform SDKs to be installed if they aren't already or they won't appear as options in the plugin editor.
This will help make sure that the correct perspective is opened when a user creates a new Struts Project from the new JBDS Welcome Screen.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8053) Incomplete instructions for ESB File Action example
by Libor Zoubek (JIRA)
Incomplete instructions for ESB File Action example
---------------------------------------------------
Key: JBIDE-8053
URL: https://issues.jboss.org/browse/JBIDE-8053
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb, project-examples
Affects Versions: 3.2.0.CR1
Reporter: Libor Zoubek
Assignee: Brian Fitzpatrick
Description of ESB File Action example says :Before deploy the project, please change some properties according to the readme.txt file.
None of readme's does not say anything. I don't know how to run this example. I assume, that I should run client project to create a file *somewhere* and deployed esb will process it.
What to pass to CreateTestFile's main method?
Could this be exaplained in readme files?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months