AeroGear Crypto Java 0.1.2 released
by Bruno Oliveira
Good morning, just to let you know we released today the bits for digital signatures and some bug fixes.
Have a happy new year sweet hearts.
--
abstractj
2 years, 7 months
C-B4 changes to Aerogear
by yaniv-cb4
Hi all, During the last 4-5 months C-B4 had made some changes
<https://github.com/C-B4/unifiedpush-server/> to AeroGear server.
I would like do discuss those changes with you guys in order to decide which
are relevant for aerogear upstream.
Technical issues,
1) Maven changes to support Wildfly 8.2.1.
2) Maven eclipse integration, include js resources into output war.
3) unifiedpush-service - use arquillian/wildfly instead of openejb.
4) unifiedpush-jaxrs - additional tests using arquillian.
Feature changes:
1) Documents API - Store & Forward documents. Designed to support large
payload, store json doc and send silent push.
2) Register installation in disabled mode. First step to versification
process.
3) Enable device based on verification process (SMS/Email). Plugable
architecture. default impl uses Clickatell API but can be configures to any
other vendor impl.
4) Extended Multitenancy - Link aliases to application. First step to
section 5
5) Move installation to new variant/application based on alias relation.
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/C-B4-changes-to-Aerogear-tp1239...
Sent from the aerogear-dev mailing list archive at Nabble.com.
8 years, 7 months
GCM Device Token not accepted
by cel
The new device Token returned by the new GCM - API for Android (using
InstanceId.getToken instead of gcm.register(context), which is deprecated)
is not accepted by the Aerogear server. The format of the
InstanceId.getToken is different.
Example:
Beginnning of gcm.register - Token :
APA91bGdSq3-OKaDV_pyvunTZpnD_LKb6OrxIk7...
Beginning of InstanceId.getToken : eArreQ7017w:APA91bFe5lTYzEoNSivfPYaID...
So if I try to register with the InstanceId.getToken using the Restful
interface "/registry/device" the Http response of the aerogear server is:
"200 OK", but I still cannot find it in the installations. Consequently no
push notifications from aerogear can be sent to that device. Is this a Bug?
Has this been fixed in newer versions?
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/GCM-Device-Token-not-accepted-t...
Sent from the aerogear-dev mailing list archive at Nabble.com.
8 years, 8 months
Shipping! (was: Re: Staging of UnifiedPush Server 1.1.2)
by Matthias Wessendorf
Just klicked the button, and artifacts will be uploaded to maven central.
JIRA and GH, updated:
https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1....
Enjoy!
-Matthias
On Thu, Mar 24, 2016 at 10:41 AM, Matthias Wessendorf <matzew(a)apache.org>
wrote:
> here we go:
>
> https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...
>
> On Thu, Mar 24, 2016 at 9:39 AM, Matthias Wessendorf <matzew(a)apache.org>
> wrote:
>
>> I will restage a new version in a bit.
>>
>> the UI bug, fixed
>> https://github.com/aerogear/aerogear-unifiedpush-server/pull/700, is
>> also on 1.1.2
>>
>> -M
>>
>> On Wed, Mar 23, 2016 at 7:58 PM, Matthias Wessendorf <matzew(a)apache.org>
>> wrote:
>>
>>> Hello there!
>>>
>>> almost three weeks after our 1.1.1.Final release, there is a new version
>>> (1.1.2.Final) on the horizon.
>>>
>>> You can find the staging repository here:
>>>
>>> https://repository.jboss.org/nexus/content/repositories/jboss_releases_st...
>>>
>>> The version contains a few fixes and minor improvements. A full list of
>>> all changes is listed here:
>>> https://issues.jboss.org/projects/AGPUSH/versions/12329895
>>>
>>> Please give it a try over the next few days, so that we can release it
>>> early next week!
>>>
>>> Happy Easter 🐰 !
>>>
>>> -Matthias
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
8 years, 8 months
UPS Wizard - UI bug
by Matthias Wessendorf
Hi,
building master, and deploying to a fresh (I did unzip it and also ran the
two CLI script right before the deployment) WildFly-10, I am getting a bug
on the Wizard:
* After adding the variant, the code snippets are lacking. See here:
https://www.dropbox.com/s/8x8cptap3h5yidu/Screen%20Shot%202016-03-23%20at...
In the console, I am getting a weird JS error:
modules.cb6244c0.js:6 TypeError: Cannot read property 'forEach' of undefined
at Object.generate (scripts.d0f6b7bb.js:2)
at renderSnippets (scripts.d0f6b7bb.js:2)
at new controller (scripts.d0f6b7bb.js:2)
at Object.invoke (modules.cb6244c0.js:4)
at extend.instance (modules.cb6244c0.js:5)
at nodeLinkFn (modules.cb6244c0.js:5)
at modules.cb6244c0.js:5
at processQueue (modules.cb6244c0.js:7)
at modules.cb6244c0.js:7
at Scope.$eval (modules.cb6244c0.js:7)(anonymous function) @
modules.cb6244c0.js:6
modules.cb6244c0.js:6 Notification was successfully sent
modules.cb6244c0.js:6 Application Ad successfully created
modules.cb6244c0.js:6 Variant dasdadas successfully created
modules.cb6244c0.js:6 TypeError: Cannot read property 'forEach' of undefined
at Object.generate (scripts.d0f6b7bb.js:2)
at renderSnippets (scripts.d0f6b7bb.js:2)
at new controller (scripts.d0f6b7bb.js:2)
at Object.invoke (modules.cb6244c0.js:4)
at extend.instance (modules.cb6244c0.js:5)
at nodeLinkFn (modules.cb6244c0.js:5)
at modules.cb6244c0.js:5
at processQueue (modules.cb6244c0.js:7)
at modules.cb6244c0.js:7
at Scope.$eval (modules.cb6244c0.js:7)
I wonder if something went wrong, when building the UI ?
-Matthias
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
8 years, 9 months
Artemis bug on WildFly-10
by Matthias Wessendorf
Hi,
more as a FYI....
I am in the process of updating our Docker -DEV image to WF/10 (see [1]),
and I noticed a bug in Artemis:
Caused by: javax.jms.JMSException: Failed to create session factory
at
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnectionInternal(ActiveMQConnectionFactory.java:727)
at
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:233)
at
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:229)
at
org.jboss.aerogear.unifiedpush.message.util.JmsClient$JmsReceiver.from(JmsClient.java:173)
... 172 more
Caused by:
ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT
message=AMQ119013: Timed out waiting to receive cluster topology.
Group:null]
at
org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:813)
at
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnectionInternal(ActiveMQConnectionFactory.java:724)
... 175 more
Now, this issue is addressed by
https://issues.apache.org/jira/browse/ARTEMIS-385 and fixed in
ActiveMQ-Artemis 1.3.0 (unreleased), but WildFly 10.x is (currently) on
their 1.1.0 version.
Worth to mention; I think I am unable to reproduce this directly on my Mac,
just w/ CentOS7 and WF-10 (via ), using this image:
https://github.com/jboss-dockerfiles/wildfly/tree/10.0.0.Final
Cheers,
Matthias
[1] https://github.com/matzew/dockerfiles/tree/WF_10_ups_120
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
8 years, 9 months