dev@glassfish.java.net

Re: javax.faces shalre-remoting

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Fri, 18 Jul 2008 11:32:51 -0700

Just as a follow up, Ed has published the jar to maven repo. It is
now available at
http://download.java.net/maven/2/com/sun/faces/extensions/jsf-extensions-common/0.1/
Hopefully this build issue is resolved.

thanks
Anissa.

Anissa Lam wrote:
>
> I have contacted Ed Burns yesterday regarding this issue and this is
> his reply.
>
>> AL> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>> AL> <html>
>> AL> <head>
>> AL> <meta content="text/html;charset=ISO-8859-1"
>> http-equiv="Content-Type">
>> AL> </head>
>> AL> <body bgcolor="#ffffff" text="#000000">
>> AL> <br>
>> AL> Hi,<br>
>> AL> Since this seems to be coming from jsf-extensions and related to
>> swdp,&nbsp;
>> AL> I am cc'ing Ed and Rajiv&nbsp; here to see if they any idea about
>> this
>> AL> invalid pom.<br>
>>
>> Yes, I own this pom.
>> I'll fix it and get back to you.
>>
>> Ed
> thanks
> Anissa.
>
> Jerome Dochez wrote:
>> yes the core of the problem we have is the woodstock webui pom.xml is
>> referencing an inexistent jsf-extensions-common module. Inexistent in
>> at leat the public maven repositories we use.
>>
>> com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)-->com.sun.faces.extensions:jsf-extensions-common:0.1
>>
>>
>> there are 2 ways of fixing it :
>> - fix the import in the webui pom.xml to a version which is
>> available externally
>> - publish the 0.1 version externally.
>>
>> if you look at the webui-jsf pom.xml in
>> ~/.m2/repository/com/sun/woodstock/webui-jsf/4.2-SNAPSHOT/webui-jsf-4.2-SNAPSHOT.pom
>> , you can see
>>
>> <dependency>
>> <groupId>com.sun.faces.extensions</groupId>
>> <artifactId>jsf-extensions-common</artifactId>
>> <version>0.1</version>
>> <scope>runtime</scope>
>> </dependency>
>>
>> this is the one we don't find...
>>
>> Jerome
>>
>> On Jul 18, 2008, at 12:45 AM, Ken Paulsen wrote:
>>
>>>
>>> Hi Jerome,
>>>
>>> Is the text below the error? I guess I'll need to build the branch
>>> to see what the problem with that pom.xml is? It looks like I need
>>> to build the console-web-plugin?
>>>
>>> Dick Spellman is probably the right contact person. Dick are you
>>> aware of this problem and can you help get it fixed? I'm happy to
>>> help out in any way that I can.
>>>
>>> Thanks,
>>>
>>> Ken
>>>
>>>
>>>
>>> Jerome Dochez wrote:
>>>> this is a woodstock-webui module which is owned by the woodstock team.
>>>>
>>>> KenP, you u work with them to fix this.
>>>> Also, can u provide a contact in their team so we can directly
>>>> interface with them
>>>>
>>>> thanks, jerome
>>>>
>>>> On Jul 17, 2008, at 2:31 PM, Bhakti Mehta wrote:
>>>>
>>>>> Does anyone have an idea who owns this and where the repo lies?
>>>>> This is the dependency trail, we are running into issues building
>>>>> the branch due to the invalid pom and
>>>>>
>>>>> trail=[org.glassfish.distributions:web:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)-->org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT,
>>>>> org.glassfish.web:webtier-all:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)-->org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT,
>>>>> org.glassfish.admingui:console-web-plugin:10.0-V3-PRELUDE-M1-SNAPSHOT--(compile)-->com.sun.woodstock:webui-jsf:4.2-SNAPSHOT,
>>>>> com.sun.woodstock:webui-jsf:4.2-SNAPSHOT--(runtime)-->com.sun.faces.extensions:jsf-extensions-common:0.1]
>>>>> for project com.sun.faces.extensions:jsf-extensions-common:null
>>>>>
>>>>>
>>>>> https://maven-repository.dev.java.net/repository/javax.faces/poms/shale-remoting-1.1.0-swdp-a.pom
>>>>>
>>>>>
>>>>> Regards,
>>>>> Bhakti
>>>>>
>
>