Re: Configuration Trouble

2006-11-03 Thread Peter Stavrinides

Hi James,

Thanks for the tip, I managed to solve it in the end !!

Peter

James Carman wrote:

No, leave the id as "PortfoliosInterface" and just refer to it as
"com.albourne.web.PortfoliosInterface" (that would be its new,
fully-qualified id).


On 11/2/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:

Hi James,

Thanks for the response, I tried it and it throws an exception:
/"Schema and extension point ids should be simple names with no
punctuation."/

Is this what you meant?
package="com.albourne.web">

  










James Carman wrote:
> Try com.albourne.web.PortfoliosInterface as the service id.  It's
> fully qualified by using the module id followed by '.' and then the
> service id.
>
> On 11/2/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> I am busy upgrading a working 4.02 application to Tapestry 4.1. but I
>> would also like to change some of the namespaces, but when I do, I 
break

>> the application and I can no longer find many of my service points. I
>> suspect that my packages may be incorrectly mapped, can anyone PLEASE
>> point me in the right direction:
>>
>> This is the error: /
>> "Service point com.albourne.web.services.hfdb.PortfoliosInterface 
does

>> not exist."/
>>
>> .application file:
>> > engine-class="org.apache.tapestry.engine.BaseEngine">
>> 
>>   > value="com.albourne.web.pages"/>
>>   > value="com.albourne.web.components"/>
>>   > specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
>> 
>>
>> Packages:
>> com.albourne.web.components.ui
>> com.albourne.web.pages
>> com.albourne.web.services.castle
>> com.albourne.web.services.hfdb
>> com.albourne.web.application
>> etc...
>>
>> hivemodule.xml:
>> 
>>
>>
>> 
>> > interface="com.albourne.web.services.hfdb.PortfoliosInterface">
>> 
>> 
>> > service-id="tapestry.state.ApplicationStateManager"/>
>> 
>> 
>> 
>> 
>>
>> Thanks,
>> Peter
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

--
Peter Stavrinides
Albourne Partners (Cyprus) Ltd
Tel: +357 22 750652

If you are not an intended recipient of this e-mail, please notify 
the sender, delete it and do not read, act upon, print, disclose, 
copy, retain or redistribute it. Please visit 
http://www.albourne.com/email.html for important additional terms 
relating to this e-mail.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Peter Stavrinides
Albourne Partners (Cyprus) Ltd
Tel: +357 22 750652

If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Please visit http://www.albourne.com/email.html for important additional terms relating to this e-mail. 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Configuration Trouble

2006-11-03 Thread James Carman

No, leave the id as "PortfoliosInterface" and just refer to it as
"com.albourne.web.PortfoliosInterface" (that would be its new,
fully-qualified id).


On 11/2/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:

Hi James,

Thanks for the response, I tried it and it throws an exception:
/"Schema and extension point ids should be simple names with no
punctuation."/

Is this what you meant?

  










James Carman wrote:
> Try com.albourne.web.PortfoliosInterface as the service id.  It's
> fully qualified by using the module id followed by '.' and then the
> service id.
>
> On 11/2/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
>> Hi
>>
>> I am busy upgrading a working 4.02 application to Tapestry 4.1. but I
>> would also like to change some of the namespaces, but when I do, I break
>> the application and I can no longer find many of my service points. I
>> suspect that my packages may be incorrectly mapped, can anyone PLEASE
>> point me in the right direction:
>>
>> This is the error: /
>> "Service point com.albourne.web.services.hfdb.PortfoliosInterface does
>> not exist."/
>>
>> .application file:
>> > engine-class="org.apache.tapestry.engine.BaseEngine">
>> 
>>   > value="com.albourne.web.pages"/>
>>   > value="com.albourne.web.components"/>
>>   > specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
>> 
>>
>> Packages:
>> com.albourne.web.components.ui
>> com.albourne.web.pages
>> com.albourne.web.services.castle
>> com.albourne.web.services.hfdb
>> com.albourne.web.application
>> etc...
>>
>> hivemodule.xml:
>> 
>>
>>
>> 
>> > interface="com.albourne.web.services.hfdb.PortfoliosInterface">
>> 
>> 
>> > service-id="tapestry.state.ApplicationStateManager"/>
>> 
>> 
>> 
>> 
>>
>> Thanks,
>> Peter
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

--
Peter Stavrinides
Albourne Partners (Cyprus) Ltd
Tel: +357 22 750652

If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Please visit http://www.albourne.com/email.html for important 
additional terms relating to this e-mail.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Configuration Trouble

2006-11-02 Thread Peter Stavrinides

Hi James,

Thanks for the response, I tried it and it throws an exception:
/"Schema and extension point ids should be simple names with no 
punctuation."/


Is this what you meant?

 id="com.albourne.web.services.hfdb.PortfoliosInterface"  
interface="com.albourne.web.services.hfdb.PortfoliosInterface">

   
   
   service-id="tapestry.state.ApplicationStateManager"/>

   
   
   




James Carman wrote:

Try com.albourne.web.PortfoliosInterface as the service id.  It's
fully qualified by using the module id followed by '.' and then the
service id.

On 11/2/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:

Hi

I am busy upgrading a working 4.02 application to Tapestry 4.1. but I
would also like to change some of the namespaces, but when I do, I break
the application and I can no longer find many of my service points. I
suspect that my packages may be incorrectly mapped, can anyone PLEASE
point me in the right direction:

This is the error: /
"Service point com.albourne.web.services.hfdb.PortfoliosInterface does
not exist."/

.application file:


  
  
  


Packages:
com.albourne.web.components.ui
com.albourne.web.pages
com.albourne.web.services.castle
com.albourne.web.services.hfdb
com.albourne.web.application
etc...

hivemodule.xml:













Thanks,
Peter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Peter Stavrinides
Albourne Partners (Cyprus) Ltd
Tel: +357 22 750652

If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Please visit http://www.albourne.com/email.html for important additional terms relating to this e-mail. 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Configuration Trouble

2006-11-02 Thread James Carman

Try com.albourne.web.PortfoliosInterface as the service id.  It's
fully qualified by using the module id followed by '.' and then the
service id.

On 11/2/06, Peter Stavrinides <[EMAIL PROTECTED]> wrote:

Hi

I am busy upgrading a working 4.02 application to Tapestry 4.1. but I
would also like to change some of the namespaces, but when I do, I break
the application and I can no longer find many of my service points. I
suspect that my packages may be incorrectly mapped, can anyone PLEASE
point me in the right direction:

This is the error: /
"Service point com.albourne.web.services.hfdb.PortfoliosInterface does
not exist."/

.application file:


  
  
  


Packages:
com.albourne.web.components.ui
com.albourne.web.pages
com.albourne.web.services.castle
com.albourne.web.services.hfdb
com.albourne.web.application
etc...

hivemodule.xml:













Thanks,
Peter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Configuration Trouble

2006-11-02 Thread Peter Stavrinides

Hi

I am busy upgrading a working 4.02 application to Tapestry 4.1. but I 
would also like to change some of the namespaces, but when I do, I break 
the application and I can no longer find many of my service points. I 
suspect that my packages may be incorrectly mapped, can anyone PLEASE 
point me in the right direction:


This is the error: /
"Service point com.albourne.web.services.hfdb.PortfoliosInterface does 
not exist."/


.application file:
engine-class="org.apache.tapestry.engine.BaseEngine">

   
 value="com.albourne.web.pages"/>
 value="com.albourne.web.components"/>
 specification-path="/org/apache/tapestry/contrib/Contrib.library"/>



Packages:
com.albourne.web.components.ui
com.albourne.web.pages
com.albourne.web.services.castle
com.albourne.web.services.hfdb
com.albourne.web.application
etc...

hivemodule.xml:




   interface="com.albourne.web.services.hfdb.PortfoliosInterface">

   
   
   service-id="tapestry.state.ApplicationStateManager"/>

   
   
   


Thanks,
Peter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]