Re: javax.faces shalre-remoting

View: New views
5 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: javax.faces shalre-remoting

by Ken Paulsen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: javax.faces shalre-remoting

by Jerome Dochez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: javax.faces shalre-remoting

by Jason Lee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Jul 18, 2008 at 2:56 AM, Jerome Dochez <Jerome.Dochez@...> wrote:
> 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.

Someone on  ##jsf on freenode asked Ed Burns about this yesterday.  He
said he'd like to get it published, but has not had time for it, for
what that's worth.  I'll be in SCA next week for orientation, etc.
I'd be happy to help out where I can, as I have a vested interest in
resolving this as well.

--
Jason Lee, SCJP
Mojarra and Mojarra Scales Dev Team
https://mojarra.dev.java.net
https://scales.dev.java.net
http://blogs.steeplesoft.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: javax.faces shalre-remoting

by Anissa Lam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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, 
> AL> I am cc'ing Ed and Rajiv  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
>>>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: javax.faces shalre-remoting

by Anissa Lam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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, 
>> AL> I am cc'ing Ed and Rajiv  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
>>>>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...