[jira] [Commented] (DELTASPIKE-398) BeanProvider handling for @Dependent scoped beans

2013-08-16 Thread Mark Struberg (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13742177#comment-13742177
 ] 

Mark Struberg commented on DELTASPIKE-398:
--

We also should make the DependentProvider Serializable if possible.

> BeanProvider handling for @Dependent scoped beans
> -
>
> Key: DELTASPIKE-398
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-398
> Project: DeltaSpike
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 0.4
>Reporter: Mark Struberg
>Assignee: Mark Struberg
> Fix For: 0.5
>
>
> BeanProvider#getContextualReference complains if you create a @Dependent 
> scoped bean. The reason for this is that those beans shall get destroyed 
> manually to provide proper clean up. 
> We should provide methods which return a helper class which internally keep 
> the contextual instance and the CreationalContext for it and a get() plus a 
> release() method.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (DELTASPIKE-402) Provide a way to skip tests depending on the CDI Container being used.

2013-08-16 Thread Mark Struberg (JIRA)

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

Mark Struberg resolved DELTASPIKE-402.
--

Resolution: Fixed

> Provide a way to skip tests depending on the CDI Container being used.
> --
>
> Key: DELTASPIKE-402
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-402
> Project: DeltaSpike
>  Issue Type: Task
>  Components: Build
>Affects Versions: 0.4
>Reporter: Mark Struberg
>Assignee: Mark Struberg
> Fix For: 0.5
>
>
> We need a way to skip certain tests for containers (+versions) which are 
> known to be broken.
> This can be done by setting a system property via surefire and use the junit 
> Assume class to skip the tests conditionally.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: General Converter

2013-08-16 Thread Mark Struberg
Hi Florian!

Not yet on our list. We are currently working on getting 0.5 out of the door 
(code reviews and testing against many containers)


Please file a feature request in JIRA describing what this Seam2 feature is 
about and why you like it.


txs and LieGrue,
strub



- Original Message -
> From: "i...@softwareentwicklung-hell.de" 
> To: dev@deltaspike.apache.org
> Cc: 
> Sent: Tuesday, 13 August 2013, 14:35
> Subject: General Converter
> 
> Hi all,
> 
> is there a plan to implement Seam like general Converter like the Seam  
> Faces Object converter? I know it is not really a cdi topic, but there  
> is still a big gap between what Seam was providing and what DeltaSpike  
> does.
> 
> Thanks and Regards
> Florian
>