



The same EAR run fine on IBM WAS v6.1.0.13 on Windows machine, i.e., thedatetimepicker could appear and be used, but in the Solaris 10 and WASv6.1.0.2 environment, it was not showing up. Does anyone have similarexperiences? Could it be due to the operating system or a bug in the lowerversion of...
Hi there,do i understand that right, that i dont can extends pages/components fromother libraries?Caused by: java.lang.RuntimeException: Base class (super class ofde.hsofttec.testapp.pages.Start) is not in a controlled package and is therefore not valid. Youshould try moving the class to package...
hi,I use ajax (yui) with struts2.My method throws an exception, if there is something wrong. How is the best way to catch the exception?kind regards,Frank...
Just wondered if anyone has used the NNTP/NNTPClient classes in the net commons lib to scrape binary newsgroup posts. It doesn't look like that would be very easy with the NNTPClient getArticle methods. Thanks.Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now....
Right on! Rather than bale out of the interceptor stack, do this:<action > <result name="success">${destination}</result>and provide a get/set destination in your Action class that determines whereto go next. It's much cleaner and intuitive than burying controller logicin...
Hi,We are using JCS remote cache server in a production environment. I'msure many of you have remote cache servers too.Question- How do you configure a test/dev environment? such that testinstances of JBoss/tomcat/standalone apps do not access your remotecaching server used for production?I...
ok,could somebody please explain me what makes Java3D project so specialwhen it concerns lightweight rendering? I mean JGL has it, Axiatrix hasit, but not Java3D?My guesses are: 1. Nobody needs JCanvas3D. The developers have their own solutions for that. 2. It is EXTREMELY difficult to implement...
Hi Vishal,I see the problems and think I can fix it.At my test env (Linux, Mac S x) the Registry and PlatformMBeanServer are the same. I can see all Tomcat Mbeans at my jconsole.Many thanks,PeterAm 16.02.2008 um 23:18 schrieb Vishal Goenka:2. JMXAdaptorLifecycleListener registers the PlatformMBe...
Hi,Is it possible to add a newly created folder(and its contents) to theclasspath at the runtime(on the fly) using maven.I am using this pde-maven-plugin where I am copying the dependencies to thelib folder inside the ${basedir} and wants it to be available whilecompiling the source code.Any hel...
Hi, I have requirement, where-in I have to log different types of logs intodifferent files.Eg:Info logs should go into AppInfo.logDebug logs should go into AppDebug.logError logs should go into ErrDebug.logI am able to log into all these files. But the issue is all the types oflogs are present i...
HiI have<sshexec host="${hostname}"username="${username}"password="${password}"command=" echo ${directory};ls ${directory};"trust="true"failonerror="false"outputproperty="jarfile" />But for unknown reason, sshexec hangs when executing Ant 1.7sun_files: [sshexec] Connecting to sun01:22Why ?...
So we have a module that is shared across multiple deployable units.It's imperative that each deployable unit uses the SAME version of thisdependency.If these deployable units are in their WN project structure, how do youuniformly enforce they use the same version without letting eachdeploy...
