Re: [omnifaces] Initialization fail on Tomcat+OWB (#133)

2015-05-28 Thread Mark Struberg
Hi folks!

I’m currently working on some installers for OpenWebBeans. They are part of our 
distribution in the future. 

checkout latest owb from trunk

$ svn co https://svn.apache.org/repos/asf/openwebbeans/trunk/

then build 

$ mvn clean install -Pbuild-dist

in 
$ cd ./distribution/target
you find a zip file

unzip it
$unzip openwebbeans-distribution-1.6.0-SNAPSHOT-binary.zip

then switch into it
$ cd openwebbeans-distribution-1.6.0-SNAPSHOT

here you find a few installers (you might probably need to chmod a+x *.sh)
$./install_owb_tomcat7.sh /opt/apache/apache-tomcat-8.0.23/

the paremeter is your tomcat location. 

Probably gonna provide the same + MyFaces tonight..


LieGrue,
strub




[jira] [Updated] (OWB-654) manual lookups of beans with generics fail

2015-05-28 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek updated OWB-654:
-
Attachment: OWB-654_test.zip

 manual lookups of beans with generics fail
 --

 Key: OWB-654
 URL: https://issues.apache.org/jira/browse/OWB-654
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Injection and Lookup
Affects Versions: 1.1.3
Reporter: Gerhard Petracek
Assignee: Mark Struberg
 Fix For: 1.6.0

 Attachments: OWB-654_test.zip


 the type-check it too strict right now.
 e.g. for:
 public interface CustomBeanT
 {
   //...
 }
 public class CustomBeanImpl implements CustomBeanString
 {
   //...
 }
 the manual lookup by type with CustomBean.class fails, but it works 
 correctly e.g. in case of:
 public class CustomBeanImpl implements CustomBean
 {
   //...
 }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (OWB-654) manual lookups of beans with generics fail

2015-05-28 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek reopened OWB-654:
--
  Assignee: Mark Struberg  (was: Gerhard Petracek)

 manual lookups of beans with generics fail
 --

 Key: OWB-654
 URL: https://issues.apache.org/jira/browse/OWB-654
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Injection and Lookup
Affects Versions: 1.1.3
Reporter: Gerhard Petracek
Assignee: Mark Struberg
 Fix For: 1.6.0


 the type-check it too strict right now.
 e.g. for:
 public interface CustomBeanT
 {
   //...
 }
 public class CustomBeanImpl implements CustomBeanString
 {
   //...
 }
 the manual lookup by type with CustomBean.class fails, but it works 
 correctly e.g. in case of:
 public class CustomBeanImpl implements CustomBean
 {
   //...
 }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OWB-654) manual lookups of beans with generics fail

2015-05-28 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/OWB-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14563477#comment-14563477
 ] 

Gerhard Petracek commented on OWB-654:
--

please have a look at the test and compare it with: mvn clean install -PWeld

 manual lookups of beans with generics fail
 --

 Key: OWB-654
 URL: https://issues.apache.org/jira/browse/OWB-654
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Injection and Lookup
Affects Versions: 1.1.3
Reporter: Gerhard Petracek
Assignee: Mark Struberg
 Fix For: 1.6.0

 Attachments: OWB-654_test.zip


 the type-check it too strict right now.
 e.g. for:
 public interface CustomBeanT
 {
   //...
 }
 public class CustomBeanImpl implements CustomBeanString
 {
   //...
 }
 the manual lookup by type with CustomBean.class fails, but it works 
 correctly e.g. in case of:
 public class CustomBeanImpl implements CustomBean
 {
   //...
 }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OWB-654) manual lookups of beans with generics fail

2015-05-28 Thread Daniel Cunha (soro) (JIRA)

[ 
https://issues.apache.org/jira/browse/OWB-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14564175#comment-14564175
 ] 

Daniel Cunha (soro) commented on OWB-654:
-

Hi folks,

Good news. 
Now, the test passed in OWB 1.6.0-SNAPSHOT and we don't have regression in IMPL 
test and TCK. 

I'll prepare the patch later. It's too later now here. 
See you guys. :)

 manual lookups of beans with generics fail
 --

 Key: OWB-654
 URL: https://issues.apache.org/jira/browse/OWB-654
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Injection and Lookup
Affects Versions: 1.1.3
Reporter: Gerhard Petracek
Assignee: Mark Struberg
 Fix For: 1.6.0

 Attachments: OWB-654_test.zip


 the type-check it too strict right now.
 e.g. for:
 public interface CustomBeanT
 {
   //...
 }
 public class CustomBeanImpl implements CustomBeanString
 {
   //...
 }
 the manual lookup by type with CustomBean.class fails, but it works 
 correctly e.g. in case of:
 public class CustomBeanImpl implements CustomBean
 {
   //...
 }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OWB-1077) create install scripts for our binary distribution

2015-05-28 Thread Mark Struberg (JIRA)
Mark Struberg created OWB-1077:
--

 Summary: create install scripts for our binary distribution
 Key: OWB-1077
 URL: https://issues.apache.org/jira/browse/OWB-1077
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Samples  Documentation
Affects Versions: 1.5.0
Reporter: Mark Struberg
Assignee: Mark Struberg
 Fix For: 1.6.0


we should add .sh and .bat install scripts to install openwebbeans in tomcat6, 
7 and 8.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OWB-1078) create Dockerfiles for installing OpenWebBeans as Docker Image based on Tomcat8

2015-05-28 Thread Mark Struberg (JIRA)
Mark Struberg created OWB-1078:
--

 Summary: create Dockerfiles for installing OpenWebBeans as Docker 
Image based on Tomcat8
 Key: OWB-1078
 URL: https://issues.apache.org/jira/browse/OWB-1078
 Project: OpenWebBeans
  Issue Type: Bug
  Components: Samples  Documentation
Affects Versions: 1.5.0
Reporter: Mark Struberg
Assignee: Mark Struberg
 Fix For: 1.6.0


create Dockerfiles for installing OpenWebBeans as Docker Image based on Tomcat8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (OWB-1056) interceptor and annotations spec jars missing in distribution

2015-05-28 Thread Mark Struberg (JIRA)

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

Mark Struberg resolved OWB-1056.

Resolution: Fixed

 interceptor and annotations spec jars missing in distribution
 -

 Key: OWB-1056
 URL: https://issues.apache.org/jira/browse/OWB-1056
 Project: OpenWebBeans
  Issue Type: Bug
  Components: XML Configuration
Reporter: Karl Kildén
Assignee: Mark Struberg
Priority: Minor
 Fix For: 1.6.0


 http://openwebbeans.staging.apache.org/download.html
 The distributions are missing geronimo-interceptor_1.2_spec.jar and 
 geronimo-annotation_1.2_spec.jar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)