[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] [Updated] (DELTASPIKE-582) BeanProvider produces 2 instances of the object java se

2014-04-29 Thread Barbier (JIRA)

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

Barbier updated DELTASPIKE-582:
---

Attachment: office.ui.fx.debug.zip

Hello Karl

Here under the trace that shows the double instance of both LoginModel  
LoginView in the javafx application

20:16:07.673 [main] DEBUG LoginControl -
20:16:07.674 [main] TRACE LoginModel -
20:16:07.674 [main] TRACE LoginView -
20:16:07.701 [main] TRACE LoginView -
20:16:07.702 [main] TRACE LoginModel -
20:16:07.708 [main] TRACE ApplicationControl - fireEvent:INIT
20:16:07.762 [JavaFX-Launcher] TRACE ApplicationMain -
20:16:07.781 [JavaFX Application Thread] TRACE ApplicationMain - start

This is visible when you start ApplicationMain in which the main method 
is defined

btw, I would like to let you know that the idea behind this framework is 
most according to me one of the best one. I hope it will be soon in a GA 
state.
regards,
Didier






 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)