[JBoss JIRA] Created: (JBDS-1449) Merge runtime related features from JBDS installer to runtime plug-in and reuse runtime plug-in binaries in installer
by Denis Golovin (JIRA)
Merge runtime related features from JBDS installer to runtime plug-in and reuse runtime plug-in binaries in installer
---------------------------------------------------------------------------------------------------------------------
Key: JBDS-1449
URL: https://jira.jboss.org/browse/JBDS-1449
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Components: installer, runtime
Affects Versions: 4.0.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 4.0.0.CR1
Now server search and validation for "server configuration dialog" in installer are duplicated in runtime plugin. That makes difficult to keep them in sync and that's why sometimes installer complains that version of selected server is not supported, but runtime plugin is actually can handle this version in a right way see JBDS-1380 as example.
The idea is merge all what installer has in runtime and/or jbossas adapter plugin and use these plugins in installer to keep all code in one place.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-4185) Simpler load time weaving configuration
by Galder Zamarreño (JIRA)
Simpler load time weaving configuration
---------------------------------------
Key: JBIDE-4185
URL: https://jira.jboss.org/jira/browse/JBIDE-4185
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Reporter: Galder Zamarreño
Assignee: Rob Stryker
Right now, if you wanna use load time weaving, you need to modify jboss.aop:service=AspectManager
MBean to have EnableLoadtimeWeaving to true and you need to pass the pluggable instrumentor in
the VM parameters, i.e.
-javaagent:/home/galder/access/eap-rel/4.3.0.ga.cp04/server/279798/deploy/jboss-aop-jdk50.deployer/pluggable-instrumentor.jar
>From JBDS, you need to put the full path to this, whereas if running standalone, you can just do:
JAVA_OPTS="$JAVA_OPTS -javaagent:server/279798/deploy/jboss-aop-jdk50.deployer/pluggable-instrumentor.jar"
Now, it'd be really helpful if the JBoss AS/EAP server had an option that added did this (at least the javaagent part)
if load time weaving was enabled (a new option server configuration window (i.e. double click server name))
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-2240) Speed up creation of runtime/servers, specially when creating clusters
by Galder Zamarreno (JIRA)
Speed up creation of runtime/servers, specially when creating clusters
----------------------------------------------------------------------
Key: JBIDE-2240
URL: http://jira.jboss.com/jira/browse/JBIDE-2240
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Galder Zamarreno
We need to look at a way to streamline the creation of
runtime/servers as I'm finding it really tedious, specially
when it comes to clusters.
First, I think It'd be nice to create a runtime and a server in
a single step. This would fit very well my model where I take
an EAP version, create a server configuration (could Tools do
this for me as well? instead of me having to
"cp -r server/default server/12345"), create a runtime for it and
a server and the server's name to be exactly the same as the one
from the runtime (no need to add the " Server" name clutter).
Secondly, once I've created a server configuration + runtime +
server, an ability to copy paste that one, having only to change the
server configuration name (server/12345_1, server/12345_2....configurations)
, runtime/server name and bind address (for those that don't do multiple IP
addresses, enable binding manager and allow selecting the port collection,
ports-01...etc).
All this needs further baking and you have to take into account my specific
use where I'm creating server configurations on a daily basis.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months