You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jeremy Boynes <jb...@gluecode.com> on 2004/07/28 06:30:49 UTC

[Fwd: FW: EWS and Geronimo (THANKS)]

Forwarded on behalf of Alan who is having mailer problems

-------- Original Message --------
Subject: FW: EWS and Geronimo (THANKS)
Date: Wed, 28 Jul 2004 00:28:14 -0400
From: Alan D. Cabrera <ad...@toolazydogs.com>
To: <jb...@gluecode.com>


Ok.  Two more questions.

First, it seems that a change in EWS has not been propagated to Geronimo
and we're getting this error:

C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
sDeployContext.java:27: org.apache.geronimo.axis.GeronimoWsDeployContext
is not abstract and does not override abstract method isCompile() in
org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
eeDeployContext
public class GeronimoWsDeployContext implements Ws4J2eeDeployContext {
        ^
1 error


Second, you have a jndi.properties file in your jar with the following
contents:

java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces


Not sure if this is kosher, use wise and ASF policy wise.  As for the
former, the Geronimo server barfs when it can't find
org.jnp.interfaces.NamingContextFactory when it loads up the remote JMX
server.  Can we remove it?


Regards,
Alan

> -----Original Message-----
> From: Srinath Perera [mailto:hemapani@opensource.lk]
> Sent: Tuesday, July 27, 2004 8:42 PM
> To: dev@geronimo.apache.org
> Subject: Re: EWS and Geronimo
> 
> We were wondering should ews go to ws-fx (to a webservice project ) or
in
> to the geronimo. It is still not decided. I accept the fact that it
should
> use the geronimo group ID if it continue to use the Geronimo package
> space.
> Or else that should replace with "ws" and put the geronimo specific
code
> in to geronimo axis module. To me there are good reasons to both and
do
> not mind either.
> 
> Thanks
> Srinath
> 
> > Why doesn't EWS use the Geronimo maven group id?  Its code is in the
> > Geronimo package-space.
> > Just wondering.
> > Regards,
> >
> > Alan




Re: [Fwd: FW: EWS and Geronimo (THANKS)]

Posted by Srinath Perera <he...@opensource.lk>.
Thanks Dims ... nice to know it is working :)
> "maven test" under modules/axis works fine now. Am building
> ews-SNAPSHOT.jar every 6 hours now :)
>
> thanks,
> dims
>
> On Wed, 28 Jul 2004 08:44:56 -0400 (EDT), Srinath Perera
> <he...@opensource.lk> wrote:
>> Thanks dims, I have put the patch in to the JIRA, issue I creatrd
>> earlier
>> @ http://nagoya.apache.org/jira/browse/GERONIMO-269 also more info is at
>> the mail [Fwd: [NEW PATCH-FIX FOR TESTS]webservice deployment in
>> geronimo]
>> in the geronimo dev and as a comment in the issue.
>>
>> Basically patch has two parts
>> 1) patch for cvs manage folders
>> 2) cvs not managed sample Dir is zipped as sample.zip please put it in
>> to
>> the modules/axis/src before build (that is how in my last patch samples
>> are missing)
>>
>> Thanks for help
>> Srinath
>>
>>
>>
>>
>> > Srinath,
>> >
>> > - don't undo, If there are any changes in EWS, go ahead and apply it
>> > and i will rebuild the ews-SNAPSHOT.jar
>> > - Submit a JIRA for the patch to geronimo-axis module and i'll take
>> care
>> > of it.
>> >
>> > thanks,
>> > dims
>> >
>> > On Wed, 28 Jul 2004 03:39:57 -0400 (EDT), Srinath Perera
>> > <he...@opensource.lk> wrote:
>> >> Sorry I have meesed it up .. it works well in the morning with the
>> >> updated
>> >> code :(. If the Patch I sent is checked in this is fixed.. But I
>> belive
>> >> it
>> >> would take some time.
>> >>
>> >> 1) Shall I undo the changes in the EWS
>> >> 2) I can sent a patch to update the axis module to fix this and later
>> >> submit a new patch based on new code to the patch I sent erlier
>> (fixing
>> >> test cases)
>> >>
>> >> Opps that is tough .. I got to update the ews so that the when dims
>> >> looking at the patch it works with the ews-SNAPSHOT.jar he is is
>> >> downloading and doing so will breaks the current code by the updated
>> >> jar.
>> >> Is there a way to protect the both ends.
>> >>
>> >> pls help me to sort this out
>> >> Thanks
>> >> Srianth
>> >>
>> >>
>> >>
>> >> > Forwarded on behalf of Alan who is having mailer problems
>> >> >
>> >> > -------- Original Message --------
>> >> > Subject: FW: EWS and Geronimo (THANKS)
>> >> > Date: Wed, 28 Jul 2004 00:28:14 -0400
>> >> > From: Alan D. Cabrera <ad...@toolazydogs.com>
>> >> > To: <jb...@gluecode.com>
>> >> >
>> >> >
>> >> > Ok.  Two more questions.
>> >> >
>> >> > First, it seems that a change in EWS has not been propagated to
>> >> Geronimo
>> >> > and we're getting this error:
>> >> >
>> >> > C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
>> >> > sDeployContext.java:27:
>> >> org.apache.geronimo.axis.GeronimoWsDeployContext
>> >> > is not abstract and does not override abstract method isCompile()
>> in
>> >> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
>> >> > eeDeployContext
>> >> > public class GeronimoWsDeployContext implements
>> Ws4J2eeDeployContext {
>> >> >         ^
>> >> > 1 error
>> >> >
>> >> >
>> >> > Second, you have a jndi.properties file in your jar with the
>> following
>> >> > contents:
>> >> >
>> >> > java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
>> >> > java.naming.provider.url=jnp://localhost:1099
>> >> > java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
>> >> >
>> >> >
>> >> > Not sure if this is kosher, use wise and ASF policy wise.  As for
>> the
>> >> > former, the Geronimo server barfs when it can't find
>> >> > org.jnp.interfaces.NamingContextFactory when it loads up the remote
>> >> JMX
>> >> > server.  Can we remove it?
>> >> >
>> >> >
>> >> > Regards,
>> >> > Alan
>> >> >
>> >> >> -----Original Message-----
>> >> >> From: Srinath Perera [mailto:hemapani@opensource.lk]
>> >> >> Sent: Tuesday, July 27, 2004 8:42 PM
>> >> >> To: dev@geronimo.apache.org
>> >> >> Subject: Re: EWS and Geronimo
>> >> >>
>> >> >> We were wondering should ews go to ws-fx (to a webservice project
>> )
>> >> or
>> >> > in
>> >> >> to the geronimo. It is still not decided. I accept the fact that
>> it
>> >> > should
>> >> >> use the geronimo group ID if it continue to use the Geronimo
>> package
>> >> >> space.
>> >> >> Or else that should replace with "ws" and put the geronimo
>> specific
>> >> > code
>> >> >> in to geronimo axis module. To me there are good reasons to both
>> and
>> >> > do
>> >> >> not mind either.
>> >> >>
>> >> >> Thanks
>> >> >> Srinath
>> >> >>
>> >> >> > Why doesn't EWS use the Geronimo maven group id?  Its code is in
>> >> the
>> >> >> > Geronimo package-space.
>> >> >> > Just wondering.
>> >> >> > Regards,
>> >> >> >
>> >> >> > Alan
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >> ------------------------------------
>> >> Lanka Sofware Foundation
>> >> ------------------------------------
>> >>
>> >
>> >
>> > --
>> > Davanum Srinivas - http://webservices.apache.org/~dims/
>> >
>> >
>>
>>
>> ------------------------------------
>> Lanka Sofware Foundation
>> ------------------------------------
>>
>
>
> --
> Davanum Srinivas - http://webservices.apache.org/~dims/
>
>


------------------------------------
Lanka Sofware Foundation
------------------------------------

Re: [Fwd: FW: EWS and Geronimo (THANKS)]

Posted by Davanum Srinivas <da...@gmail.com>.
"maven test" under modules/axis works fine now. Am building
ews-SNAPSHOT.jar every 6 hours now :)

thanks,
dims

On Wed, 28 Jul 2004 08:44:56 -0400 (EDT), Srinath Perera
<he...@opensource.lk> wrote:
> Thanks dims, I have put the patch in to the JIRA, issue I creatrd earlier
> @ http://nagoya.apache.org/jira/browse/GERONIMO-269 also more info is at
> the mail [Fwd: [NEW PATCH-FIX FOR TESTS]webservice deployment in geronimo]
> in the geronimo dev and as a comment in the issue.
> 
> Basically patch has two parts
> 1) patch for cvs manage folders
> 2) cvs not managed sample Dir is zipped as sample.zip please put it in to
> the modules/axis/src before build (that is how in my last patch samples
> are missing)
> 
> Thanks for help
> Srinath
> 
> 
> 
> 
> > Srinath,
> >
> > - don't undo, If there are any changes in EWS, go ahead and apply it
> > and i will rebuild the ews-SNAPSHOT.jar
> > - Submit a JIRA for the patch to geronimo-axis module and i'll take care
> > of it.
> >
> > thanks,
> > dims
> >
> > On Wed, 28 Jul 2004 03:39:57 -0400 (EDT), Srinath Perera
> > <he...@opensource.lk> wrote:
> >> Sorry I have meesed it up .. it works well in the morning with the
> >> updated
> >> code :(. If the Patch I sent is checked in this is fixed.. But I belive
> >> it
> >> would take some time.
> >>
> >> 1) Shall I undo the changes in the EWS
> >> 2) I can sent a patch to update the axis module to fix this and later
> >> submit a new patch based on new code to the patch I sent erlier (fixing
> >> test cases)
> >>
> >> Opps that is tough .. I got to update the ews so that the when dims
> >> looking at the patch it works with the ews-SNAPSHOT.jar he is is
> >> downloading and doing so will breaks the current code by the updated
> >> jar.
> >> Is there a way to protect the both ends.
> >>
> >> pls help me to sort this out
> >> Thanks
> >> Srianth
> >>
> >>
> >>
> >> > Forwarded on behalf of Alan who is having mailer problems
> >> >
> >> > -------- Original Message --------
> >> > Subject: FW: EWS and Geronimo (THANKS)
> >> > Date: Wed, 28 Jul 2004 00:28:14 -0400
> >> > From: Alan D. Cabrera <ad...@toolazydogs.com>
> >> > To: <jb...@gluecode.com>
> >> >
> >> >
> >> > Ok.  Two more questions.
> >> >
> >> > First, it seems that a change in EWS has not been propagated to
> >> Geronimo
> >> > and we're getting this error:
> >> >
> >> > C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
> >> > sDeployContext.java:27:
> >> org.apache.geronimo.axis.GeronimoWsDeployContext
> >> > is not abstract and does not override abstract method isCompile() in
> >> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
> >> > eeDeployContext
> >> > public class GeronimoWsDeployContext implements Ws4J2eeDeployContext {
> >> >         ^
> >> > 1 error
> >> >
> >> >
> >> > Second, you have a jndi.properties file in your jar with the following
> >> > contents:
> >> >
> >> > java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> >> > java.naming.provider.url=jnp://localhost:1099
> >> > java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
> >> >
> >> >
> >> > Not sure if this is kosher, use wise and ASF policy wise.  As for the
> >> > former, the Geronimo server barfs when it can't find
> >> > org.jnp.interfaces.NamingContextFactory when it loads up the remote
> >> JMX
> >> > server.  Can we remove it?
> >> >
> >> >
> >> > Regards,
> >> > Alan
> >> >
> >> >> -----Original Message-----
> >> >> From: Srinath Perera [mailto:hemapani@opensource.lk]
> >> >> Sent: Tuesday, July 27, 2004 8:42 PM
> >> >> To: dev@geronimo.apache.org
> >> >> Subject: Re: EWS and Geronimo
> >> >>
> >> >> We were wondering should ews go to ws-fx (to a webservice project )
> >> or
> >> > in
> >> >> to the geronimo. It is still not decided. I accept the fact that it
> >> > should
> >> >> use the geronimo group ID if it continue to use the Geronimo package
> >> >> space.
> >> >> Or else that should replace with "ws" and put the geronimo specific
> >> > code
> >> >> in to geronimo axis module. To me there are good reasons to both and
> >> > do
> >> >> not mind either.
> >> >>
> >> >> Thanks
> >> >> Srinath
> >> >>
> >> >> > Why doesn't EWS use the Geronimo maven group id?  Its code is in
> >> the
> >> >> > Geronimo package-space.
> >> >> > Just wondering.
> >> >> > Regards,
> >> >> >
> >> >> > Alan
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >> ------------------------------------
> >> Lanka Sofware Foundation
> >> ------------------------------------
> >>
> >
> >
> > --
> > Davanum Srinivas - http://webservices.apache.org/~dims/
> >
> >
> 
> 
> ------------------------------------
> Lanka Sofware Foundation
> ------------------------------------
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: [Fwd: FW: EWS and Geronimo (THANKS)]

Posted by Srinath Perera <he...@opensource.lk>.
Thanks dims, I have put the patch in to the JIRA, issue I creatrd earlier
@ http://nagoya.apache.org/jira/browse/GERONIMO-269 also more info is at
the mail [Fwd: [NEW PATCH-FIX FOR TESTS]webservice deployment in geronimo]
in the geronimo dev and as a comment in the issue.

Basically patch has two parts
1) patch for cvs manage folders
2) cvs not managed sample Dir is zipped as sample.zip please put it in to
the modules/axis/src before build (that is how in my last patch samples
are missing)

Thanks for help
Srinath






> Srinath,
>
> - don't undo, If there are any changes in EWS, go ahead and apply it
> and i will rebuild the ews-SNAPSHOT.jar
> - Submit a JIRA for the patch to geronimo-axis module and i'll take care
> of it.
>
> thanks,
> dims
>
> On Wed, 28 Jul 2004 03:39:57 -0400 (EDT), Srinath Perera
> <he...@opensource.lk> wrote:
>> Sorry I have meesed it up .. it works well in the morning with the
>> updated
>> code :(. If the Patch I sent is checked in this is fixed.. But I belive
>> it
>> would take some time.
>>
>> 1) Shall I undo the changes in the EWS
>> 2) I can sent a patch to update the axis module to fix this and later
>> submit a new patch based on new code to the patch I sent erlier (fixing
>> test cases)
>>
>> Opps that is tough .. I got to update the ews so that the when dims
>> looking at the patch it works with the ews-SNAPSHOT.jar he is is
>> downloading and doing so will breaks the current code by the updated
>> jar.
>> Is there a way to protect the both ends.
>>
>> pls help me to sort this out
>> Thanks
>> Srianth
>>
>>
>>
>> > Forwarded on behalf of Alan who is having mailer problems
>> >
>> > -------- Original Message --------
>> > Subject: FW: EWS and Geronimo (THANKS)
>> > Date: Wed, 28 Jul 2004 00:28:14 -0400
>> > From: Alan D. Cabrera <ad...@toolazydogs.com>
>> > To: <jb...@gluecode.com>
>> >
>> >
>> > Ok.  Two more questions.
>> >
>> > First, it seems that a change in EWS has not been propagated to
>> Geronimo
>> > and we're getting this error:
>> >
>> > C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
>> > sDeployContext.java:27:
>> org.apache.geronimo.axis.GeronimoWsDeployContext
>> > is not abstract and does not override abstract method isCompile() in
>> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
>> > eeDeployContext
>> > public class GeronimoWsDeployContext implements Ws4J2eeDeployContext {
>> >         ^
>> > 1 error
>> >
>> >
>> > Second, you have a jndi.properties file in your jar with the following
>> > contents:
>> >
>> > java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
>> > java.naming.provider.url=jnp://localhost:1099
>> > java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
>> >
>> >
>> > Not sure if this is kosher, use wise and ASF policy wise.  As for the
>> > former, the Geronimo server barfs when it can't find
>> > org.jnp.interfaces.NamingContextFactory when it loads up the remote
>> JMX
>> > server.  Can we remove it?
>> >
>> >
>> > Regards,
>> > Alan
>> >
>> >> -----Original Message-----
>> >> From: Srinath Perera [mailto:hemapani@opensource.lk]
>> >> Sent: Tuesday, July 27, 2004 8:42 PM
>> >> To: dev@geronimo.apache.org
>> >> Subject: Re: EWS and Geronimo
>> >>
>> >> We were wondering should ews go to ws-fx (to a webservice project )
>> or
>> > in
>> >> to the geronimo. It is still not decided. I accept the fact that it
>> > should
>> >> use the geronimo group ID if it continue to use the Geronimo package
>> >> space.
>> >> Or else that should replace with "ws" and put the geronimo specific
>> > code
>> >> in to geronimo axis module. To me there are good reasons to both and
>> > do
>> >> not mind either.
>> >>
>> >> Thanks
>> >> Srinath
>> >>
>> >> > Why doesn't EWS use the Geronimo maven group id?  Its code is in
>> the
>> >> > Geronimo package-space.
>> >> > Just wondering.
>> >> > Regards,
>> >> >
>> >> > Alan
>> >
>> >
>> >
>> >
>> >
>>
>>
>> ------------------------------------
>> Lanka Sofware Foundation
>> ------------------------------------
>>
>
>
> --
> Davanum Srinivas - http://webservices.apache.org/~dims/
>
>


------------------------------------
Lanka Sofware Foundation
------------------------------------

Re: [Fwd: FW: EWS and Geronimo (THANKS)]

Posted by Davanum Srinivas <da...@gmail.com>.
Srinath,

- don't undo, If there are any changes in EWS, go ahead and apply it
and i will rebuild the ews-SNAPSHOT.jar
- Submit a JIRA for the patch to geronimo-axis module and i'll take care of it.

thanks,
dims

On Wed, 28 Jul 2004 03:39:57 -0400 (EDT), Srinath Perera
<he...@opensource.lk> wrote:
> Sorry I have meesed it up .. it works well in the morning with the updated
> code :(. If the Patch I sent is checked in this is fixed.. But I belive it
> would take some time.
> 
> 1) Shall I undo the changes in the EWS
> 2) I can sent a patch to update the axis module to fix this and later
> submit a new patch based on new code to the patch I sent erlier (fixing
> test cases)
> 
> Opps that is tough .. I got to update the ews so that the when dims
> looking at the patch it works with the ews-SNAPSHOT.jar he is is
> downloading and doing so will breaks the current code by the updated jar.
> Is there a way to protect the both ends.
> 
> pls help me to sort this out
> Thanks
> Srianth
> 
> 
> 
> > Forwarded on behalf of Alan who is having mailer problems
> >
> > -------- Original Message --------
> > Subject: FW: EWS and Geronimo (THANKS)
> > Date: Wed, 28 Jul 2004 00:28:14 -0400
> > From: Alan D. Cabrera <ad...@toolazydogs.com>
> > To: <jb...@gluecode.com>
> >
> >
> > Ok.  Two more questions.
> >
> > First, it seems that a change in EWS has not been propagated to Geronimo
> > and we're getting this error:
> >
> > C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
> > sDeployContext.java:27: org.apache.geronimo.axis.GeronimoWsDeployContext
> > is not abstract and does not override abstract method isCompile() in
> > org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
> > eeDeployContext
> > public class GeronimoWsDeployContext implements Ws4J2eeDeployContext {
> >         ^
> > 1 error
> >
> >
> > Second, you have a jndi.properties file in your jar with the following
> > contents:
> >
> > java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> > java.naming.provider.url=jnp://localhost:1099
> > java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
> >
> >
> > Not sure if this is kosher, use wise and ASF policy wise.  As for the
> > former, the Geronimo server barfs when it can't find
> > org.jnp.interfaces.NamingContextFactory when it loads up the remote JMX
> > server.  Can we remove it?
> >
> >
> > Regards,
> > Alan
> >
> >> -----Original Message-----
> >> From: Srinath Perera [mailto:hemapani@opensource.lk]
> >> Sent: Tuesday, July 27, 2004 8:42 PM
> >> To: dev@geronimo.apache.org
> >> Subject: Re: EWS and Geronimo
> >>
> >> We were wondering should ews go to ws-fx (to a webservice project ) or
> > in
> >> to the geronimo. It is still not decided. I accept the fact that it
> > should
> >> use the geronimo group ID if it continue to use the Geronimo package
> >> space.
> >> Or else that should replace with "ws" and put the geronimo specific
> > code
> >> in to geronimo axis module. To me there are good reasons to both and
> > do
> >> not mind either.
> >>
> >> Thanks
> >> Srinath
> >>
> >> > Why doesn't EWS use the Geronimo maven group id?  Its code is in the
> >> > Geronimo package-space.
> >> > Just wondering.
> >> > Regards,
> >> >
> >> > Alan
> >
> >
> >
> >
> >
> 
> 
> ------------------------------------
> Lanka Sofware Foundation
> ------------------------------------
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: [Fwd: FW: EWS and Geronimo (THANKS)]

Posted by Srinath Perera <he...@opensource.lk>.
Sorry I have meesed it up .. it works well in the morning with the updated
code :(. If the Patch I sent is checked in this is fixed.. But I belive it
would take some time.

1) Shall I undo the changes in the EWS
2) I can sent a patch to update the axis module to fix this and later
submit a new patch based on new code to the patch I sent erlier (fixing
test cases)

Opps that is tough .. I got to update the ews so that the when dims
looking at the patch it works with the ews-SNAPSHOT.jar he is is
downloading and doing so will breaks the current code by the updated jar.
Is there a way to protect the both ends.

pls help me to sort this out
Thanks
Srianth

> Forwarded on behalf of Alan who is having mailer problems
>
> -------- Original Message --------
> Subject: FW: EWS and Geronimo (THANKS)
> Date: Wed, 28 Jul 2004 00:28:14 -0400
> From: Alan D. Cabrera <ad...@toolazydogs.com>
> To: <jb...@gluecode.com>
>
>
> Ok.  Two more questions.
>
> First, it seems that a change in EWS has not been propagated to Geronimo
> and we're getting this error:
>
> C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
> sDeployContext.java:27: org.apache.geronimo.axis.GeronimoWsDeployContext
> is not abstract and does not override abstract method isCompile() in
> org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
> eeDeployContext
> public class GeronimoWsDeployContext implements Ws4J2eeDeployContext {
>         ^
> 1 error
>
>
> Second, you have a jndi.properties file in your jar with the following
> contents:
>
> java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> java.naming.provider.url=jnp://localhost:1099
> java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
>
>
> Not sure if this is kosher, use wise and ASF policy wise.  As for the
> former, the Geronimo server barfs when it can't find
> org.jnp.interfaces.NamingContextFactory when it loads up the remote JMX
> server.  Can we remove it?
>
>
> Regards,
> Alan
>
>> -----Original Message-----
>> From: Srinath Perera [mailto:hemapani@opensource.lk]
>> Sent: Tuesday, July 27, 2004 8:42 PM
>> To: dev@geronimo.apache.org
>> Subject: Re: EWS and Geronimo
>>
>> We were wondering should ews go to ws-fx (to a webservice project ) or
> in
>> to the geronimo. It is still not decided. I accept the fact that it
> should
>> use the geronimo group ID if it continue to use the Geronimo package
>> space.
>> Or else that should replace with "ws" and put the geronimo specific
> code
>> in to geronimo axis module. To me there are good reasons to both and
> do
>> not mind either.
>>
>> Thanks
>> Srinath
>>
>> > Why doesn't EWS use the Geronimo maven group id?  Its code is in the
>> > Geronimo package-space.
>> > Just wondering.
>> > Regards,
>> >
>> > Alan
>
>
>
>
>


------------------------------------
Lanka Sofware Foundation
------------------------------------

Re: [Fwd: FW: EWS and Geronimo (THANKS)]

Posted by Davanum Srinivas <da...@gmail.com>.
removed jndi.properties from ews-SNAPSHOT.jar as well.

thanks,
dims

On Tue, 27 Jul 2004 21:30:49 -0700, Jeremy Boynes <jb...@gluecode.com> wrote:
> Forwarded on behalf of Alan who is having mailer problems
> 
> -------- Original Message --------
> Subject: FW: EWS and Geronimo (THANKS)
> Date: Wed, 28 Jul 2004 00:28:14 -0400
> From: Alan D. Cabrera <ad...@toolazydogs.com>
> To: <jb...@gluecode.com>
> 
> Ok.  Two more questions.
> 
> First, it seems that a change in EWS has not been propagated to Geronimo
> and we're getting this error:
> 
> C:\dev\geronimo\modules\axis\src\java\org\apache\geronimo\axis\GeronimoW
> sDeployContext.java:27: org.apache.geronimo.axis.GeronimoWsDeployContext
> is not abstract and does not override abstract method isCompile() in
> org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2
> eeDeployContext
> public class GeronimoWsDeployContext implements Ws4J2eeDeployContext {
>         ^
> 1 error
> 
> Second, you have a jndi.properties file in your jar with the following
> contents:
> 
> java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
> java.naming.provider.url=jnp://localhost:1099
> java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
> 
> Not sure if this is kosher, use wise and ASF policy wise.  As for the
> former, the Geronimo server barfs when it can't find
> org.jnp.interfaces.NamingContextFactory when it loads up the remote JMX
> server.  Can we remove it?
> 
> Regards,
> Alan
> 
> > -----Original Message-----
> > From: Srinath Perera [mailto:hemapani@opensource.lk]
> > Sent: Tuesday, July 27, 2004 8:42 PM
> > To: dev@geronimo.apache.org
> > Subject: Re: EWS and Geronimo
> >
> > We were wondering should ews go to ws-fx (to a webservice project ) or
> in
> > to the geronimo. It is still not decided. I accept the fact that it
> should
> > use the geronimo group ID if it continue to use the Geronimo package
> > space.
> > Or else that should replace with "ws" and put the geronimo specific
> code
> > in to geronimo axis module. To me there are good reasons to both and
> do
> > not mind either.
> >
> > Thanks
> > Srinath
> >
> > > Why doesn't EWS use the Geronimo maven group id?  Its code is in the
> > > Geronimo package-space.
> > > Just wondering.
> > > Regards,
> > >
> > > Alan
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/