[jira] [Comment Edited] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985233#comment-13985233
 ] 

Gerhard Petracek edited comment on DELTASPIKE-543 at 4/30/14 7:31 AM:
--

release:prepare shouldn't commit - you will only see local changes
mvn release:perform will commit and tag everything


was (Author: gpetracek):
here it works with 3.0.5

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.7

 Attachments: DELTASPIKE-543-fix-dist-versions.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-582) BeanProvider produces 2 instances of the object java se

2014-04-30 Thread JIRA

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985244#comment-13985244
 ] 

Karl Kildén commented on DELTASPIKE-582:


I tried your sample.

@ApplicationScoped worked very well for me. But for LoginView you need to use 
composition instead of inheritance because of final methods. Try to not mix 
BeanProvider.getContextual and @Inject in the same class, rather perhaps if (my 
contextual == null) BeanProvider.injectFields(this) Exact syntax is easy to 
find on the BeanProvider.

To summerize, use @ApplicationScoped in a desktop app (imo)

 BeanProvider produces 2 instances of the object java se
 ---

 Key: DELTASPIKE-582
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-582
 Project: DeltaSpike
  Issue Type: Bug
  Components: CdiControl
Affects Versions: 0.6
 Environment: linux ubunutu, eclipse kepler, maven config, open web 
 beans
Reporter: Barbier
  Labels: BeanProvider
 Attachments: office.data.zip, office.service.zip, 
 office.ui.fx.debug.zip, office.ui.fx.zip


 the injection process with the following code produces 2 instances of the 
 object
 LoginModel model = BeanProvider.getContextualReference( ILoginModel.class );



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Reopened] (DELTASPIKE-582) BeanProvider produces 2 instances of the object java se

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek reopened DELTASPIKE-582:
-


 BeanProvider produces 2 instances of the object java se
 ---

 Key: DELTASPIKE-582
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-582
 Project: DeltaSpike
  Issue Type: Bug
  Components: CdiControl
Affects Versions: 0.6
 Environment: linux ubunutu, eclipse kepler, maven config, open web 
 beans
Reporter: Barbier
 Attachments: office.data.zip, office.service.zip, 
 office.ui.fx.debug.zip, office.ui.fx.zip


 the injection process with the following code produces 2 instances of the 
 object
 LoginModel model = BeanProvider.getContextualReference( ILoginModel.class );



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (DELTASPIKE-582) BeanProvider produces 2 instances of the object java se

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek updated DELTASPIKE-582:


Labels:   (was: BeanProvider)

 BeanProvider produces 2 instances of the object java se
 ---

 Key: DELTASPIKE-582
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-582
 Project: DeltaSpike
  Issue Type: Bug
  Components: CdiControl
Affects Versions: 0.6
 Environment: linux ubunutu, eclipse kepler, maven config, open web 
 beans
Reporter: Barbier
 Attachments: office.data.zip, office.service.zip, 
 office.ui.fx.debug.zip, office.ui.fx.zip


 the injection process with the following code produces 2 instances of the 
 object
 LoginModel model = BeanProvider.getContextualReference( ILoginModel.class );



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (DELTASPIKE-582) BeanProvider produces 2 instances of the object java se

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-582.
-

Resolution: Not a Problem

thx karl for detecting the wrong usage

 BeanProvider produces 2 instances of the object java se
 ---

 Key: DELTASPIKE-582
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-582
 Project: DeltaSpike
  Issue Type: Bug
  Components: CdiControl
Affects Versions: 0.6
 Environment: linux ubunutu, eclipse kepler, maven config, open web 
 beans
Reporter: Barbier
 Attachments: office.data.zip, office.service.zip, 
 office.ui.fx.debug.zip, office.ui.fx.zip


 the injection process with the following code produces 2 instances of the 
 object
 LoginModel model = BeanProvider.getContextualReference( ILoginModel.class );



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Closed] (DELTASPIKE-582) BeanProvider produces 2 instances of the object java se

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek closed DELTASPIKE-582.
---

Resolution: Fixed

 BeanProvider produces 2 instances of the object java se
 ---

 Key: DELTASPIKE-582
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-582
 Project: DeltaSpike
  Issue Type: Bug
  Components: CdiControl
Affects Versions: 0.6
 Environment: linux ubunutu, eclipse kepler, maven config, open web 
 beans
Reporter: Barbier
 Attachments: office.data.zip, office.service.zip, 
 office.ui.fx.debug.zip, office.ui.fx.zip


 the injection process with the following code produces 2 instances of the 
 object
 LoginModel model = BeanProvider.getContextualReference( ILoginModel.class );



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (DELTASPIKE-578) org.apache.deltaspike.data.impl.meta.RepositoryComponent is not thread safe

2014-04-30 Thread Thomas Hug (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Hug resolved DELTASPIKE-578.
---

Resolution: Fixed

 org.apache.deltaspike.data.impl.meta.RepositoryComponent is not thread safe
 ---

 Key: DELTASPIKE-578
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-578
 Project: DeltaSpike
  Issue Type: Bug
  Components: Data-Module
Affects Versions: 0.6
Reporter: Stuart Douglas
Assignee: Thomas Hug
 Fix For: 0.7

 Attachments: DELTASPIKE-578.patch


 The lazy init process is not thread safe. In particular the code checks if 
 entityManagerResolverIsNormalScope is null to determine if the entity is 
 initialised, however this is set before the initialisation is actually 
 completed, meaning a thread can get an uninitialized component, which then 
 causes problems. 
 The initialize() call should be moved up to before 
 entityManagerResolverIsNormalScope is set.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (DELTASPIKE-581) CountQueryPostProcessor assumes a where clause

2014-04-30 Thread Thomas Hug (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Hug resolved DELTASPIKE-581.
---

   Resolution: Fixed
Fix Version/s: 0.7

The assumption was to use findAll and count on EntityRepository for empty where 
clauses ;-) but gets now properly appended with empty string.

 CountQueryPostProcessor assumes a where clause
 --

 Key: DELTASPIKE-581
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-581
 Project: DeltaSpike
  Issue Type: Bug
  Components: Data-Module
Affects Versions: 0.7
 Environment: openejb-core 4.6.1-SNAPSHOT
 Deltaspike 0.7-SNAPSHOT
Reporter: Karl Kildén
Assignee: Thomas Hug
 Fix For: 0.7


 CountQueryPostProcessor assumes there's a where clause when it rewrites to 
 count query.
 private String rewrite()
 {
 return select count( + (select != null ? select : entityName) + 
 )  + from + where;
 }
 here where can easily be null causing a query like this:
 select count( fact ) from Fact factnull



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (DELTASPIKE-586) optional forward compatibility for javax.interceptor.InvocationContext

2014-04-30 Thread Thomas Hug (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Hug resolved DELTASPIKE-586.
---

Resolution: Fixed

 optional forward compatibility for javax.interceptor.InvocationContext
 --

 Key: DELTASPIKE-586
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-586
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Data-Module
Affects Versions: 0.6
Reporter: Jozef Hartinger
Assignee: Thomas Hug
 Fix For: 0.7

 Attachments: DELTASPIKE-586.patch






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985412#comment-13985412
 ] 

Rafael Benevides commented on DELTASPIKE-543:
-

Maybe I misunderstood because of the description of the goal tasks on these 
pages: 
http://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
 and 
http://maven.apache.org/maven-release/maven-release-plugin/examples/perform-release.html.

Anyway mvn release:prepare created a tag with SNAPSHOT versions for me. 

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.7

 Attachments: DELTASPIKE-543-fix-dist-versions.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (DELTASPIKE-587) release notes for v0.7

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-587.
-

Resolution: Fixed

 release notes for v0.7
 --

 Key: DELTASPIKE-587
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-587
 Project: DeltaSpike
  Issue Type: Task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.7






--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985433#comment-13985433
 ] 

Rafael Benevides commented on DELTASPIKE-543:
-

At the moment:

-  MVN 3.1.x and 3.0.x behaves exactly the same way
- _mvn release:prepare -Pdistribution_ updated 
_org.apache.deltaspike.distribution_ which is the main point of this Jira
- the tag deltaspike-0.7 is being create by release:prepare goal with SNAPSHOT 
versions
- I can't test _mvn release:perform_ because it tries to upload SNAPSHOT 
versions to https://repository.apache.org/content/repositories/snapshots/ but 
I'm not authorized there.

So I'll send a patch for http://deltaspike.apache.org/steps_for_a_release.html 
to update the instructions and ask someone with proper rights to test it.

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: DELTASPIKE-543-fix-dist-versions.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rafael Benevides updated DELTASPIKE-543:


Attachment: steps.patch

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: DELTASPIKE-543-fix-dist-versions.patch, steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Comment Edited] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985433#comment-13985433
 ] 

Rafael Benevides edited comment on DELTASPIKE-543 at 4/30/14 12:56 PM:
---

At the moment:

-  MVN 3.1.x and 3.0.x behaves exactly the same way
- _mvn release:prepare -Pdistribution_ updated 
_org.apache.deltaspike.distribution_ which is the main point of this Jira
- the tag deltaspike-0.7 is being create by release:prepare goal with SNAPSHOT 
versions
- I can't test _mvn release:perform_ because it tries to upload SNAPSHOT 
versions to https://repository.apache.org/content/repositories/snapshots/ but 
I'm not authorized there.
- There's a PR to fix the current _org.apache.deltaspike.distribution_ at 
https://github.com/apache/deltaspike/pull/4

So I'll send a patch for http://deltaspike.apache.org/steps_for_a_release.html 
to update the instructions and ask someone with proper rights to test it.


was (Author: rafabene):
At the moment:

-  MVN 3.1.x and 3.0.x behaves exactly the same way
- _mvn release:prepare -Pdistribution_ updated 
_org.apache.deltaspike.distribution_ which is the main point of this Jira
- the tag deltaspike-0.7 is being create by release:prepare goal with SNAPSHOT 
versions
- I can't test _mvn release:perform_ because it tries to upload SNAPSHOT 
versions to https://repository.apache.org/content/repositories/snapshots/ but 
I'm not authorized there.

So I'll send a patch for http://deltaspike.apache.org/steps_for_a_release.html 
to update the instructions and ask someone with proper rights to test it.

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: DELTASPIKE-543-fix-dist-versions.patch, steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rafael Benevides updated DELTASPIKE-543:


Attachment: (was: DELTASPIKE-543-fix-dist-versions.patch)

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985504#comment-13985504
 ] 

Gerhard Petracek commented on DELTASPIKE-543:
-

@rafael:
yes - this time i see the same as well.
i'll try it on the machine which i used for the previous release.

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985536#comment-13985536
 ] 

Gerhard Petracek commented on DELTASPIKE-543:
-

in the vm which i used for the previous release everything works correctly...
i'll provide the details soon.

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985562#comment-13985562
 ] 

Gerhard Petracek commented on DELTASPIKE-543:
-

the result:
https://github.com/os890/deltaspike-vote/tree/deltaspike-0.7
https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985572#comment-13985572
 ] 

Rafael Benevides commented on DELTASPIKE-543:
-

Well,

At least the _org.apache.deltaspike.distribution_ got update as is the proposal 
of this Jira :o)

Was it on the machine that you used to run the builds? I'm afraid that only 
your machine can perform the release :D

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Issue Comment Deleted] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek updated DELTASPIKE-543:


Comment: was deleted

(was: release:prepare shouldn't commit - you will only see local changes
mvn release:perform will commit and tag everything)

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985579#comment-13985579
 ] 

Gerhard Petracek commented on DELTASPIKE-543:
-

on a new machine i see the same as you. afaik only the local maven repository 
is the difference. - i'll check it with mark later on...

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985601#comment-13985601
 ] 

Rafael Benevides commented on DELTASPIKE-543:
-

Should we close this Jira and open a new one related to the release issues ?

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Resolved] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-543.
-

Resolution: Fixed

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (DELTASPIKE-543) org.apache.deltaspike.distribution is disconnected

2014-04-30 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13985948#comment-13985948
 ] 

Gerhard Petracek commented on DELTASPIKE-543:
-

the issue is git v1.9.x (it works with v1.8.x). i've added a hint to the 
release steps.

 org.apache.deltaspike.distribution is disconnected
 --

 Key: DELTASPIKE-543
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-543
 Project: DeltaSpike
  Issue Type: Bug
  Components: Build
Affects Versions: 0.6
Reporter: Gerhard Petracek
Assignee: John D. Ament
 Fix For: 0.8

 Attachments: steps.patch


 all 3 pom files are disconnected and don't get updated during the 
 release-process



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[VOTE] Release of Apache DeltaSpike 0.7

2014-04-30 Thread Gerhard Petracek
Hi,

I was running the needed tasks to get the 7th release of Apache DeltaSpike
out.
The artifacts are deployed to Nexus [1] (and [2]).

The tag is available at [3] and will get pushed to the ASF repository once
the vote passed.

Please take a look at the 0.7 artifacts and vote!

Please note:
This vote is majority approval with a minimum of three +1 votes (see [4]).


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released, and
why..


Thanks,
Gerhard

[1]
https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/
[2]
https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/org/apache/deltaspike/deltaspike-project/0.7/deltaspike-project-0.7-source-release.zip
[3] https://github.com/os890/deltaspike-vote/tree/deltaspike-project-0.7
[4] http://www.apache.org/foundation/voting.html#ReleaseVotes


Re: [VOTE] Release of Apache DeltaSpike 0.7

2014-04-30 Thread John D. Ament
Hmm looks like dist still isn't included..


On Wed, Apr 30, 2014 at 4:22 PM, Gerhard Petracek gpetra...@apache.orgwrote:

 Hi,

 I was running the needed tasks to get the 7th release of Apache DeltaSpike
 out.
 The artifacts are deployed to Nexus [1] (and [2]).

 The tag is available at [3] and will get pushed to the ASF repository once
 the vote passed.

 Please take a look at the 0.7 artifacts and vote!

 Please note:
 This vote is majority approval with a minimum of three +1 votes (see
 [4]).

 
 [ ] +1 for community members who have reviewed the bits
 [ ] +0
 [ ] -1 for fatal flaws that should cause these bits not to be released, and
 why..
 

 Thanks,
 Gerhard

 [1]

 https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/
 [2]

 https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/org/apache/deltaspike/deltaspike-project/0.7/deltaspike-project-0.7-source-release.zip
 [3] https://github.com/os890/deltaspike-vote/tree/deltaspike-project-0.7
 [4] http://www.apache.org/foundation/voting.html#ReleaseVotes



Re: [VOTE] Release of Apache DeltaSpike 0.7

2014-04-30 Thread Rafael Benevides

I just realized that too

Em 30/04/14 18:04, John D. Ament escreveu:

Hmm looks like dist still isn't included..


On Wed, Apr 30, 2014 at 4:22 PM, Gerhard Petracek gpetra...@apache.orgwrote:


Hi,

I was running the needed tasks to get the 7th release of Apache DeltaSpike
out.
The artifacts are deployed to Nexus [1] (and [2]).

The tag is available at [3] and will get pushed to the ASF repository once
the vote passed.

Please take a look at the 0.7 artifacts and vote!

Please note:
This vote is majority approval with a minimum of three +1 votes (see
[4]).


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be released, and
why..


Thanks,
Gerhard

[1]

https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/
[2]

https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/org/apache/deltaspike/deltaspike-project/0.7/deltaspike-project-0.7-source-release.zip
[3] https://github.com/os890/deltaspike-vote/tree/deltaspike-project-0.7
[4] http://www.apache.org/foundation/voting.html#ReleaseVotes





Re: [VOTE] Release of Apache DeltaSpike 0.7

2014-04-30 Thread Rafael Benevides
maybe mvn release:perform also needs to have distribution profile 
activate also: mvn release:perform -Pdistribution


Unfortunately I can't test it because of https://repository.apache.org 
rights


Em 30/04/14 18:19, Rafael Benevides escreveu:

I just realized that too

Em 30/04/14 18:04, John D. Ament escreveu:

Hmm looks like dist still isn't included..


On Wed, Apr 30, 2014 at 4:22 PM, Gerhard Petracek 
gpetra...@apache.orgwrote:



Hi,

I was running the needed tasks to get the 7th release of Apache 
DeltaSpike

out.
The artifacts are deployed to Nexus [1] (and [2]).

The tag is available at [3] and will get pushed to the ASF 
repository once

the vote passed.

Please take a look at the 0.7 artifacts and vote!

Please note:
This vote is majority approval with a minimum of three +1 votes (see
[4]).


[ ] +1 for community members who have reviewed the bits
[ ] +0
[ ] -1 for fatal flaws that should cause these bits not to be 
released, and

why..


Thanks,
Gerhard

[1]

https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/ 


[2]

https://repository.apache.org/content/repositories/orgapachedeltaspike-1003/org/apache/deltaspike/deltaspike-project/0.7/deltaspike-project-0.7-source-release.zip 

[3] 
https://github.com/os890/deltaspike-vote/tree/deltaspike-project-0.7

[4] http://www.apache.org/foundation/voting.html#ReleaseVotes