Re: Expired GPG-Key for Debian or Ubuntu deployment installation

2015-09-12 Thread Bastian Triller
I extended the key. Please execute $ wget -qO- http://packages.wocommunity.org/ubuntu/signature.gpg | sudo apt-key add - to re-add the new key. On Thu, 2015-04-23 at 12:55 +0200, Dennis Bliefernicht wrote: > Hi everyone, > > > On 13 Feb 2015, at 17:27, CHRISTOPH WICK | i4innovation GmbH, Bonn > >

Re: eclipse 4.4 server IP

2014-08-19 Thread Bastian Triller
Try setting the adaptor url with your hostname (like Teds-macbook) and add that hostname to the 127.0.0.1 localhost line in your /etc/hosts. Your application will then be available to you via 127.0.0.1 and through the dhcp address to everyone on your local network (assuming the dhcp server updates

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-28 Thread Bastian Triller
: 8e02e63398073c15535b21fd3b6a7667 Reverse Depends: Dependencies: 6.1.1~git20140506.a5ffd1f-1 - libc6 (2 2.15) Provides: 6.1.1~git20140506.a5ffd1f-1 - Reverse Provides: On 28 May 2014, at 6:12, Bastian Triller bastian.tril...@gmail.com wrote: the default wotaskd and javamonitor

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-27 Thread Bastian Triller
I forgot to include the webobjects package as well. It would be nice, if you can test again. On Mon, 2014-05-26 at 11:51 +0200, CHRISTOPH WICK | i4innovation GmbH, Bonn wrote: Hi Bastian, thanks for updating the Ubuntu/Debian installer. Unfortunately, it doesn't work for me. I

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-27 Thread Bastian Triller
ago). If so, can it be updated also? Thx again for the installer. Great to work with this community. C.U.CW -- What are the three enemies of a programmer? Sunlight, oxygen, and the appalling roar of the birds. On 27.05.2014, at 15:15, Bastian Triller bastian.tril...@gmail.com wrote: I

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-24 Thread Bastian Triller
I uploaded the package for trusty/amd64 today. On Tue, 2014-05-20 at 11:12 +0200, CHRISTOPH WICK | i4innovation GmbH, Bonn wrote: Hi Bastian, are there any news about the webobjects installer for Ubuntu 14 LTS (Trusty Tahr)?

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-15 Thread Bastian Triller
I wanted to look into it yesterday, but I somehow screwed up my repo ssh access. I get Write failed: broken pipe. Authentication looks fine. My remote url is g...@github.com:btriller/wonder.git. Any ideas? On 14 May 2014 01:57, D Tim Cummings t...@triptera.com.au wrote: Hi all (and Bastian

Re: Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-15 Thread Bastian Triller
message every 30 seconds otherwise my ssh session would die after a minute. Could be the same problem you are having. sudo nano /etc/ssh_config ServerAliveInterval 30 Cheers Tim On 15 May 2014, at 16:03, Bastian Triller bastian.tril...@gmail.com wrote: I wanted to look

Re: Character Encoding of textfield

2014-05-13 Thread Bastian Triller
er.extensions.ERXApplication.DefaultEncoding=UTF-8 also look in ERXApplication.setDefaultEncoding, if you want to know where/what switches can screw things up http://wiki.wocommunity.org/display/documentation/UTF-8+Encoding+Tips On 13 May 2014 17:49, Dipl.-Ing. Jens Lünstedt

Re: Install WO, Weird Error could not setup loop device

2014-05-12 Thread Bastian Triller
the install script cannot setup the loop block device. What is the output of # sudo modprobe loop # grep loop /proc/devices # ls -l /dev/loop* On Mon, 2014-05-12 at 11:22 +0200, Thomas Grass (01SoftwareSolutions) wrote: Hi to all, as i wrote last week in a mail to this mailing list i did a

Re: Right Place for Applications

2014-05-08 Thread Bastian Triller
AFAIR, I placed the webserver resources under /var/lib/webobjects/htdocs and the applications under /var/lib/webobjects/Library/WebObjects. On Thu, 2014-05-08 at 16:08 +0200, Thomas Grass (01SoftwareSolutions) wrote: Hello WO-Experts, i did a deployment machine-installation on a fresh Ubuntu

Re: ERPDFGeneration problem

2014-05-08 Thread Bastian Triller
I think the _componentName attribute is the problem. There's a switch to turn that off. On Wed, 2014-05-07 at 19:33 -0700, Timothy Worman wrote: All: I have a problem that recently popped up with PDF generation. I have a custom component that utilizes the simple FlyingSaucerImpl in

Re: Wonder documentation on jenkins.wocommunity.org broken?

2014-05-05 Thread Bastian Triller
from the build log, it looks like the javadoc is built with Java 1.7: [javadoc] Standard Doclet version 1.7.0_51 with Java 1.7, the stylesheets are empty, but I don't know where they went. I also had this issue once I built with Java 1.7. On Mon, 2014-05-05 at 00:13 -0700, Ray Kiddy wrote: On

Re: WOInstaller.jar throws Exception in thread main java.io.IOException: Cannot run program /bin/ln

2013-10-06 Thread Bastian Triller
The hard link count of your /bin/ln is 1. It should be 2, since /bin/link and /bin/ln point to the same file (at least on 10.8). Do you have /bin/link? On 6 Oct 2013 18:25, Thomas Peters thomasg_pet...@msn.com wrote: tpeterss-macbook-pro-15:WOLips thomasgpeters$ ls -l /bin/ln -rwxr-xr-x 1 root

Re: Snow Leopard, Java 1.7, WebObjects

2013-07-30 Thread Bastian Triller
Did you try this http://lists.apple.com/archives/webobjects-dev/2013/Apr/msg00023.html ? On 30 Jul 2013 17:58, Johan Henselmans jo...@netsense.nl wrote: On 30 jul. 2013, at 17:10, Chuck Hill ch...@global-village.net wrote: It is the application you need to do this in, not wotaskd. wotaskd

Re: Compiling Apache adaptor on Mac OS X 10.8

2013-07-15 Thread Bastian Triller
$ sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/{XcodeDefault,OSX10.8}.xctoolchain $ cd ~/git/wonder/Utilities/Adaptors $ make ADAPTORS=Apache2.2 LTFLAGS='--tag CC' On Mon, Jul 15, 2013 at 9:36 PM, Chuck Hill ch...@global-village.netwrote: No help from me, but I ran into

Re: Your request produced an error.

2013-07-01 Thread Bastian Triller
Remove ~/Library/Frameworks, do a $ ant clean ; ant frameworks in your Wonder sources and try the Ant install ... again Am 01.07.2013 20:54 schrieb Jesse Tayler jtay...@oeinc.com: Ok, I’m out of sync. How to get back? If I fix the errors and tap on the ERExtensions framework and use

Re: Your request produced an error.

2013-07-01 Thread Bastian Triller
not have ~/Library/Frameworks I also notice that I do not seem to have ant in my path, or the shared path for that matter — but I’m able to build using Ant from Eclipse somehow? On Jul 1, 2013, at 3:07 PM, Bastian Triller bastian.tril...@gmail.com wrote: Remove ~/Library/Frameworks, do

Re: webobjects inside lxc-container

2013-06-11 Thread Bastian Triller
Is the loop and hfsplus module available? The loop mount is setup in two stages: 1. A loop device is mapped into the dmg (with an offset and a sizelimit) 2. The actual mount with hfsplus fstype Which command fails? What is the exact error message? Run the script as follows: $ sudo bash -x

Re: wolips.properties hardcoded in build.xml

2013-06-06 Thread Bastian Triller
You can create ant configurations for the install target for each customer. There you can override the wolips.properties property, pointing to the individual file. You can find the ant configurations under Run-External Tools Configurations ... or through opening the build.xml, context clicking the

Re: Can't find stylesheets in deployment

2013-05-25 Thread Bastian Triller
Did you set WebObjectsDocumentRoot to /var/www/html in your apache configuration? Am 25.05.2013 20:32 schrieb James Cicenia ja...@jimijon.com: OK- I have this in my startup monitor: NSProjectSearchPath '(/var/www/html/WebObjects/YellaDashboard.woa)' Which is correct as this is a split

Re: anyone want to test an update to golipse?

2013-04-26 Thread Bastian Triller
invest time in this, let me know. Anyone who wants to assist, message me. Tim UCLA GSEIS On Apr 23, 2013, at 10:18 PM, Bastian Triller bastian.tril...@gmail.com wrote: Are these requests to d.e.o from java? Do they timeout? If that's the case, try adding

Re: anyone want to test an update to golipse?

2013-04-23 Thread Bastian Triller
On Tue, Apr 23, 2013 at 8:13 PM, Tim Worman li...@thetimmy.com wrote: I'm looking at updating the Golipse app to install Eclipse/WOLips 3.8. I'm just beginning so I'm not sure yet which options might break yet. I'm examining the script, looking at all the plugins that get installed and their

Re: anyone want to test an update to golipse?

2013-04-23 Thread Bastian Triller
:31 AM, Bastian Triller bastian.tril...@gmail.com wrote: On Tue, Apr 23, 2013 at 8:13 PM, Tim Worman li...@thetimmy.com wrote: I'm looking at updating the Golipse app to install Eclipse/WOLips 3.8. I'm just beginning so I'm not sure yet which options might break yet. I'm examining the script

Re: AjaxObserveField problems

2013-03-29 Thread Bastian Triller
My guess is, that the condition evaluates to true after takeValuesFromRequest. The observe field disappears and no action there to be called. Am 29.03.2013 19:33 schrieb Pascal Robert prob...@macti.ca: I'm having a problem with a AjaxObserveField. I'm using it with a WOPopUpButton so that if

Re: Ajax Update Link not working on one server

2013-03-03 Thread Bastian Triller
if the connect time takes long, check if you're ssh server tries to reverse dns your hostname. You can turn that off on OpenSSH with UseDNS no in /etc/ssh/sshd_config. Another long-connect issue I had is with CentOS/Redhat servers, which try Kerberos auth. To turn that off use $ ssh -o

Re: cheatsheet ?

2013-02-11 Thread Bastian Triller
Can you explain what do you mean with finds things for me? When should eclipse find what for you? Am 11.02.2013 17:38 schrieb Jesse Tayler jtay...@oeinc.com: Oh, while we're at this -- I don't have eclipse properly connecting to my Wonder source such that it finds things for me. Is there an

Re: WOCommunity membership and goals

2013-02-07 Thread Bastian Triller
Am 07.02.2013 20:02 schrieb Pascal Robert prob...@macti.ca: Le 2013-02-07 à 13:50, Ramsey Gurley rgur...@smarthealth.com a écrit : On Feb 7, 2013, at 5:59 AM, Pascal Robert wrote: Hello everyone, Based on the feedback we have so far in the surveys (if you haven't answered the 2013

Re: WOCommunity membership and goals

2013-02-07 Thread Bastian Triller
Am 07.02.2013 20:02 schrieb Pascal Robert prob...@macti.ca: Le 2013-02-07 à 13:50, Ramsey Gurley rgur...@smarthealth.com a écrit : On Feb 7, 2013, at 5:59 AM, Pascal Robert wrote: Hello everyone, Based on the feedback we have so far in the surveys (if you haven't answered the 2013

Re: isEntityInspectable ???

2013-01-24 Thread Bastian Triller
Does is work if you use a BooleanAssignment? Am 24.01.2013 21:38 schrieb Theodore Petrosky tedp...@yahoo.com: I have an entity with a to-many relation. on my edit page of the entity, I see the wonderful list page of the relation. so I add a rule: 100 : pageConfiguration =

Re: JavaFoundation opens in place of own Application

2013-01-20 Thread Bastian Triller
3.8.1 works for me (I'm on Debian btw). I think 3.8 is also still recommended. Am 20.01.2013 12:01 schrieb ute Hoffmann u.hoffm...@tt-pixelmind.com: Thank you for your feedback. So I'm at least not the only one with this problem. I understand it correctly, a new install and an older version

Re: My first Hell World App

2013-01-18 Thread Bastian Triller
check your Main class and Project settings in your run configuration under Run-Run configuration-WOApplication-Your App. To be sure that run configuration is started, you can run it from there after applying your changes. Am Freitag, den 18.01.2013, 12:07 +0100 schrieb ute Hoffmann: Ok, it seems

Re: help with D2W target

2013-01-18 Thread Bastian Triller
set debug log level in your ~/WebObjects.properties: log4j.logger.er.directtoweb.rules.formatter.fire=DEBUG log4j.logger.er.directtoweb.rules.formatter.candidates=DEBUG log4j.logger.er.directtoweb.rules.formatter.cache=DEBUG and see the candidates and which rule gets picked. Am Freitag, den

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-17 Thread Bastian Triller
Check your webserver error log. IIRC it is in /var/log/httpd on CentOS. Ownership shouldn't be the problem as long as you're not using symlinks to your webserver resources or the permissions aren't worldreadable. Am 17.01.2013 17:05 schrieb Theodore Petrosky tedp...@yahoo.com: Interesting, when

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-17 Thread Bastian Triller
installer. Ted --- On Thu, 1/17/13, Bastian Triller bastian.tril...@gmail.com wrote: From: Bastian Triller bastian.tril...@gmail.com Subject: Re: [Announce] WOCommunity repository for CentOS/RedHat Linux To: Theodore Petrosky tedp...@yahoo.com Cc: Jesse Tayler jtay...@oeinc.com

Re: My first Hell World App

2013-01-14 Thread Bastian Triller
your Session import should be your.app.Session. Am Montag, den 14.01.2013, 16:52 +0100 schrieb ute Hoffmann: Hi, So I found WOLips Perspective thanks to your Help. And I created a helloWorld App and tried to run it in eclipse and get this error: Application: JavaFoundation Error:

Re: wonder/git question

2013-01-09 Thread Bastian Triller
egit doesn't know that the build.xml files are symlinks. Java 1.7 doesn't support symlinks. So egit only reads the files content and gets confused. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=354367 Am Mittwoch, den 09.01.2013, 12:04 -0800 schrieb Tim Worman: On Jan 9, 2013, at 1:31 AM,

Re: [Announce] WOCommunity repository for CentOS/RedHat Linux

2013-01-07 Thread Bastian Triller
Am Montag, den 07.01.2013, 13:14 -0500 schrieb Pascal Robert: Le 2013-01-07 à 13:09, Ramsey Gurley rgur...@smarthealth.com a écrit : This looks really cool Pascal. Thanks much! Would be cool if someone could do the same, but for Debian and Ubuntu :-) i'm currently doing that. Has no

Re: Rép : Re: Wonder 5.8.2 and 6.0

2012-12-07 Thread Bastian Triller
it seems that versionStringForApplication and versionStringForFrameworkNamed are broken. They should look in Info.plist for CFBundleShortVersionString. Use valueFromPlistBundleWithKey(NSBundle.bundleForName(JavaWebObjects), Info.plist, CFBundleShortVersionString) Am Freitag, den 07.12.2012, 12:18

Re: ant problem

2012-12-06 Thread Bastian Triller
You need to add the woproject.jar to the commandline options ant -lib woproject.jar ... See http://wiki.wocommunity.org/display/WOL/WOProject-Ant Am 06.12.2012 09:29 schrieb Ron X ron.x.by...@gmail.com: hello everybody i have ant build problem under shell starting:

Re: deployment resources -?

2012-12-05 Thread Bastian Triller
There's also a parameter in build.xml, which sets the JVM Option field in {mac,unix}classpath.txt, which is added to the command line options. But i cannot remember it ... Am 05.12.2012 18:51 schrieb Pascal Robert prob...@macti.ca: Le 2012-12-05 à 12:23, programming...@mac.com a écrit : Have

WOHostUtilities and local ips

2012-11-19 Thread Bastian Triller
Hello, i wanted to know if it is preferred to opt-in localhostips through property er.extensions.WOHostUtilities.localhostips=(...) or would it be nicer to let WOHostUtitlities find all local ips by itself? https://github.com/btriller/wonder/commit/19ccfd4b359a93bf5998e267eaab34e986eff842

Re: Fwd: Problem Deployment on Cent OS 5

2012-10-29 Thread Bastian Triller
i would first check if the classpath is correctly setup (NEXT_ROOT variable and the generated commandline arguments WORootDirectory/WOLocalRootDirectory). Have you tried Java 1.6 yet? is the NEXT_ROOT variable correctly setup? How look the commandline like? Do the WORootDirectory and

Re: Passing WOActionResult to Custom Component

2012-10-24 Thread Bastian Triller
did you override synchronizesVariablesWithBindings in MyComponent, so that it returns false? That prevents the action to get fired while rendering MyComponent. You cann then bind the action to the SubmitButton in MyComponent with ^actionBindingName in the parent component of MyComponent. See

Re: FYI - regex to list installed WO frameworks

2012-09-11 Thread Bastian Triller
WOLips.framework WOOgnl.framework WOPayPal.framework WRReporting.framework YUI.framework On Sep 10, 2012, at 5:31 PM, Bastian Triller bastian.tril...@gmail.com wrote

Re: FYI - regex to list installed WO frameworks

2012-09-10 Thread Bastian Triller
jfc@ul30a:~$ ls -1 /opt/Apple/Local/Library/Frameworks/*.framework/Resources/Java/*.jar ; find --version ; for regextype in emacs posix-{awk,basic,egrep,extended} ; do echo $regextype ; find /opt/Apple/Local/Library/Frameworks/ -regextype $regextype -iregex

Re: Question about ERPDFWrapper

2012-08-31 Thread Bastian Triller
hello, you can alter the margins in your CSS with something like: @page { size: A4; margin: 37mm 1cm 35mm 25mm; } @PAGE:first { margin: 5cm 1cm 35mm 25mm; } Bastian Am Freitag, den 31.08.2012, 12:22 +0200 schrieb Antoine Berry: Hello everybody! I'm a new

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-08-31 Thread Bastian Triller
hello, haven't tried to build on MacOS yet, but i think something like $ cd $wonder/Utilities/Adaptors $ make ADAPTORS=Apache2.2 OS=MACOS APXS=/usr/sbin/apxs could work. Bastian Am Freitag, den 31.08.2012, 18:02 +0300 schrieb Ron X: hi here is the output: bash-3.2$ make Makefile:52:

Re: ERD2WEditToOneRelationship popup issue with umlauts

2012-08-29 Thread Bastian Triller
set the Wonder encoding property to UTF-8. This should also encode your form values in UTF-8: er.extensions.ERXApplication.DefaultEncoding=UTF-8 Am Mittwoch, den 29.08.2012, 10:00 +0200 schrieb Markus Ruggiero: On 20.08.2012, at 18:08, Chuck Hill ch...@global-village.net wrote: Hi Markus,

Re: war for hello world

2012-08-24 Thread Bastian Triller
You have to specify the org.objectstyle.woproject.jar from your wolips installation as parameter for the -lib option of ant. Am 24.08.2012 13:18 schrieb Ron X ron.x.by...@gmail.com: hi! i have created a simple app thu eclipse-wolips - hello world - file - new - wonder application so i want