[jira] Created: (MYFACES-2580) OSGi: Missing javax.validation imports in api module manifest

2010-02-26 Thread Jarek Gawor (JIRA)
Components: General Affects Versions: 2.0.0-beta-2 Reporter: Jarek Gawor The OSGi manifest for api module is missing imports for javax.validation packages needed primarily by the BeanValidator.java, -- This message is automatically generated by JIRA. - You can reply

Re: MyFaces in OSGi

2010-02-22 Thread Jarek Gawor
Hi, I was wondering if somebody could take a look at MYFACES-2550. Also, the published snapshot of MyFaces core is a little old. Thanks, Jarek On Thu, Feb 11, 2010 at 12:49 PM, Jarek Gawor jga...@gmail.com wrote: Thanks for fixing MYFACES-2548! I just opened MYFACES-2550

[jira] Created: (MYFACES-2550) AnnotationConfigurator and scanning of myfaces impl jar

2010-02-11 Thread Jarek Gawor (JIRA)
Components: General Affects Versions: 2.0.0-beta-2 Reporter: Jarek Gawor The AnnotationConfigurator.configure() code attempts to obtain the myfaces impl jar (by looking up META-INF/standard-faces-config.xml resource) and scans it for certain annotations. This does not work

Re: MyFaces in OSGi

2010-02-11 Thread Jarek Gawor
Thanks for fixing MYFACES-2548! I just opened MYFACES-2550 for the AnnotationConfigurator.getMyfacesImplJarFile() issue. Thanks again, Jarek On Thu, Feb 11, 2010 at 12:19 AM, Jarek Gawor jga...@gmail.com wrote: Ok, sure. For now I created MYFACES-2548 with a proposed patch. I might open one

MyFaces in OSGi

2010-02-10 Thread Jarek Gawor
Hi all, I'm trying to make latest MyFaces core run in OSGi environment (in Geronimo 3.0) and I'm running into a few problems. I'm hoping to get your input on some of these problems. Here's our setup: we deploy myfaces-api and myfaces-impl as separate bundles and we also have a separate bundle

[jira] Created: (MYFACES-2548) META-INF resource lookup in OSGi environment

2010-02-10 Thread Jarek Gawor (JIRA)
Affects Versions: 2.0.0-beta-2 Reporter: Jarek Gawor MyFaces uses context class loader to lookup META-INF resources. This works fine in a regular Java environment but breaks in OSGi. One easy solution for this would be to first ask the CCL for the resource and if none is found

Re: MyFaces in OSGi

2010-02-10 Thread Jarek Gawor
if you could file your problems as issues in the jira. Then I will take a look at them! Thanks, Jakob 2010/2/10 Jarek Gawor jga...@gmail.com Hi all, I'm trying to make latest MyFaces core run in OSGi environment (in Geronimo 3.0) and I'm running into a few problems. I'm hoping to get

[jira] Commented: (MYFACES-2525) Split javax.faces package in OSGi

2010-02-09 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831476#action_12831476 ] Jarek Gawor commented on MYFACES-2525: -- Thanks! Split javax.faces package in OSGi

[jira] Created: (MYFACES-2525) Split javax.faces package in OSGi

2010-01-29 Thread Jarek Gawor (JIRA)
Split javax.faces package in OSGi - Key: MYFACES-2525 URL: https://issues.apache.org/jira/browse/MYFACES-2525 Project: MyFaces Core Issue Type: Bug Components: General Reporter: Jarek