Problems with the OSGI subsystem (ConfigAdmin)
by Massimiliano Ziccardi
Hi All.
I created an OSGI application that uses the ConfigAdmin subsystem and had
no problems with felix.
Now I need to make my application available with jboss.
I successfully deployed my application and the bundle successfully starts.
However, the 'updated' method of my ManagedService get's never called.
I can't see any error inside the log file.
Do you have any idea where to look to discover some more information?
Thanks in advance,
Massimiliano
11 years
Enhancements do EAP 6.1 console
by Claudio Miranda
Hi, I want to make some small enhancements, how is the review process ?
I want to make sure I follow all guidelines before submit.
Some enhancements
* in runtime -> manage deployments -> the filter textfield, case
insensitive and filter by any string, not only in the beginning.
* in the same deployments view, sort by case insensitive
* in Hosts -> server configuration or server groups -> java
properties, edit java properties, currently only add/remove is
supported
* in runtime -> server status -> environment the filter textfield,
case insensitive and filter by any string, not only in the beginning.
* show deployment meta information: date and time of deployment (in
fact the date and time of the "content" file in data/content/ hashed
directory), also shows the hashed string in
* in domain mode, when click at some deployment, all the text input
below are editable, disable them.
* in runtime -> manage deployment -> shows the web context name, for
.war deployments (open and inspect jboss-web.xml if exists)
* when assign a deployment, support to assign to multiple groups.
* see server.log and host-controller
* in runtime -> overview, displays the HC and servers address and port.
* in runtime -> manage deployments, shows a hint, the application is
disabled for some group. If any application is disabled, it is not
displayed, can lead user to think there are deployment error, but the
fact is that the application is disabled.
I understand all issues must go to JIRA, but I would like to discuss
those enhancements here, perhaps needs some discussion before going to
jira, and I want to spend the effort in those enhancements that are
easier to get through PR process.
Thanks.
--
Claudio Miranda
claudio(a)claudius.com.br
http://www.claudius.com.br
11 years
Re: [jboss-as7-dev] [wildfly-dev] Fwd: Re: build failure using Oracle JDK, sun.tools.jconsole.Resources#getText() missing
by Brian Stansberry
I reverted that commit. Thanks, Frank, for the report.
On 9/14/13 1:42 PM, James R. Perkins wrote:
> Didn't notice this wasn't sent to wildfly-dev.
>
>
> -------- Original Message --------
> Subject: Re: [jboss-as7-dev] build failure using Oracle JDK,
> sun.tools.jconsole.Resources#getText() missing
> Date: Sat, 14 Sep 2013 11:41:59 -0700
> From: James R. Perkins <jperkins(a)redhat.com>
> To: jboss-as7-dev(a)lists.jboss.org
>
>
>
> I'm seeing the same thing. I switched to the Oracle JDK 1.7.0_40 and it
> still doesn't work.
> I had to downgrade to 1.7.0_25.
>
> On 09/14/2013 03:11 AM, Frank Langelage wrote:
>> Current Wildfly 8 master does not build for me any more.
>> Caused by recent commit
>>https://github.com/wildfly/wildfly/commit/b0683f6a4a01feab41f292c49de20f7...
>> Thursday.
>>
>> I'm using Oracle JDK 1.70_40 on Solaris SPARC 10.
>> The method sun.tools.jconsole.Resources#getText() used there does not
>> exists in JDK.
>> Seems to be only available in OpenJDK.
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building WildFly: Command line interface 8.0.0.Beta1-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wildfly-cli ---
>> [INFO] Deleting /home/jboss/WildFly-8.0/wildfly/cli/target
>> [INFO]
>> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-bad-dependencies) @
>> wildfly-cli ---
>> [INFO]
>> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @
>> wildfly-cli ---
>> [INFO]
>> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @
>> wildfly-cli ---
>> [INFO]
>> [INFO] --- buildnumber-maven-plugin:1.2:create-timestamp
>> (get-build-timestamp) @ wildfly-cli ---
>> [INFO]
>> [INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @
>> wildfly-cli ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
>> wildfly-cli ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 41 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
>> wildfly-cli ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 254 source files to
>> /home/jboss/WildFly-8.0/wildfly/cli/target/classes
>> [INFO] -------------------------------------------------------------
>> [WARNING] COMPILATION WARNING :
>> [INFO] -------------------------------------------------------------
>> [WARNING]
>> /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/OperationDialog.java:
>> Some input files use unchecked or unsafe operations.
>> [WARNING]
>> /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/OperationDialog.java:
>> Recompile with -Xlint:unchecked for details.
>> [INFO] 2 warnings
>> [INFO] -------------------------------------------------------------
>> [INFO] -------------------------------------------------------------
>> [ERROR] COMPILATION ERROR :
>> [INFO] -------------------------------------------------------------
>> [ERROR]
>> /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[161,53]
>> cannot find symbol
>> symbol: method getText(java.lang.String)
>> location: class sun.tools.jconsole.Resources
>> [ERROR]
>> /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[219,52]
>> cannot find symbol
>> symbol: method getText(java.lang.String)
>> location: class sun.tools.jconsole.Resources
>> [ERROR]
>> /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[276,44]
>> cannot find symbol
>> symbol: method getText(java.lang.String)
>> location: class sun.tools.jconsole.Resources
>> [ERROR]
>> /home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[286,44]
>> cannot find symbol
>> symbol: method getText(java.lang.String)
>> location: class sun.tools.jconsole.Resources
>> [INFO] 4 errors
>>
>> _______________________________________________
>> jboss-as7-dev mailing list
>>jboss-as7-dev(a)lists.jboss.org
>>https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>
> --
> James R. Perkins
> Red Hat JBoss Middleware
>
>
>
>
>
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
--
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat
11 years
build failure using Oracle JDK, sun.tools.jconsole.Resources#getText() missing
by Frank Langelage
Current Wildfly 8 master does not build for me any more.
Caused by recent commit
https://github.com/wildfly/wildfly/commit/b0683f6a4a01feab41f292c49de20f7...
Thursday.
I'm using Oracle JDK 1.70_40 on Solaris SPARC 10.
The method sun.tools.jconsole.Resources#getText() used there does not
exists in JDK.
Seems to be only available in OpenJDK.
[INFO]
------------------------------------------------------------------------
[INFO] Building WildFly: Command line interface 8.0.0.Beta1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wildfly-cli ---
[INFO] Deleting /home/jboss/WildFly-8.0/wildfly/cli/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-bad-dependencies) @
wildfly-cli ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @
wildfly-cli ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @
wildfly-cli ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create-timestamp
(get-build-timestamp) @ wildfly-cli ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (get-scm-revision) @
wildfly-cli ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
wildfly-cli ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 41 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @
wildfly-cli ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 254 source files to
/home/jboss/WildFly-8.0/wildfly/cli/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING]
/home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/OperationDialog.java:
Some input files use unchecked or unsafe operations.
[WARNING]
/home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/OperationDialog.java:
Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[161,53]
cannot find symbol
symbol: method getText(java.lang.String)
location: class sun.tools.jconsole.Resources
[ERROR]
/home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[219,52]
cannot find symbol
symbol: method getText(java.lang.String)
location: class sun.tools.jconsole.Resources
[ERROR]
/home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[276,44]
cannot find symbol
symbol: method getText(java.lang.String)
location: class sun.tools.jconsole.Resources
[ERROR]
/home/jboss/WildFly-8.0/wildfly/cli/src/main/java/org/jboss/as/cli/gui/ConnectDialog.java:[286,44]
cannot find symbol
symbol: method getText(java.lang.String)
location: class sun.tools.jconsole.Resources
[INFO] 4 errors
11 years
WFLY-1396 - File upload/manipulation through management API - modules, config files
by Ondrej Zizka
Hi everyone,
I'd like to bring some attention to an issue which would greatly improve
remote manageability of WildFly / EAP:
https://issues.jboss.org/browse/WFLY-1396
The thing is, for some management tasks, you need to have SSH access (or
similar) in addition to management API - to upload e.g. modules or SSH
related files.
To make the server completely manageable through the API, one of the
things needed is ability to upload files.
Is there some progress on this? Is it planned?
In the issue, there are some ideas how it could look. If you have a
minute, please comment on the issue or here.
Thanks,
Ondra
11 years, 1 month