Re: [E-Book Version] Apache TomEE Cookbook

2013-08-21 Thread Gurkan Erdogdu
Hello Yann

You can buy PDF version of the book from http://payhip.com/b/bsva

Best.

Gurkan




 From: Yann Blazart yann.blaz...@bycode.fr
To: us...@tomee.apache.org; Gurkan Erdogdu gurkanerdo...@yahoo.com 
Cc: u...@openwebbeans.apache.org u...@openwebbeans.apache.org; 
dev@openwebbeans.apache.org dev@openwebbeans.apache.org; 
d...@tomee.apache.org d...@tomee.apache.org 
Sent: Wednesday, August 21, 2013 4:19 PM
Subject: Re: Apache TomEE Cookbook
 

Sorry, but it's the printed version ? Where can I buy the pdf version ?


2013/8/21 Gurkan Erdogdu gurkanerdo...@yahoo.com

 Hi folks

 I have written a small cook book about Apache TomEE. My book Apache TomEE
 Cookbook published by Amazon Create Space. You can get e-book format of
 the book from http://tinyurl.com/k9rr56a

 Hard copy of the book will also be published in Amazon Strore in 5-7 days.

 Please give your feedbacks to me directly for Version-2 of the book!

 Enjoy!

[jira] [Updated] (OWB-894) OpenWebBeansJsfPlugin logs skipped deployment on all @FacesComponent classes with an UndeclaredThrowableException

2013-08-21 Thread Bauke Scholtz (JIRA)

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

Bauke Scholtz updated OWB-894:
--

Summary: OpenWebBeansJsfPlugin logs skipped deployment on all 
@FacesComponent classes with an UndeclaredThrowableException  (was: 
OpenWebBeansJsfPlugin logs skipped deployment on all UIComponents with an 
UndeclaredThrowableException)

 OpenWebBeansJsfPlugin logs skipped deployment on all @FacesComponent 
 classes with an UndeclaredThrowableException
 ---

 Key: OWB-894
 URL: https://issues.apache.org/jira/browse/OWB-894
 Project: OpenWebBeans
  Issue Type: Bug
Affects Versions: 1.2.1
Reporter: Bauke Scholtz

 Deployment of a project with JSF utility library OmniFaces 
 (https://code.google.com/p/omnifaces/) results in the following log, whereby 
 all @FacesComponent annotated classes are been validated as managed beans:
 INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem 
 reason: java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
 reason: java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
 java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: 
 org.omnifaces.component.validator.ValidateAllOrNone reason: 
 java.lang.reflect.UndeclaredThrowableException
 [etc...]
 This is wrong in 2 ways:
 1. Why are @FacesComponent classes scanned as managed beans in first place? 
 They are nowhere in OmniFaces registered as managed beans.
 2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
 real reason.

--
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] [Created] (OWB-894) OpenWebBeansJsfPlugin logs skipped deployment on all UIComponents with an UndeclaredThrowableException

2013-08-21 Thread Bauke Scholtz (JIRA)
Bauke Scholtz created OWB-894:
-

 Summary: OpenWebBeansJsfPlugin logs skipped deployment on all 
UIComponents with an UndeclaredThrowableException
 Key: OWB-894
 URL: https://issues.apache.org/jira/browse/OWB-894
 Project: OpenWebBeans
  Issue Type: Bug
Affects Versions: 1.2.1
Reporter: Bauke Scholtz


Deployment of a project with JSF utility library OmniFaces 
(https://code.google.com/p/omnifaces/) results in the following log, whereby 
all @FacesComponent annotated classes are been validated as managed beans:

INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
reason: java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: 
org.omnifaces.component.validator.ValidateAllOrNone reason: 
java.lang.reflect.UndeclaredThrowableException
[etc...]

This is wrong in 2 ways:

1. Why are @FacesComponent classes scanned as managed beans in first place? 
They are nowhere in OmniFaces registered as managed beans.
2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
real reason.

--
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] [Updated] (OWB-894) OpenWebBeansJsfPlugin logs skipped deployment on all @FacesComponent classes with an UndeclaredThrowableException

2013-08-21 Thread Bauke Scholtz (JIRA)

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

Bauke Scholtz updated OWB-894:
--

Description: 
Deployment of a project with JSF utility library OmniFaces 
(https://code.google.com/p/omnifaces/) results in the following log of TomEE 
1.6.0 SNAPSHOT, whereby all @FacesComponent annotated classes are been 
validated as managed beans:

INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
reason: java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: 
org.omnifaces.component.validator.ValidateAllOrNone reason: 
java.lang.reflect.UndeclaredThrowableException
[etc...]

This is wrong in 2 ways:

1. Why are @FacesComponent classes validated as managed beans in first place? 
They are nowhere in OmniFaces registered as managed beans.
2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
real reason.

  was:
Deployment of a project with JSF utility library OmniFaces 
(https://code.google.com/p/omnifaces/) results in the following log, whereby 
all @FacesComponent annotated classes are been validated as managed beans:

INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
reason: java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: 
org.omnifaces.component.validator.ValidateAllOrNone reason: 
java.lang.reflect.UndeclaredThrowableException
[etc...]

This is wrong in 2 ways:

1. Why are @FacesComponent classes scanned as managed beans in first place? 
They are nowhere in OmniFaces registered as managed beans.
2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
real reason.


 OpenWebBeansJsfPlugin logs skipped deployment on all @FacesComponent 
 classes with an UndeclaredThrowableException
 ---

 Key: OWB-894
 URL: https://issues.apache.org/jira/browse/OWB-894
 Project: OpenWebBeans
  Issue Type: Bug
Affects Versions: 1.2.1
Reporter: Bauke Scholtz

 Deployment of a project with JSF utility library OmniFaces 
 (https://code.google.com/p/omnifaces/) results in the following log of TomEE 
 1.6.0 SNAPSHOT, whereby all @FacesComponent annotated classes are been 
 validated as managed beans:
 INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem 
 reason: java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
 reason: java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
 java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: 
 org.omnifaces.component.validator.ValidateAllOrNone reason: 
 java.lang.reflect.UndeclaredThrowableException
 [etc...]
 This is wrong in 2 ways:
 1. Why are @FacesComponent classes validated as managed beans in first place? 
 They are nowhere in OmniFaces registered as managed beans.
 2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
 real reason.

--
This message is automatically generated by JIRA.
If you 

[jira] [Updated] (OWB-894) OpenWebBeansJsfPlugin logs skipped deployment on all @FacesComponent classes with an UndeclaredThrowableException

2013-08-21 Thread Bauke Scholtz (JIRA)

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

Bauke Scholtz updated OWB-894:
--

Description: 
Deployment of a project with JSF utility library OmniFaces 
(https://code.google.com/p/omnifaces/) on TomEE 1.6.0 SNAPSHOT results in the 
following log, whereby all @FacesComponent annotated classes are been validated 
as managed beans:

INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
reason: java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: 
org.omnifaces.component.validator.ValidateAllOrNone reason: 
java.lang.reflect.UndeclaredThrowableException
[etc...]

This is wrong in 2 ways:

1. Why are @FacesComponent classes validated as managed beans in first place? 
They are nowhere in OmniFaces registered as managed beans.
2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
real reason.

  was:
Deployment of a project with JSF utility library OmniFaces 
(https://code.google.com/p/omnifaces/) results in the following log of TomEE 
1.6.0 SNAPSHOT, whereby all @FacesComponent annotated classes are been 
validated as managed beans:

INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
reason: java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
java.lang.reflect.UndeclaredThrowableException
aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
isValidManagedBean
INFO: skipped deployment of: 
org.omnifaces.component.validator.ValidateAllOrNone reason: 
java.lang.reflect.UndeclaredThrowableException
[etc...]

This is wrong in 2 ways:

1. Why are @FacesComponent classes validated as managed beans in first place? 
They are nowhere in OmniFaces registered as managed beans.
2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
real reason.


 OpenWebBeansJsfPlugin logs skipped deployment on all @FacesComponent 
 classes with an UndeclaredThrowableException
 ---

 Key: OWB-894
 URL: https://issues.apache.org/jira/browse/OWB-894
 Project: OpenWebBeans
  Issue Type: Bug
Affects Versions: 1.2.1
Reporter: Bauke Scholtz

 Deployment of a project with JSF utility library OmniFaces 
 (https://code.google.com/p/omnifaces/) on TomEE 1.6.0 SNAPSHOT results in the 
 following log, whereby all @FacesComponent annotated classes are been 
 validated as managed beans:
 INFO: Adding OpenWebBeansPlugin : [OpenWebBeansJsfPlugin]
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.tree.TreeNodeItem 
 reason: java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.output.OutputFormat 
 reason: java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: org.omnifaces.component.tree.TreeNode reason: 
 java.lang.reflect.UndeclaredThrowableException
 aug 21, 2013 3:31:57 PM org.apache.webbeans.config.BeansDeployer 
 isValidManagedBean
 INFO: skipped deployment of: 
 org.omnifaces.component.validator.ValidateAllOrNone reason: 
 java.lang.reflect.UndeclaredThrowableException
 [etc...]
 This is wrong in 2 ways:
 1. Why are @FacesComponent classes validated as managed beans in first place? 
 They are nowhere in OmniFaces registered as managed beans.
 2. The UndeclaredThrowableException in reason is unhelpful. It is hiding the 
 real reason.

--
This message is automatically