[jboss-user] [JBoss Remoting] - EOFExceptions and IOExceptions in remote EJB calls under load

2013-02-28 Thread Christian Kölle
Christian Kölle [https://community.jboss.org/people/chrkoelle] created the discussion EOFExceptions and IOExceptions in remote EJB calls under load To view the discussion, visit: https://community.jboss.org/message/800098#800098 -- Hi

Re: [aspectj-users] Problem with annotation based pointcut and inner classes

2008-08-29 Thread Christian Kölle
Andrew Eisenberg wrote: Does this not work for you? The call to method() in main() is where the advice is applied. Hi Thanks for the answer and sorry for the question in the first place. You're right, this works fine. My problem was the result of a build problem in our project. The

[aspectj-users] Problem with annotation based pointcut and inner classes

2008-08-27 Thread Christian Kölle
Hello I have a problem with an annotation based pointcut that should match annotated methods. Here's the aspect code: privileged aspect JetmMeasurement { pointcut jetmMeasure(): call(@Jetm * *(..)); Object around(): jetmMeasure() { [...] } Unfortunately the pointcut doesn't

Re: [POLL] Default Value for File Encoding

2008-04-29 Thread Christian Kölle
Benjamin Bentmann wrote: a) Use the current platform encoding, aka the system property file.encoding. b) Use a static/fixed value that is defined by convention, i.e. is not platform-dependent. Hi I vote for b). The different file encodings on different environments are a mess.

Re: [POLL] Default Value for File Encoding

2008-04-29 Thread Christian Kölle
Benjamin Bentmann wrote: Marat Radchenko wrote: And let it be UTF-8. Until a flood of users pushes into this direction of UTF-8, which is surely the more international/nicer choice, I believe we're better off with staying to Latin-1 and keep consistency among the plugins. OK, start the

AW: panelTabbedPane submit on serverside tab-switching

2008-04-26 Thread Christian Kölle
. Any ideas? Regards Christian Kölle

panelTabbedPane submit on serverside tab-switching

2008-04-21 Thread Christian Kölle
? Regards and thanks in advance. Christian Kölle

AW: panelTabbedPane submit on serverside tab-switching

2008-04-21 Thread Christian Kölle
different views on the same model. Regards Christian Christian Kölle wrote: | Hello everyone, | | I have a form containing a tomahawk panelTabbedPane which contains 4 | tabbed panels. All tabbed panels contain a lot of input-fields. | | The problem is, as someone mentioned before 2 years ago

Re: [Webtest] JAX 2008?

2008-04-18 Thread Christian Kölle
Marc Guillemot wrote: does someone from this list come to the JAX 2008 next week in Wiesbaden? Hi Yes, i do. Looking forward to meet you. Christian -- SWITCH Serving Swiss Universities -- Dr. Christian Kölle Werdstrasse 2, P.O. Box, CH-8021 Zurich, Switzerland

Re: Maven2 site plugin inheritence

2008-03-03 Thread Christian Kölle
ewryan wrote: I define properties such as ${myVersion}, ${myArtifactId}, ${myGroupId} in the parent pom. These properties are inherited by the children (as expected) when running goals such as clean, package, or install. I start to see problems when I try to use the site plugin. Hi

Bug#466860: (no subject)

2008-02-21 Thread Christian Kölle
The severity of this bug is important because tools like continuum produce command lines like this and are unusable because of this bug. ___ pkg-java-maintainers mailing list pkg-java-maintainers@lists.alioth.debian.org

Bug#466860: (no subject)

2008-02-21 Thread Christian Kölle
The severity of this bug is important because tools like continuum produce command lines like this and are unusable because of this bug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#466860: maven2: -D option on command line masks following goal definitions

2008-02-21 Thread Christian Kölle
Package: maven2 Version: 2.0.8-4 Severity: important When calling maven from the command line with at least one -D option and the goal definition following the -D option the build fails, i.e. a command line like: mvn -Dsome.option=0 install will produce the following error: You must specify at

Problem with property inheritance in maven site plugin

2008-02-20 Thread Christian Kölle
Hi all I have a problem with the property inheritance in the maven site project. I have a multi-module project. The base pom looks like this: project modelVersion4.0.0/modelVersion groupIdmy.project/groupId artifactIdall/artifactId packagingpom/packaging

Re: Problem with property inheritance in maven site plugin

2008-02-20 Thread Christian Kölle
VUB Stefan Seidel wrote: ${project.version} is an internal maven property, so it is absolutely not a good idea to use it. So the first try should be to rename that one. Hi Obviously this was a bad example. In my real poms the variable has another name. I changed that in the mail because i

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-17 Thread Christian Kölle
Marc Guillemot wrote: Hmmm, can you configure lib/log4j.properties to debug to get more information? Hi As you can see in the log snippet this was already the full debug level. I've played around with the log4j.properties but don't get any new information. What i've done instead is to verify

Re: [Webtest] Problem setting radio button (incl. Javascript)

2008-01-16 Thread Christian Kölle
Marc Guillemot wrote: can you provide the full stack trace? Hi There is no stack trace. The step silently fails. Here's the corresponding part of the console log: [storeXPath] INFO (com.canoo.webtest.steps.Step) - Start Step: storeXPath (22/33) [setRadioButton] INFO

AW: My 1.1.5 t:panelNavigation2 looses its state.

2007-01-27 Thread Christian Kölle
to the old TilesViewHandler, my application works again as expected, including the autoupdatetable, which works nicely. Thanks regards Christian Christian Kölle wrote: | Thanks a lot for your response. | | My case: I am just using a static t:panelNavigation2 Panel, just as | in IRIAN's examples, i.e

AW: My 1.1.5 t:panelNavigation2 looses its state.

2007-01-26 Thread Christian Kölle
is the case | with you. | || -Original Message- || From: Christian Kölle [mailto:[EMAIL PROTECTED] || Sent: Friday, January 26, 2007 2:13 AM || To: users@myfaces.apache.org || Subject: My 1.1.5 t:panelNavigation2 looses its state. || | || Hello, || | || Prenotes: || I am not very

My 1.1.5 t:panelNavigation2 looses its state.

2007-01-25 Thread Christian Kölle
Hello, Prenotes: I am not very familiar into the JSF-Myfaces deep-ends. I consider myself more as a pure user. Problem: Under certain conditions, my t:panelNavigation2 looses its state. More precisely: Sometimes I receive a page response, where the panalNavigation is collapsed, also the

AW: [M2] Local offline repo maintenance (unique clean + clone)

2006-12-22 Thread Christian Kölle
Message- | From: Christian Kölle [mailto:[EMAIL PROTECTED] | Sent: Donnerstag, 21. Dezember 2006 02:41 | To: 'Maven Users List' | Subject: [M2] Local offline repo maintenance (unique clean + clone) | | Hello everyone, | | I am using maven standalone, i.e. via local repo on my machine with | noone

AW: dependency plugin

2006-12-22 Thread Christian Kölle
| I have just spent a lot of time trying to get the | dependency-maven-plugin to excludeScope, or if that won't work - to | excludeTransitive. Neither work. Using a simple includeScope | didn't work either. Just FYI: I had the same problem with the scope definition in maven-dependency-plugin.

newbie: Getting a quick MBean+.sar-file replacement with Maven2

2006-11-30 Thread Christian Kölle
Hello, Thanks for Geronimo. I installed it yesterday. Initially I wanted to use JBoss, but I decided to use Geronimo, as it comes along with ActiveMQ which I use. Probably I am still a newbie to J2EE-Servers. What I want to do: I want deploy a packaged java application to Geronimo, which has -

[M2] [packaging] Maven reacts undeterministically ;-) For today my story is this...

2006-11-29 Thread Christian Kölle
Hello, thanks for Maven! All of you, but It really brings me down all the time. I am wasting days by days. I don't really understand how it works. Nevertheless, I won't give up. Unresolve problem today: If i do mvn install on the sub-module-project which is my Webclient (i.e.packging = war,

[M2] [packaging] Maven reacts undeterministically ;-) For today my story is this...

2006-11-29 Thread Christian Kölle
... | | Wayne | | On 11/29/06, Christian Kölle [EMAIL PROTECTED] wrote: || Hello, || || thanks for Maven! All of you, but It really brings me down all the || time. I am wasting days by days. I don't really understand how it || works. Nevertheless, I won't give up. || || Unresolve problem today

AW: Combined site for multiple modules?

2006-06-18 Thread Christian Kölle
Ursprüngliche Nachricht Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Torsten Curdt Gesendet: Montag, 12. Juni 2006 03:20 An: Maven Users List Betreff: Re: Combined site for multiple modules? || I split up my project into multiple modules, with one parent module. || At

[m2] Code beautfier - FAQ/BestPractice (Jalopy-whatever)

2006-06-18 Thread Christian Kölle
Hello, Caution: Newbie! I am new to m2 but used to use m1. I have a flat-folder-hierachy m2-multi-module project. Problem: I want to run a beautifier plugin over my code, before everything is build. I don't care what beautifier, it is just to unify the layout. After 1,5 years, I decided to have

AW: [m2] Code beautfier - FAQ/BestPractice (Jalopy-whatever)

2006-06-18 Thread Christian Kölle
(Jalopy-whatever) | I think you are looking for this: |http://mojo.codehaus.org/jalopy-maven-plugin/howto.html | | | Christian Kölle wrote: || Hello, || || Caution: Newbie! || I am new to m2 but used to use m1. I have a flat-folder-hierachy || m2-multi-module project. || || Problem: || I