Deployment 5.4, Internal URLS

2008-08-21 Thread Thierry Kramis

Hi all

Since upgrading to WO 5.4 we have the problem that the actions from  
submit buttons and similiar components with action binding have an  
internal URL on the deployment server. For example:


Application URL:

https://someserver.com/cgi-bin/WebObjects/app.woa

The Server has an internal IP of 192.168.x.x

Now the urls are as follows when you click a submit button:

https://192.168.x.x./cgi-bin/WebObjects/app.woa

Consequently the external visitor has no access to those actions. It's  
also not the case for any action but for form submissions mostly. I  
never had this problem before, cause things were handled correctly  
before, so I'm not sure what to look for here:


Regards Thierry
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Deployment Error

2008-08-06 Thread Thierry Kramis

thanks so much, totally missed that point, it starts now.


Am 06.08.2008 um 18:45 schrieb Chuck Hill:


http://www.gvcsitemaker.com/gvc.webobjects/faq&mode=single&recordID=19193


On Aug 6, 2008, at 9:43 AM, Thierry Kramis wrote:

ok, so now i can start the app from the terminal but not from the  
monitor. how can i see the details of the monitor startup process?



Am 06.08.2008 um 18:08 schrieb Guido Neitzer:


On 06.08.2008, at 09:52, Thierry Kramis wrote:


doubt that, I can ping the db host which is on the same subnet.


Can you also connect to the right port?

cug

--
http://www.event-s.net



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to [EMAIL PROTECTED]



--
Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects








 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Re: Deployment Error

2008-08-06 Thread Thierry Kramis
ok, so now i can start the app from the terminal but not from the  
monitor. how can i see the details of the monitor startup process?



Am 06.08.2008 um 18:08 schrieb Guido Neitzer:


On 06.08.2008, at 09:52, Thierry Kramis wrote:


doubt that, I can ping the db host which is on the same subnet.


Can you also connect to the right port?

cug

--
http://www.event-s.net



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Deployment Error

2008-08-06 Thread Thierry Kramis

doubt that, I can ping the db host which is on the same subnet.

Am 06.08.2008 um 17:50 schrieb Guido Neitzer:


On 06.08.2008, at 09:41, Thierry Kramis wrote:


It always hangs after Openbase Plugin loades. What could this be?


Network problem connecting to the OpenBase database?

cug

--
http://www.event-s.net



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Deployment Error

2008-08-06 Thread Thierry Kramis

Hi all

We're having trouble deploying a 5.4 app on a leopard server

We're having:

- Leopard 10.5.4 Server
- Webobjects 5.4.1
- Exactly the same jar files and frameworks as on the dev machine,  
where it works


It always hangs after Openbase Plugin loades. What could this be?

Regards Thierry
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Build Error

2008-08-06 Thread Thierry Kramis
No, it wasn't in there, I've no copied into the Resources directory.  
And now it works.


Thanks for your kind help.

Am 06.08.2008 um 16:57 schrieb David Avendasora:


I assume it's in the project's Resources directory?

If so, there is something horribly wrong with everyone's favorite  
woproject files.


Create a new WOnder application in Eclipse and then copy the files  
from the new project's woproject directory into your project's  
woproject directory.


Dave

On Aug 6, 2008, at 10:36 AM, Thierry Kramis wrote:

Ok, now the build seems to work. But the eomodel file isnt included  
into the build. I've explicitely marked it as resource. Still no  
success. Any ideas?


Thierry

Am 06.08.2008 um 16:28 schrieb Mike Schrag:

if yours work, don't mess with them ... many of mine still use  
javac because they work, i hate build systems, and the thought of  
messing with them makes me grumpy.


On Aug 6, 2008, at 10:27 AM, David Avendasora wrote:



On Aug 6, 2008, at 10:15 AM, Mike Schrag wrote:


This is the line 229: 
You want wocompile rather than javac ... I don't know if this is  
an ant bug or just some way that our build files abuse  
something, but ant has this asinine behavior where it tries to  
traverse the entire directory structure to find files that match  
the given patternsets, only you don't have read access for some  
of those files, which causes it to explode.  wocompile does not  
have this problem.  I believe a modern build.xml does not use  
javac, so you can create a new project to get a template to work  
from.


Mike,

Is there a difference in the resulting build between javac and  
wocompile if the build is executing successfully?


My heavily modified (for Java Client) build.xml file still uses  
javac as well and if I don't _need_ to mess with it, I don't want  
to.


Dave


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist%40seabix.com

This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com

This email sent to [EMAIL PROTECTED]




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Re: Build Error

2008-08-06 Thread Thierry Kramis
Ok, now the build seems to work. But the eomodel file isnt included  
into the build. I've explicitely marked it as resource. Still no  
success. Any ideas?


Thierry

Am 06.08.2008 um 16:28 schrieb Mike Schrag:

if yours work, don't mess with them ... many of mine still use javac  
because they work, i hate build systems, and the thought of messing  
with them makes me grumpy.


On Aug 6, 2008, at 10:27 AM, David Avendasora wrote:



On Aug 6, 2008, at 10:15 AM, Mike Schrag wrote:


This is the line 229: 
You want wocompile rather than javac ... I don't know if this is  
an ant bug or just some way that our build files abuse something,  
but ant has this asinine behavior where it tries to traverse the  
entire directory structure to find files that match the given  
patternsets, only you don't have read access for some of those  
files, which causes it to explode.  wocompile does not have this  
problem.  I believe a modern build.xml does not use javac, so you  
can create a new project to get a template to work from.


Mike,

Is there a difference in the resulting build between javac and  
wocompile if the build is executing successfully?


My heavily modified (for Java Client) build.xml file still uses  
javac as well and if I don't _need_ to mess with it, I don't want to.


Dave


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist%40seabix.com

This email sent to [EMAIL PROTECTED]


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Re: Build Error

2008-08-06 Thread Thierry Kramis
This is the line 229:      srcdir = "src" destdir = "bin">Here is the whole build file:

	
	
	

  

	

	
	  	
	

	
	
		
		
		
		
			
			
  
  
			
		
  		
  		
		
	

	
	
		 
		
	

	
	 	
		
	

	
	

	
	

		
		
   			
  			
  	
	

   			
   			
  			
  	
	

			
   			
  			
  	
	

   		
   		
			
  			
  	

   			
   		
   			
  			
  	

   			
   		
			
  			
  	

   			
			
   
  	

			
			


			
   		
	

	

	

	
		
			

			
		
		
			

			
		


	


	
	
	




	










	
		
			
		
	
	
		
			
		
	
	
		
			
		
 		
	

		
	

	





	
		
			
			
		
 		
	


	

 	

	

	

	

		

	

 

	
	
   		 
   			

			
			
 		
 		
 	

  


  

  


  


  

  

  
Am 06.08.2008 um 15:08 schrieb David Avendasora:What is at line 229 of your build.xml file?If you don't see it at the root of your project, you'll need to turn off the filtering in Eclipse. See: http://wiki.objectstyle.org/confluence/display/WOL/WOLips-Eclipse+beginner+mistakes+and+questions#WOLips-Eclipsebeginnermistakesandquestions-Whydon%27tIseeallmyfiles%3FDaveOn Aug 6, 2008, at 9:02 AM, Thierry Kramis wrote:Hi allWe're trying to build our new 5.4 project on Leopard and get the following error:BUILD FAILED/Volumes/harddisk/workspace/appname/build.xml:229: IO error scanning directory '/.fseventsd'has anyone had the same?Regards Thierry ___Do not post admin requests to the list. They will be ignored.Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)Help/Unsubscribe/Update your Subscription:http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.comThis email sent to [EMAIL PROTECTED] ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Build Error

2008-08-06 Thread Thierry Kramis

Hi all

We're trying to build our new 5.4 project on Leopard and get the  
following error:


BUILD FAILED
/Volumes/harddisk/workspace/appname/build.xml:229: IO error scanning  
directory '/.fseventsd'


has anyone had the same?

Regards Thierry ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Deployment on Leopard Server using 5.4

2008-08-04 Thread Thierry Kramis

Hi all

We're trying to deploy our new 5.4 application on our leopard server  
running 5.4. The application hangs after the following line:


OpenBasePlugIn is loaded...

Has anyone had the same? What I had a problem with is the eomodel file  
which for unknown reason wasn't included into the build file. So I  
tried to copy it in there manually.


Any ideas?

Regards Thierry ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Deployment Error

2008-07-16 Thread Thierry Kramis

Hi All

We're trying to deploy our first WO 5.4 application using Wonder on  
our Leopard server. The application wont start due to the following  
error:


2008-7-16 10:28:30 CEST]  Initialized :  
er.extensions.ERXExtensions

[2008-7-16 10:28:33 CEST]  A fatal exception occurred: null
[2008-7-16 10:28:33 CEST]  java.lang.ExceptionInInitializerError
	at  
com 
.webobjects 
.appserver 
._private.WOProperties.initUserDefaultsKeys(WOProperties.java:320)
	at  
com.webobjects.appserver.WOApplication._initWOApp(WOApplication.java: 
5690)
	at com.webobjects.appserver.WOApplication.(WOApplication.java: 
773)

at er.extensions.ERXAjaxApplication.(ERXAjaxApplication.java:20)
at er.extensions.ERXApplication.(ERXApplication.java:697)
at Application.(Application.java:52)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native  
Method)
	at  
sun 
.reflect 
.NativeConstructorAccessorImpl 
.newInstance(NativeConstructorAccessorImpl.java:39)
	at  
sun 
.reflect 
.DelegatingConstructorAccessorImpl 
.newInstance(DelegatingConstructorAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at com.webobjects.appserver.WOApplication.main(WOApplication.java:546)
at er.extensions.ERXApplication.main(ERXApplication.java:398)
at Application.main(Application.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at  
sun 
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
39)
	at  
sun 
.reflect 
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 
25)

at java.lang.reflect.Method.invoke(Method.java:585)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:87)
Caused by: java.lang.IllegalStateException: Main bundle 'Properties'  
file can't be read.

Please post your deployment configuration in the Wonder mailing list.
at er.extensions.ERXApplication.bundleDidLoad(ERXApplication.java:266)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at  
sun 
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
39)
	at  
sun 
.reflect 
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 
25)

at java.lang.reflect.Method.invoke(Method.java:585)
	at  
com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java: 
122)
	at com.webobjects.foundation.NSNotificationCenter 
$_Entry.invokeMethod(NSNotificationCenter.java:588)
	at  
com 
.webobjects 
.foundation 
.NSNotificationCenter.postNotification(NSNotificationCenter.java:532)
	at  
com 
.webobjects 
.foundation 
.NSNotificationCenter.postNotification(NSNotificationCenter.java:562)
	at com.webobjects.foundation.NSBundle.postNotification(NSBundle.java: 
2546)
	at  
com 
.webobjects.foundation.NSBundle.LoadBundlesFromClassPath(NSBundle.java: 
748)

at com.webobjects.foundation.NSBundle.(NSBundle.java:373)
... 20 more

What can we do? Any ideas?

Thanks
Thierry
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


XMLHttpRequestObject

2008-07-10 Thread Thierry Kramis

Hi all

I know that this isn't directly related to webobjects but I hope one  
of you knows the answer anyway. I'm having a little javascript calling  
a webobjects action that returns data as XMLHttpRequestObject. The  
same action in a non ajax example would return a file that is  
downloaded through the browser to the users harddisk. However I'm able  
to get the file back through the ajax call but I get an  
XMLHttpRequestObject. How can I make the browser download that object  
now?


Thanks

Thierry
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: [Wonder-disc] SproutCore and WO?

2008-06-16 Thread Thierry Kramis
Yes. I thinki so to. We're also just starting a new project and that  
would be one possible way to go. Has anyone tried the integration of  
Sproutcore and WO and has some sample code?


Am 16.06.2008 um 21:19 schrieb Fredrik Lindgren:

So to the original question... are there any examples to play with,  
or are you left alone with the WO - integration?


It would be cool to play with a WO backend and sproutcore as an  
interface.


/Fredrik

16 jun 2008 kl. 16.17 skrev David LeBer:



On 16-Jun-08, at 10:01 AM, James Cicenia wrote:


http://www.appleinsider.com/articles/08/06/16/apples_open_secret_sproutcore_is_cocoa_for_the_web.html


This SproutCore framework is getting a lot of play. Anybody here  
use it yet?


Just wondering  It sure is fun being an Apple developer these  
days.


There was a session at WWDC. It definitely looks interesting.

It shifts the paradigm considerably - client-server apps rather  
than server vended sites.


Though, it would be cool if you could create client side model  
objects using Velocity eogen...


;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
twitter: http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Wonder-disc mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wonder-disc



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist%40seabix.com

This email sent to [EMAIL PROTECTED]


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Coupling WO with Flex

2008-05-20 Thread Thierry Kramis

OK

So, what are the basic things to get started? What do I need to pay  
attention to?


Thanks, tk




Am 20.05.2008 um 09:37 schrieb Christian Trotobas:


Hi

There is eof-like stack that ease the developement. For EOF  
developers, it is a matter of minutes to learn the APIs.


Now, it is not intended to be 'as EOF as' EODistribution you can  
find in JavaClient. Therefore, there is no relationship management  
(addObjectToBothSide, etc), for example. At least in the trunk. Now,  
there is version that works with EORelationship management in  
another branch in progress.


If you think that you can fill your needs with WS, Wox is worth the  
try. If you feel closer to a JavaClient solution, then Wox is  
probably short on features.


A colleague of mine has release 2 weeks ago a complete project, with  
no doc and (more or less) no support from me.


Cheers,
Christian



Le 20 mai 08 à 09:27, Thierry Kramis a écrit :


Hi

Well if it speeds up our development, we will certainly use it, but  
we cannot try for weeks.



What are the restrictions you mention?

Thanks.

Regards tk



Am 20.05.2008 um 09:22 schrieb Christian Trotobas:


Hello

If you feel like giving Wox a try, we might give some tips. There  
is no documentation yet, but it is very straight forward for WO  
developers.


It is still under developement, but usable, depending of your needs.

Regards,
Christian TROTOBAS

http://www.intellicore.net

Intellicore (office)
CICA
2229, route des Crètes
Sophia Antipolis
06560 Valbonne



Le 20 mai 08 à 09:15, Thomas a écrit :

I had some success using XML with Flex. On the Flex side, I made  
some minor modifications to the web services example and it all  
went well. On the WebObjects side I used Web Services, but didn't  
expose the native WO entities because WO 5.3 Web Services had  
some problems with serialisation. The "objects" I served in the  
web services were just arrays of dictionaries of Strings and  
other simple types.


I haven't tried Flex in 5.4, but I believe some of the Web  
Service bugs are fixed.


Regards
Thomas


On 20/05/2008, at 4:55 PM, Thierry Kramis wrote:


Hi All

We're presently looking at coupling a WO Backend with a Flex  
Frontend. We're trying to figure out what would be the most  
efficient way. I came up with some possible solutions and their  
pros and cons. What would you suggest to use?


(Please correct if I got anything wrong)


1) SOAP-WS
I don't like SOAP, gets your complexity to another level. I'd  
rather use REST for this, but this isn't built in to WO?


2) WOX
There is a system that uses GraniteDS for sending Data back and  
forth from WO to Flex. But at this time it's still in  
development and not documented.


3) XML
What could we use here, either XMLSerialization or having a  
component with xml content?



Could you help with any suggestions so we do get up to speed  
quickly?


Thanks for your help

Regards tk
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40woomeranet.com.au

This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/trotobas%40mac.com

This email sent to [EMAIL PROTECTED]








___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Coupling WO with Flex

2008-05-20 Thread Thierry Kramis

Hi

Well if it speeds up our development, we will certainly use it, but we  
cannot try for weeks.



What are the restrictions you mention?

Thanks.

Regards tk



Am 20.05.2008 um 09:22 schrieb Christian Trotobas:


Hello

If you feel like giving Wox a try, we might give some tips. There is  
no documentation yet, but it is very straight forward for WO  
developers.


It is still under developement, but usable, depending of your needs.

Regards,
Christian TROTOBAS

http://www.intellicore.net

Intellicore (office)
CICA
2229, route des Crètes
Sophia Antipolis
06560 Valbonne



Le 20 mai 08 à 09:15, Thomas a écrit :

I had some success using XML with Flex. On the Flex side, I made  
some minor modifications to the web services example and it all  
went well. On the WebObjects side I used Web Services, but didn't  
expose the native WO entities because WO 5.3 Web Services had some  
problems with serialisation. The "objects" I served in the web  
services were just arrays of dictionaries of Strings and other  
simple types.


I haven't tried Flex in 5.4, but I believe some of the Web Service  
bugs are fixed.


Regards
Thomas


On 20/05/2008, at 4:55 PM, Thierry Kramis wrote:


Hi All

We're presently looking at coupling a WO Backend with a Flex  
Frontend. We're trying to figure out what would be the most  
efficient way. I came up with some possible solutions and their  
pros and cons. What would you suggest to use?


(Please correct if I got anything wrong)


1) SOAP-WS
I don't like SOAP, gets your complexity to another level. I'd  
rather use REST for this, but this isn't built in to WO?


2) WOX
There is a system that uses GraniteDS for sending Data back and  
forth from WO to Flex. But at this time it's still in development  
and not documented.


3) XML
What could we use here, either XMLSerialization or having a  
component with xml content?



Could you help with any suggestions so we do get up to speed  
quickly?


Thanks for your help

Regards tk
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40woomeranet.com.au

This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/trotobas%40mac.com

This email sent to [EMAIL PROTECTED]


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Coupling WO with Flex

2008-05-19 Thread Thierry Kramis

Hi All

We're presently looking at coupling a WO Backend with a Flex Frontend.  
We're trying to figure out what would be the most efficient way. I  
came up with some possible solutions and their pros and cons. What  
would you suggest to use?


(Please correct if I got anything wrong)


1) SOAP-WS
I don't like SOAP, gets your complexity to another level. I'd rather  
use REST for this, but this isn't built in to WO?


2) WOX
There is a system that uses GraniteDS for sending Data back and forth  
from WO to Flex. But at this time it's still in development and not  
documented.


3) XML
What could we use here, either XMLSerialization or having a component  
with xml content?



Could you help with any suggestions so we do get up to speed quickly?

Thanks for your help

Regards tk
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Webobjects, Flex and Sessions

2008-03-10 Thread Thierry Kramis
my understanding is, that you can access a direct action with out a  
session id. so basically if i work with session ids i would need to  
check if a session id is valid?


Am 10.03.2008 um 15:15 schrieb David LeBer:



Generating a session in the login DA is easy: Just call session();

To get its ID just call: session().sessionID();

If no session currently exists a new one will be generated.

Reusing the session is equally easy:

Append the sessionID to the url of the DA you are calling:

http://www.theapp.com/cgi-bin/WebObjects/wa/action?wosid=THESESSIONIDSTRING

The session will be restored automatically.

Alternately, if you embed the sessionID in some return


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Webobjects, Flex and Sessions

2008-03-10 Thread Thierry Kramis

Hi all

I'm completely new to using Webobjects with Direct Action. Earlier  
I've implemented custom actions. Now I would like to use Flex as  
frontend. I'd like to call direct actions in between the two to pass  
the data around instead of using soap.


My idea was to invoke a login action getting a session id back to flex  
which then is passed alongside every further request to use any other  
actions. As soon as that session expires the client app wouldn't be  
able to do further requests.


It's unclear to me how to realise such a behaviour.

Can anyone help?

Thanks.

Thierry

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Direct Actions in 5.4

2007-12-16 Thread Thierry Kramis

I did try lowercase. no luck on this.


Am 16.12.2007 um 14:16 schrieb Pascal Robert:


You have to respect the case, so it's /wa/welcome (lower case "w")


Hi all

I'm working on my first Direct Actions and on WO 5.4. I added an  
action welcomeAction() to DirectAction that returns a page Welcome  
(a component file).


When I call that action using url/wa/Welcome I get "Unable to find  
framework named "Welcome".


What am I missing here?

Regards Thierry




___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Direct Actions in 5.4

2007-12-16 Thread Thierry Kramis

Hi all

I'm working on my first Direct Actions and on WO 5.4. I added an  
action welcomeAction() to DirectAction that returns a page Welcome (a  
component file).


When I call that action using url/wa/Welcome I get "Unable to find  
framework named "Welcome".


What am I missing here?

Regards Thierry

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Starting new Wonder Application

2007-11-01 Thread Thierry Kramis

Hi all

I couldn't follow all your discussions lately, so pardon me if anyone  
asked the same question before.


I've downloaded newest Wonder & WOLips Builds and installed it on  
Leopard alongside WO 5.4. When I create a new Wonder application and  
run it without any modfications after creation I get:




Exception in thread "WorkerThread0"  
com.webobjects.foundation.NSForwardException  
[java.lang.NoSuchMethodError]  
com.webobjects.appserver.WOApplication.createRequest(Ljava/lang/ 
String;Ljava/lang/String;Ljava/lang/String;Lcom/webobjects/foundation/ 
NSDictionary;Lcom/webobjects/foundation/NSData;Lcom/webobjects/ 
foundation/NSDictionary;)Lcom/webobjects/appserver/ 
WORequest;:java.lang.NoSuchMethodError:  
com.webobjects.appserver.WOApplication.createRequest(Ljava/lang/ 
String;Ljava/lang/String;Ljava/lang/String;Lcom/webobjects/foundation/ 
NSDictionary;Lcom/webobjects/foundation/NSData;Lcom/webobjects/ 
foundation/NSDictionary;)Lcom/webobjects/appserver/WORequest;
	at  
com 
.webobjects 
.foundation 
.NSForwardException._runtimeExceptionForThrowable(NSForwardException


What is the problem here?

Regards Thierry ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Regarding Final Note

2007-10-30 Thread Thierry Kramis
There have been many mails on WO passing. First of all it didn't until  
now, and it won't for some time (at least that is what I think). But  
anyway. With the introduction of Webobject 5.4 and Leopard we've seen  
two things:


1. Java isn't top priority anymore (look at Java 6 not being there...).
2. Therefore also Webobjects can't be.

They didn't even manage to launch a new webobjects homepage  
synchronized with the release of Leopard and in Server Features it  
isn't leasted under the key technologie section. And to be honest, the  
progress they made since 5.3 in my view is a little dissapointing  
altough going in the right direction. They now mainly rely on help  
from the superbe wonder community for tools and anything. But in the  
end their pushing other technologies in place...


Regards Thierry



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Status of informations

2007-09-12 Thread Thierry Kramis

Hi all

Some time ago Apple obviously showed news regarding webobjects to  
attendees of the WWDC. Since then we're waiting in our company to  
here something on those news from Apple, because the attendees  
couldn't say anything because of agreements signed with Apple. Has  
anybody a clue in what timeframe Apple is going to publish these  
informations?


Thanks
Thierry

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: [Wonder-disc] AjaxModalContainer not submitting

2007-06-16 Thread Thierry Kramis

I will again look at this today... getting back to the list soon.

Am 16.06.2007 um 10:31 schrieb Jean Pierre Malrieu:

-- 
---

This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/ 
___

Wonder-disc mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wonder-disc



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: RSA for WO

2007-06-15 Thread Thierry Kramis
so regardeless what radius authentication server we use we can pick  
jradius?


Am 15.06.2007 um 22:56 schrieb Tore Halset:


Hello.

A couple of years ago I had to create an ugly jini binding to the  
securid c-library. Later we switched to Vasco and connect to the  
authentication server using jradius.


Regards,
 - Tore.

On Jun 13, 2007, at 16:28, Thierry Kramis wrote:


Have to clarify this: RAS SecurID...

Am 13.06.2007 um 16:22 schrieb Thierry Kramis:

Has anyone of you already implemented RSA to authenticate the  
user of his webobjects app?


tk


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist% 
40seabix.com


This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/halset% 
40pvv.ntnu.no


This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist% 
40seabix.com


This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


AjaxGrid

2007-06-15 Thread Thierry Kramis
I was just lookin into ajax grid example. We've built something  
similiar, apart from some differences. But what we didn't get our row  
selection to be ajax capable. Who would we do this? Presently we are  
working with checkboxes. but selection a checkbox results in a normal  
action > page refresh. how can we do this the ajax way? is there  
something like a an AjaxCheckbox?


apart from that we implemented search capabilities in our navbar.  
what would be the most efficient way to do searches over multiple  
attributes?


say: doing search for string in surname and firstname field?

thanks
tk

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Public "Thank you" to Apple and Mr. Pierre Frisch

2007-06-14 Thread Thierry Kramis

I hope a public statement follows shortly?!

Am 15.06.2007 um 03:23 schrieb Miguel Arroz:


Hi!

  That's why I hate to thank people... I always forget someone! :P

  Obviously, THANK YOU to all the presenters, and to the leaders  
and coders of WOnder, WOLips, and all the open source stuff we use  
everyday that gets our work done in a quick and intelligent way.  
This includes Anjo, Mike, Chuck, and probably a ton of people I'm  
forgetting right now.


  Thank you guys!

  Yours

Miguel Arroz


On 2007/06/14, at 18:09, Miguel Arroz wrote:


Hi!

  I'm sometimes very critic in relation to Apple's actions (or  
lack of them) in several fields, specially related to WO.


  But, when you criticize, you should also recognize when Apple  
does the right thing. And that's what I want to do here.


  I want to write a big, huge, THANK YOU to Mr. Pierre Frisch and  
the Apple team, by all the work they are doing, and by the amazing  
sessions on WWDC, including the special "woodstock" session on  
tuesday night. Obviously I can't write here all the news we heard  
so far, due to the evil NDAs, but I got really excited about what  
was shown by the Apple folks, and I'm very happy that I choose to  
enter the WO world a few years ago. The future does not only look  
stable (as in WO won't die!) but looks *really* interesting and  
exciting!


  Again, thank you for the great time, and see you shortly on the  
SF bash, or tomorrow on the feedback session! :)


  Yours

Miguel Arroz


Miguel Arroz
http://www.terminalapp.net
http://www.ipragma.com



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/arroz% 
40guiamac.com


This email sent to [EMAIL PROTECTED]


Miguel Arroz
http://www.terminalapp.net
http://www.ipragma.com



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist% 
40seabix.com


This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Getting Started With WO site

2007-06-14 Thread Thierry Kramis

Hi there

I was thinking about this as well for some time now. Because for  
newcomers it's pretty hard to find a way around... The core of this  
is the easy of use I think. If people like the site and can easily  
contribute it will be a success. Otherwise it'll fail. I'd be glad to  
contribute a domain name and our webobjects based cms for the  
community to get started with this project. > what would be better  
than creating a webobjects site with a webobjects application :-)


But I couldn't do this alone. so is there interest in such a project  
or not? what domain name could you imagine? don't think you can use  
webobjects within the domain name for legal issues?


let me know if anyone is interested...

Am 14.06.2007 um 08:29 schrieb David LeBer:


Hey all,

For those of you who are not attending WWDC, there has been a  
lively discussion about many things WO. Motivated by this I whipped  
together a WO Getting Started page gettingstartedwithwo.codeferous.com/> and I'd like to get your  
feedback.


This is just a baby step, but please let me know if you think I'm  
heading in the right direction.


This the first of what I hope will be a trio of sites:

I would like to create a general WO news blog (with multiple core  
contributers) so there is a central clearing house for news of  
interest to the WO community (new features in Wonder or WOLips,  
announcements from Apple, significant additions to the wikkibook,  
good blog posts, etc).


I would also like to create a tutorial blog where short clear  
graphical task-oriented tutorials could be posted - I have some  
ideas of how I'd want these tutorials to be presented, but I still  
have to work out the style guidelines (I'm thinking: short on text,  
long on screenshots or maybe screencasts).


I approach this with some trepidation - because someone seems to  
try and do something like this once a year - but my goal is to  
present unified (a dare I say) inviting front to new developers to  
the WebObjects platform. We have a ton of outstanding material in  
the various wikis and lists, and I have no interest in replacing  
that, but I'd like to give new users a way to find and make sense  
of what is there.


Again, feedback (and offers of assistance) is welcome and appreciated.

--
;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist% 
40seabix.com


This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: [Wonder-disc] TinyMCE (Again!)

2007-06-13 Thread Thierry Kramis
After several hours of frustration with tiny mce I've downloaded  
FCKEditor from their homepage after I've seen that you can enable  
Safari and Opera for working with the editor.


Setting it up results in two conclusions:

1. It works with alle latest browsers including Safari and Opera 9.2
2. IT JUST WORKS. Even with Ajax!

It integrates much smoother then tiny mce ever did, so anyone who  
wants to have wysiwyg editing in webobjects: GET FCKEDITOR!


Cheers
tk

Am 13.06.2007 um 09:18 schrieb Jean Pierre Malrieu:

There is a WO framework called LARichTextBox (I think) which  
contains a WO wrapper for FCKEditor.

I can't find it on the web right now, though.
I think Jean François Veillette wrote it, but I am not sure.
It works fine with most browsers, but not with safari. : (

JPM

Le 13 juin 07 à 00:14, Thierry Kramis a écrit :


Hi

I opened a thread a few weeks ago concerning TinyMCE Implementation
with AjaxUpdateContainer. My first problem was that it didn't add the
toolbars to the textarea. I solved this then. But now we're again
struggeling:

The toolbars get added. But it isn't really possible to save the text
you write within the textarea.

has anyone a working implementation on this? Any other help would be
appreciated as well.

tk

PS: If anyone knows another way to get wysiwyg editing for webobjects
(any way) please let us know. We desparetly need a working solution
there...

Thanks.


- 


This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wonder-disc mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wonder-disc






___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: RSA for WO

2007-06-13 Thread Thierry Kramis

That would be great if we could use your framework!


Am 13.06.2007 um 20:24 schrieb Henrique Prange:


Hi Thierry,

Take a look at JPAM framework [1]. It seems to have support for RSA  
SecurID and it is JAAS-compliant. We have a framework to use JAAS  
with WebObjects for authentication. It is not completely finished,  
but if you want, we can share the code with you.


[1] http://jpam.sourceforge.net/index.html

Cheers,

Henrique

Thierry Kramis wrote:

Have to clarify this: RAS SecurID...
Am 13.06.2007 um 16:22 schrieb Thierry Kramis:
Has anyone of you already implemented RSA to authenticate the  
user of his webobjects app?


tk


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist% 
40seabix.com


This email sent to [EMAIL PROTECTED]

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/hprange% 
40gmail.com

This email sent to [EMAIL PROTECTED]


--

\o/ Henrique Prange, Moleque de Idéias Educação e Tecnologia Ltda
 |  Phone: 55-21-2710-0178 E-mail: [EMAIL PROTECTED]
/ \ http://www.moleque.com.br



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: RSA for WO

2007-06-13 Thread Thierry Kramis

Have to clarify this: RAS SecurID...

Am 13.06.2007 um 16:22 schrieb Thierry Kramis:

Has anyone of you already implemented RSA to authenticate the user  
of his webobjects app?


tk


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mailinglist% 
40seabix.com


This email sent to [EMAIL PROTECTED]



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


RSA for WO

2007-06-13 Thread Thierry Kramis
Has anyone of you already implemented RSA to authenticate the user of  
his webobjects app?


tk


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Scaffolding in WO

2007-06-12 Thread Thierry Kramis

Where would I find those videos?

Am 12.06.2007 um 22:04 schrieb Miguel Arroz:


Hi!

  Yes! You can see that in WOWODC Videos (is that one has  
survived...)! :/


  Yours

Miguel Arroz

On 2007/06/12, at 12:46, Thierry Kramis wrote:

Right. I've never actually used this I have to admit. But you can  
also fully customize interface there, etc...?


Am 12.06.2007 um 20:56 schrieb Guido Neitzer:


On 12.06.2007, at 11:46, Thierry Kramis wrote:

Has anyone of you thought of implementing scaffolding (see ruby  
on rails) into webobjects.


Why should one do this when there is a much more powerful way of  
having the application create a dynamic page? Use DirectToWeb for  
that and you'll never look at scaffolding again ...


cug



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/arroz% 
40guiamac.com


This email sent to [EMAIL PROTECTED]


Miguel Arroz
http://www.terminalapp.net
http://www.ipragma.com






___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Scaffolding in WO

2007-06-12 Thread Thierry Kramis
Right. I've never actually used this I have to admit. But you can  
also fully customize interface there, etc...?


Am 12.06.2007 um 20:56 schrieb Guido Neitzer:


On 12.06.2007, at 11:46, Thierry Kramis wrote:

Has anyone of you thought of implementing scaffolding (see ruby on  
rails) into webobjects.


Why should one do this when there is a much more powerful way of  
having the application create a dynamic page? Use DirectToWeb for  
that and you'll never look at scaffolding again ...


cug



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Forming packages

2007-06-12 Thread Thierry Kramis
How can I make packages within my src folder in eclipse? As soon as I  
make package Webobjects doesn't really find the class anymore (which  
makes sense in a way). But how to do this?



___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Scaffolding in WO

2007-06-12 Thread Thierry Kramis
Has anyone of you thought of implementing scaffolding (see ruby on  
rails) into webobjects. I started on this and I don't think it's to  
difficult but I don't really have the time to to it all way right  
now. So I was wondering if anybody already has a solution...


or do you think this is nonsense?

tk


___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: News from Webobjecs sessions

2007-06-12 Thread Thierry Kramis
Agree to that. Wouldn't be a big concern for apple to let users whats  
going on. I think there's also an informal session that can't be  
covered by any agreement.



Am 12.06.2007 um 15:14 schrieb James Cicenia:


Can we at least get a nugget like..

things are happening?
same as it always is.. nothing new.. just opensource.

thanks

- j -


On Jun 12, 2007, at 4:01 AM, Christian Brunschen wrote:



On Jun 12, 2007, at 8:12 AM, Thierry Kramis wrote:

Can anyone that attends those Webobjects Session @ WWDC please  
post any news or comments on Webobjects or give a short review on  
those sessions?


While I'm not at WWDC, I can already predict that the answer will  
be 'no', for the simple reason that all sessions and other  
information passed out at WWDC, with the exception of the  
stevenote, are covered by an NDA.



Thanks.


Sorry,

// Christian Brunschen

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/james% 
40jimijon.com


This email sent to [EMAIL PROTECTED]





___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: News from Webobjecs sessions

2007-06-12 Thread Thierry Kramis

I didnt know that :-)

Am 12.06.2007 um 11:01 schrieb Christian Brunschen:



On Jun 12, 2007, at 8:12 AM, Thierry Kramis wrote:

Can anyone that attends those Webobjects Session @ WWDC please  
post any news or comments on Webobjects or give a short review on  
those sessions?


While I'm not at WWDC, I can already predict that the answer will  
be 'no', for the simple reason that all sessions and other  
information passed out at WWDC, with the exception of the  
stevenote, are covered by an NDA.



Thanks.


Sorry,

// Christian Brunschen




___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


News from Webobjecs sessions

2007-06-12 Thread Thierry Kramis
Can anyone that attends those Webobjects Session @ WWDC please post  
any news or comments on Webobjects or give a short review on those  
sessions?


Thanks.

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: Force quit without monitor

2007-06-11 Thread Thierry Kramis
Thanks all for replaying to this thread. I didn't have time to do this up to
know because we were involved in an other urgent matter. I'll check this
script out...


Am 8.5.2007 23:26 Uhr schrieb "Lachlan Deck" unter <[EMAIL PROTECTED]>:

> Hi there,
> 
> On 05/05/2007, at 3:29 AM, Thierry Kramis wrote:
> 
>> Is it possible to force an application instance to quit without using
>> monitor.
>> 
>> We wan't to give customers a possibility to restart their instances
>> without
>> giving them access to monitor (where other applications are also
>> posted).
> 
> Just noticed this if it's of any use: "Automatically starting and
> stopping application instances without using Monitor"
> http://developer.apple.com/qa/qa2001/qa1064.html
> 
> with regards,
> --
> 
> Lachlan Deck
> 
> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


FW: Creating EOModel and new databases dynamically

2007-06-10 Thread Thierry Kramis

Don't know if this is the way to go because I wanted to preserve my database
independency...


Am 10.6.2007 3:37 Uhr schrieb "jerry porter" unter <[EMAIL PROTECTED]>:

> Check this url out.
> http://www.stepwise.com/Articles/2005/DBChanges/index.html
> 
> I use this exclusively in my apps.
> 
> --- Ken Anderson <[EMAIL PROTECTED]> wrote:
> 
>> Thierry,
>> 
>> Is there a way to do this through meta-data style definitions?  In
>> the past, when I've wanted to do this, I've found it easiest to build
>> generic style tables (like fieldName, value) and use additional pre-
>> defined tables to define the customer's data.
>> 
>> If they don't need to query the database directly or use a report
>> writer (and meta-data style tables would require more joins, etc),
>> this might be a nice solution.  What you're asking to do is possible,
>> but certainly more work...
>> 
>> Ken
>> 
>> On Jun 9, 2007, at 5:46 PM, Thierry Kramis wrote:
>> 
>>> Hi
>>> 
>>> I need to give a customer the possibility to create it's database
>>> within our
>>> existing Webobjects application. So the base application stands
>>> with it's
>>> first eomodel. The customer should now be able to login and then
>>> define the
>>> tables and the attributes dynamically in a second separate eomodel
>>> himself.
>>> All our existing app would do is to create the eomodel that he
>>> defined and
>>> then write this to the database so that the customer can work with
>>> that
>>> second database and adapt it to his needs.
>>> 
>>> Is there any way to do this and could anyone help on explaining how
>>> to do
>>> this with Webobjects?
>>> 
>>> Thanks.
>>> 
>>> tk
>>> 
>>> 
>>>  ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/kenlists%
>>> 40anderhome.com
>>> 
>>> This email sent to [EMAIL PROTECTED]
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/jep9816%40yahoo.com
>> 
>> This email sent to [EMAIL PROTECTED]
>> 
> 
> 
>  Being human is the strangest thing I have ever done.
> 
> Jerry Porter
> IT Distribution MS 34-202
> Lincoln Financial Group
> One Commerce Square
> 2005 Market Street
> Philadelphia, PA 19103
> (215) 255-7031
> 
> 
>
> __
> __
> Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for
> today's economy) at Yahoo! Games.
> http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow

-- Ende der weitergeleiteten Nachricht


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


FW: Creating EOModel and new databases dynamically

2007-06-10 Thread Thierry Kramis



Am 9.6.2007 23:53 Uhr schrieb "Ken Anderson" unter <[EMAIL PROTECTED]>:

> Thierry,
> 
> Is there a way to do this through meta-data style definitions?  In
> the past, when I've wanted to do this, I've found it easiest to build
> generic style tables (like fieldName, value) and use additional pre-
> defined tables to define the customer's data.
> 
> If they don't need to query the database directly or use a report
> writer (and meta-data style tables would require more joins, etc),
They might need to do tis.

> this might be a nice solution.  What you're asking to do is possible,
> but certainly more work...
How would I realize this then?

> 
> Ken
> 
> On Jun 9, 2007, at 5:46 PM, Thierry Kramis wrote:
> 
>> Hi
>> 
>> I need to give a customer the possibility to create it's database
>> within our
>> existing Webobjects application. So the base application stands
>> with it's
>> first eomodel. The customer should now be able to login and then
>> define the
>> tables and the attributes dynamically in a second separate eomodel
>> himself.
>> All our existing app would do is to create the eomodel that he
>> defined and
>> then write this to the database so that the customer can work with
>> that
>> second database and adapt it to his needs.
>> 
>> Is there any way to do this and could anyone help on explaining how
>> to do
>> this with Webobjects?
>> 
>> Thanks.
>> 
>> tk
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/kenlists%
>> 40anderhome.com
>> 
>> This email sent to [EMAIL PROTECTED]
> 

-- Ende der weitergeleiteten Nachricht


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Creating EOModel and new databases dynamically

2007-06-09 Thread Thierry Kramis
Hi

I need to give a customer the possibility to create it's database within our
existing Webobjects application. So the base application stands with it's
first eomodel. The customer should now be able to login and then define the
tables and the attributes dynamically in a second separate eomodel himself.
All our existing app would do is to create the eomodel that he defined and
then write this to the database so that the customer can work with that
second database and adapt it to his needs.

Is there any way to do this and could anyone help on explaining how to do
this with Webobjects?

Thanks.

tk


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Force quit without monitor

2007-05-04 Thread Thierry Kramis
Is it possible to force an application instance to quit without using
monitor.

We wan't to give customers a possibility to restart their instances without
giving them access to monitor (where other applications are also posted).

Any ideas?


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: WOSwitchComponent Problem

2007-03-06 Thread Thierry Kramis
Not really. I have not just two components, but many more.

Actually the problem is, that WebObjects seems to hold objects somewhere in
memory and then get's them back when I open the window again... Somehow.


Am 6.3.2007 20:30 Uhr schrieb "Andrew Lindesay" unter <[EMAIL PROTECTED]>:

> Hello Thierry;
> 
> Are you not able to use the same component (in or out of a
> WOSwitchComponent) twice on the page with two separate sets of
> bindings which define the data for the two different circumstances?
> 
> cheers.
> 
> 
>> I would like to create a solution that makes me able to have multiple
>> windows in a webobjects application (windows realised with YUI).
>> Now the
>> content of each windows is created from an existing WOComponent-
>> File. Up to
>> now I'm realizing this with a WOSwitchComponent. The problem of
>> that is as
>> follows:
>> 
>> My WOComponent are initialized on the base of a state. This means
>> that the
>> same component displays something different at startup depending on
>> that
>> state.
>> 
>> Now let's say I'm opening a window with a component x and state a. The
>> second window I'd like to open should be  component x and state b.
>> 
>> This doesn't work as WOSwitchcomponent doesn't refresh it's content
>> if the
>> components are the same. I'm then getting the view from window 1.
>> 
>> How can this be solved?
> 
> ___
> Andrew Lindesay
> www.lindesay.co.nz
> 
> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


WOSwitchComponent Problem

2007-03-06 Thread Thierry Kramis
Hi there

I would like to create a solution that makes me able to have multiple
windows in a webobjects application (windows realised with YUI). Now the
content of each windows is created from an existing WOComponent-File. Up to
now I'm realizing this with a WOSwitchComponent. The problem of that is as
follows:

My WOComponent are initialized on the base of a state. This means that the
same component displays something different at startup depending on that
state.

Now let's say I'm opening a window with a component x and state a. The
second window I'd like to open should be  component x and state b.

This doesn't work as WOSwitchcomponent doesn't refresh it's content if the
components are the same. I'm then getting the view from window 1.

How can this be solved?

Thanks. 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


AJAXUpdateContainer

2007-02-01 Thread Thierry Kramis
Uff. That component is really a challenge.

Following situation. I implemented a website that has a menu (realized with
YUI Menu library) and a content section. I wrapped the content section with
an AjaxUpdateContainer. Now: when I'm clicking on a menuitem (an
AjaxUpdateLink) I would expect the UpdateContainer to refresh without
anything else that would happen.

Fact is it somehow the Update takes my menusection and dupplicates that
section below the old section. I have no idea why this would happen as the
menusection isn't wrapped in the AJaxUpdateContainer

Anyone can help?


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: WebPDFReport

2007-01-31 Thread Thierry Kramis
Depending on what exactly your goal is you might look at these:

1. Apache FOP ( http://xmlgraphics.apache.org/fop/)
2. iText ( http://www.lowagie.com/iText/)
3. jFreeReport (http://www.jfree.org)

We're using FOP to create PDF's but are struggling with direct HTML to PDF
conversion.



Am 31.1.2007 18:43 Uhr schrieb "Gino Pacitti" unter <[EMAIL PROTECTED]>:

> Does anyone know if these guys are still in business.
> 
> http://www.secondmove.com/
> 
> They produced the WebPDFReport Framework
> 
> I bought the Framework but cant get any answer on the phone number
> and there is not reply by email
> 
> Anyone have any good suggestions on a Framework to create PDF for WO
> 
> Gino
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/mailinglist%40seabix.com
> 
> This email sent to [EMAIL PROTECTED]


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: Webobjects-dev Digest, Vol 4, Issue 62

2007-01-30 Thread Thierry Kramis
Yeah. One Award for Excellence more.
But on the serious part:
Yeah, it is really difficult to describe. Firefox just looses the corners.
Safari messes the borders up all over the place (not alway though). So I'm
kind of stuck here with my work. Replacing that component with something
that works better, wouldn't be the badest idea. Is there any timeframe for
this replacement?

Anyway, thanks again for the help, I appreciate it very much.

tk


Am 30.1.2007 19:39 Uhr schrieb "[EMAIL PROTECTED]"
unter <[EMAIL PROTECTED]>:

> Date: Tue, 30 Jan 2007 10:17:06 -0500
> From: Mike Schrag <[EMAIL PROTECTED]>
> Subject: Re: Interference between AjaxRoundCorner and
> AjaxUpdateContainer
> To: WebObjects Dev 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
> 
> "gets messed up" wins the Award for Excellence in the Field of Vagary :)
> 
> But yes, either way it's messing up, I can believe ... If the corners
> are disappearing, I can kind of see that it might be because the
> elements that it was attached to are now replaced with new elements.
> If you're getting double roundedness, you might have the
> AjaxRoundCorners INSIDE the update and it might be double applying.
> AjaxRoundCorners really sucks.  It's based on rico's round corners
> api.  I am most likely going to switch it to niftycube instead, which
> seems to just be better all around.
> 
> ms
> 
> On Jan 30, 2007, at 3:53 AM, Thierry Kramis wrote:
> 
>> Is it normal, that when the AjaxUpdateContainer refreshes (Project
>> Wonder),
>> the included AjaxRoundCorner gets messed up (displaying all over
>> the site)?
>> 
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%
>> 40mdimension.com
>> 
>> This email sent to [EMAIL PROTECTED]
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Interference between AjaxRoundCorner and AjaxUpdateContainer

2007-01-30 Thread Thierry Kramis
Is it normal, that when the AjaxUpdateContainer refreshes (Project Wonder),
the included AjaxRoundCorner gets messed up (displaying all over the site)?



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


AjaxSubmitButton behaving differently on DeploymentServer

2007-01-28 Thread Thierry Kramis
I'm having the following problem:

An AjaxSubmitButton works perfectly on the dev machine. Loading it up to
deployment means that this button refuses to work. It wouldn't take any
action anymore when clicking on it.

Thought of Frameworkproblems, but I'm having the latest Frameworks on both
machines.

Any ideas?


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


AjaxUpdateContainer to block other user input

2007-01-25 Thread Thierry Kramis
Has anyone realized a dialog with AjaxUpdateContainer from the Wonder
Framework that actually displays the dialog and a half transparent
background over everything elese that doesn't allow any user input appart
from that in the dialog?




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


WOLips-Tools - Exclude as Resource

2007-01-25 Thread Thierry Kramis
There is a serious problem with excluding resources with the WOLips tools.
Excluding a resource will destroy all your settings not just the one for the
specific resource.

Did anyone experience this as well?



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: Including Libraries in .woa

2007-01-25 Thread Thierry Kramis
Changed my build.xml file according your informations.

Other thing: don't put your jar files in libraries>subfolder. That wouldn't
work.

Thanks.


Am 25.1.2007 11:53 Uhr schrieb "Lachlan Deck" unter
<[EMAIL PROTECTED]>:

> Hi there,
> 
> On 25/01/2007, at 7:29 PM, Thierry Kramis wrote:
> 
>> We're having some problems to include libraries into our build under
>> WOLIPS/Eclipse:
>> 
>> 1. we imported the libraries into a subfolder of our project
> 
> Which one?
> 
>> 2. We added them to the eclipse build path.
> 
> Helpful for code-completion.
> 
>> 3. on the dev machine everything works well
>> 4. we can't deploy the application because the woa file doesn't
>> include the
>> third party jars.
>> 
>> How can we force wolips to put these jars into the build, so that
>> their
>> available to the application on the deployment server?
> 
> Simple. Change the name of #1 to the same name mentioned in the ant
> build file or vice versa.
> 
> Mine looks like the following:
> 
> 
> 
> 
> ...
> 
> 
> 
> 
> 
> 
> 
> Standard name would be "lib" for example...
> 
> with regards,
> --
> 
> Lachlan Deck
> 
> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: ERX MARKER/Fix Classpath

2007-01-25 Thread Thierry Kramis
Allright.

In Eclipse you need to fix this in your build.xml File where the appropriate
order must be set.

Thanks.


Am 25.1.2007 14:36 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>:

> hi
> 
> the file ".classpath" is located in the project folder. because of the
> point it may not be visible in the finder  and you have to use the
> terminal (ls -all, vi .classpath or similar) or find it via spotlight
> works too.
> 
> best regards,
> oliver
> 
> On 1/25/07, Thierry Kramis <[EMAIL PROTECTED]> wrote:
>> Allright
>> 
>> If I manually change ther order of the entries in the Files
>> MacOSXServerClassPath.txt and MacOSXServer.txt the application starts
>> smoothly.
>> 
>> Where would I find that .classpath file you mean?
>> 
>> Am 23.1.2007 18:08 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>:
>> 
>>> Hi
>>> 
>>> I had the same problem a few days ago. I don't know on which system
>>> you are deploying
>>> but check the classpath txt files under your deployed project:
>>> 
>>> eg Mac OS Server: xxx.woa\Contents\MacOS\MacOSXServerClassPath.txt
>>> 
>>> verify that in this file
>>> WOROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions
>>> .j
>>> ar
>>> comes as first position in the listing. If not you have to check what
>>> switched the order:
>>> 
>>> - Are you working in eclipse? if yes, check that .classpath has the
>>> right ordering of frameworks (>> 
path="org.objectstyle.wolips.WO_CLASSPATH/ERExtensions/ERJars/ERJavaMail>>>
)
>>> - Are you using a seperate ant taks for deploying? In my case I forgot
>>> to upgrade the build system with the newest woproject.jar and the
>>> classpath order was not generated correctly.
>>> 
>>> hope that helps
>>> oliver
>>> 
>>> 
>>> On 1/23/07, Thierry Kramis <[EMAIL PROTECTED]> wrote:
>>>> Hi there
>>>> 
>>>> When installing the latest Wonder Frameworks I'm getting an error message
>>>> concerning ERX MARKER. I haven't got the exact error message here but It
>>>> kind of sounds like: error in your classpath load er.extensions before java
>>>> extensions.
>>>> 
>>>> How to fix this?
>>>> 
>>>> PS: Also said that on my dev machine all runs well, but on the deployment
>>>> server this error occurs.
>>>> 
>>>> Thanks.
>>>> 
>>>> 
>>>>  ___
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> 
>> http://lists.apple.com/mailman/options/webobjects-dev/oliver.egger%40gmail.co
>> >>
>> m
>>>> 
>>>> This email sent to [EMAIL PROTECTED]
>>>> 
>>> 
>> 
>> 
>> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: ERX MARKER/Fix Classpath

2007-01-25 Thread Thierry Kramis
Needless to say that I didn't found a file called .classpath within the
project directory :-)

No really, there isn't any file in that folder and I used the terminal.

Any idea?


Am 25.1.2007 14:36 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>:

> hi
> 
> the file ".classpath" is located in the project folder. because of the
> point it may not be visible in the finder  and you have to use the
> terminal (ls -all, vi .classpath or similar) or find it via spotlight
> works too.
> 
> best regards,
> oliver
> 
> On 1/25/07, Thierry Kramis <[EMAIL PROTECTED]> wrote:
>> Allright
>> 
>> If I manually change ther order of the entries in the Files
>> MacOSXServerClassPath.txt and MacOSXServer.txt the application starts
>> smoothly.
>> 
>> Where would I find that .classpath file you mean?
>> 
>> Am 23.1.2007 18:08 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>:
>> 
>>> Hi
>>> 
>>> I had the same problem a few days ago. I don't know on which system
>>> you are deploying
>>> but check the classpath txt files under your deployed project:
>>> 
>>> eg Mac OS Server: xxx.woa\Contents\MacOS\MacOSXServerClassPath.txt
>>> 
>>> verify that in this file
>>> WOROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions
>>> .j
>>> ar
>>> comes as first position in the listing. If not you have to check what
>>> switched the order:
>>> 
>>> - Are you working in eclipse? if yes, check that .classpath has the
>>> right ordering of frameworks (>> 
path="org.objectstyle.wolips.WO_CLASSPATH/ERExtensions/ERJars/ERJavaMail>>>
)
>>> - Are you using a seperate ant taks for deploying? In my case I forgot
>>> to upgrade the build system with the newest woproject.jar and the
>>> classpath order was not generated correctly.
>>> 
>>> hope that helps
>>> oliver
>>> 
>>> 
>>> On 1/23/07, Thierry Kramis <[EMAIL PROTECTED]> wrote:
>>>> Hi there
>>>> 
>>>> When installing the latest Wonder Frameworks I'm getting an error message
>>>> concerning ERX MARKER. I haven't got the exact error message here but It
>>>> kind of sounds like: error in your classpath load er.extensions before java
>>>> extensions.
>>>> 
>>>> How to fix this?
>>>> 
>>>> PS: Also said that on my dev machine all runs well, but on the deployment
>>>> server this error occurs.
>>>> 
>>>> Thanks.
>>>> 
>>>> 
>>>>  ___
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> 
>> http://lists.apple.com/mailman/options/webobjects-dev/oliver.egger%40gmail.co
>> >>
>> m
>>>> 
>>>> This email sent to [EMAIL PROTECTED]
>>>> 
>>> 
>> 
>> 
>> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Including Libraries in .woa

2007-01-25 Thread Thierry Kramis
Hi
We're having some problems to include libraries into our build under
WOLIPS/Eclipse:

1. we imported the libraries into a subfolder of our project
2. We added them to the eclipse build path.
3. on the dev machine everything works well
4. we can't deploy the application because the woa file doesn't include the
third party jars.

How can we force wolips to put these jars into the build, so that their
available to the application on the deployment server?

Thanks.


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: ERX MARKER/Fix Classpath

2007-01-25 Thread Thierry Kramis
Allright

If I manually change ther order of the entries in the Files
MacOSXServerClassPath.txt and MacOSXServer.txt the application starts
smoothly.

Where would I find that .classpath file you mean?

Am 23.1.2007 18:08 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>:

> Hi
> 
> I had the same problem a few days ago. I don't know on which system
> you are deploying
> but check the classpath txt files under your deployed project:
> 
> eg Mac OS Server: xxx.woa\Contents\MacOS\MacOSXServerClassPath.txt
> 
> verify that in this file
> WOROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.j
> ar
> comes as first position in the listing. If not you have to check what
> switched the order:
> 
> - Are you working in eclipse? if yes, check that .classpath has the
> right ordering of frameworks ( path="org.objectstyle.wolips.WO_CLASSPATH/ERExtensions/ERJars/ERJavaMail)
> - Are you using a seperate ant taks for deploying? In my case I forgot
> to upgrade the build system with the newest woproject.jar and the
> classpath order was not generated correctly.
> 
> hope that helps
> oliver
> 
> 
> On 1/23/07, Thierry Kramis <[EMAIL PROTECTED]> wrote:
>> Hi there
>> 
>> When installing the latest Wonder Frameworks I'm getting an error message
>> concerning ERX MARKER. I haven't got the exact error message here but It
>> kind of sounds like: error in your classpath load er.extensions before java
>> extensions.
>> 
>> How to fix this?
>> 
>> PS: Also said that on my dev machine all runs well, but on the deployment
>> server this error occurs.
>> 
>> Thanks.
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> 
http://lists.apple.com/mailman/options/webobjects-dev/oliver.egger%40gmail.co>>
m
>> 
>> This email sent to [EMAIL PROTECTED]
>> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


WOActionURL and AJAX

2007-01-23 Thread Thierry Kramis
Is there any way to use WOActionURL with the Project Wonder AJAX Framework
so that you only might reload an AJAXUpdateContainer with that link? We
actually make heavy use of this component and can't replace it with let's
say a hyperlink or so.

Any suggestions?


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


Re: ERX MARKER/Fix Classpath

2007-01-23 Thread Thierry Kramis
Deploymentsystem is Mac OS X 10.4.8 and we are developping on WOLips. That
said we will try to actually use your suggestions. We'll keep you posted on
the progress.

Thanks.


Am 23.1.2007 18:08 Uhr schrieb "Oliver Egger" unter <[EMAIL PROTECTED]>:

> Hi
> 
> I had the same problem a few days ago. I don't know on which system
> you are deploying
> but check the classpath txt files under your deployed project:
> 
> eg Mac OS Server: xxx.woa\Contents\MacOS\MacOSXServerClassPath.txt
> 
> verify that in this file
> WOROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.j
> ar
> comes as first position in the listing. If not you have to check what
> switched the order:
> 
> - Are you working in eclipse? if yes, check that .classpath has the
> right ordering of frameworks ( path="org.objectstyle.wolips.WO_CLASSPATH/ERExtensions/ERJars/ERJavaMail)
> - Are you using a seperate ant taks for deploying? In my case I forgot
> to upgrade the build system with the newest woproject.jar and the
> classpath order was not generated correctly.
> 
> hope that helps
> oliver
> 
> 
> On 1/23/07, Thierry Kramis <[EMAIL PROTECTED]> wrote:
>> Hi there
>> 
>> When installing the latest Wonder Frameworks I'm getting an error message
>> concerning ERX MARKER. I haven't got the exact error message here but It
>> kind of sounds like: error in your classpath load er.extensions before java
>> extensions.
>> 
>> How to fix this?
>> 
>> PS: Also said that on my dev machine all runs well, but on the deployment
>> server this error occurs.
>> 
>> Thanks.
>> 
>> 
>>  ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> 
http://lists.apple.com/mailman/options/webobjects-dev/oliver.egger%40gmail.co>>
m
>> 
>> This email sent to [EMAIL PROTECTED]
>> 
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com


ERX MARKER/Fix Classpath

2007-01-23 Thread Thierry Kramis
Hi there

When installing the latest Wonder Frameworks I'm getting an error message
concerning ERX MARKER. I haven't got the exact error message here but It
kind of sounds like: error in your classpath load er.extensions before java
extensions.

How to fix this?

PS: Also said that on my dev machine all runs well, but on the deployment
server this error occurs.

Thanks.


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com