Re: Changing from imageAnchor to button

2005-04-14 Thread Eddie O'Neil
Yeah, the only tweak I'd make is to use the tag to do the same thing. But, with forms, that's the right way to do it. Eddie Scott Semyan wrote: I am trying to change some imageAnchors to buttons. The imageAnchors look like this: src="${pageContext.request.contextPath}/images/butt

[jira] Closed: (BEEHIVE-523) Control tutorial: control should be called from Controller file, not JSP

2005-04-14 Thread Steve Hanson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-523?page=history ] Steve Hanson closed BEEHIVE-523: Assign To: (was: Steve Hanson) > Control tutorial: control should be called from Controller file, not JSP > --

Re: dependencies between pieces of beehive

2005-04-14 Thread Eddie O'Neil
Yeah, I believe that WSM has a dependency similar to NetUI's on "org.apache.beehive.controls". Eddie Richard Feit wrote: The only step I know of is removing hard dependencies from NetUI code to Controls classes. There might be more -- this is the only one I'm aware of. Rich Eddie O'Neil wr

[jira] Created: (BEEHIVE-526) previous / next pager doesn't render previous / next links when those pages don't exist

2005-04-14 Thread Eddie O'Neil (JIRA)
previous / next pager doesn't render previous / next links when those pages don't exist --- Key: BEEHIVE-526 URL: http://issues.apache.org/jira/browse/BEEHIVE-526 Project: Beehive Ty

RE: Changing from imageAnchor to button

2005-04-14 Thread Scott Semyan
I tried that but the netui:hidden tag wants a datasource that is a form bean and I don't have one. -Original Message- From: Eddie O'Neil Sent: Wednesday, April 13, 2005 5:08 PM To: Beehive Developers Subject: Re: Changing from imageAnchor to button Yeah, the only tweak I'd make is t

[jira] Resolved: (BEEHIVE-494) The compiler is not displaying warnings for invalid paths in abstract pageFlows

2005-04-14 Thread Rich Feit (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-494?page=history ] Rich Feit resolved BEEHIVE-494: --- Assign To: Alejandro Ramirez (was: Rich Feit) Resolution: Invalid This is actually by design. Since the page flow is abstract, you *must* extend

[jira] Created: (BEEHIVE-527) TextBox data source

2005-04-14 Thread Simen Rokaas (JIRA)
TextBox data source --- Key: BEEHIVE-527 URL: http://issues.apache.org/jira/browse/BEEHIVE-527 Project: Beehive Type: Bug Components: NetUI Environment: WinXP/SP2 Reporter: Simen Rokaas Priority: Critical I'm writing a taglib class that

[jira] Commented: (BEEHIVE-527) TextBox data source

2005-04-14 Thread Simen Rokaas (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-527?page=comments#action_62812 ] Simen Rokaas commented on BEEHIVE-527: -- I forgot another thing: getPassword() is also missing from the class, making it impossible to check if the input field was mark

[jira] Assigned: (BEEHIVE-433) dist docs html body hides behind menu

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-433?page=history ] Eddie O'Neil reassigned BEEHIVE-433: Assign To: Steve Hanson Steve, can you take a look at this and see if we're causing this? > dist docs html body hides behind menu > --

[jira] Updated: (BEEHIVE-184) Quick dists and maven repo build enhancements

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-184?page=history ] Eddie O'Neil updated BEEHIVE-184: - Version: V1Beta Fix Version: TBD (was: V1) Moving to TBD. > Quick dists and maven repo build enhancements > ---

[jira] Assigned: (BEEHIVE-497) form focus cannot be placed on radioButtonOption or checkBoxOption because their names are not unique

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-497?page=history ] Eddie O'Neil reassigned BEEHIVE-497: Assign To: Daryl Olander Passing along... > form focus cannot be placed on radioButtonOption or checkBoxOption because > their names are not uniq

[jira] Assigned: (BEEHIVE-495) Package names need to be updated.

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-495?page=history ] Eddie O'Neil reassigned BEEHIVE-495: Assign To: daryoush mehrtash Daryoush--Since this is in WSM, can you take a look at this? > Package names need to be updated. > --

Re: [jira] Resolved: (BEEHIVE-508) Control id related issue

2005-04-14 Thread Mridul Muralidharan
Hi Kyle, Thanks a lot , it works great ! The hack that I put up in JIRA was my attempt to validate that what I observed/remarked on was indeed the bug. So I wrote it to make sure that if we fixed what I found , the problem gets solved. Indeed this new fix is much more cleaner and better. Regard

javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Hi all, Since ControlBean is essentially a javabean , I wanted to see the interoperatability of controls with a pure javabean env. For this , I got the BDK1.1 (http://java.sun.com/products/javabeans/software/bdk_download.html - yep , I know this is old !) and tried to load a simple control jar

[jira] Resolved: (BEEHIVE-416) DataGrid's setRow feature can lead to skipped rows when going to a previous page

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-416?page=history ] Eddie O'Neil resolved BEEHIVE-416: -- Assign To: Nathan Jantz (was: Eddie O'Neil) Resolution: Fixed Fixed in SVN 161310. > DataGrid's setRow feature can lead to skipped rows whe

[jira] Updated: (BEEHIVE-483) Test recorder is not handling enctype="multipart/form-data" properly.

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-483?page=history ] Eddie O'Neil updated BEEHIVE-483: - Fix Version: TBD (was: V1) Moving to TBD. > Test recorder is not handling enctype="multipart/form-data" properly. > ---

Re: javabeans and controls

2005-04-14 Thread Kyle Marvin
Mridul, The intention is that Controls should be 100% conformant with the JavaBeans spec. You should be able to do things like: - load, introspect, and use the Control bean class in any JavaBeans aware editor - use a Control anywhere a JavaBean can be used (like JSP tag) If there are areas whe

Re: svn commit: r160923 - in incubator/beehive/trunk/netui: src/util/org/apache/beehive/netui/core/urls/DefaultTemplatedURLFormatter.java test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml

2005-04-14 Thread Carlin Rogers
Daryl, I'm making my changes for JIRA 509 and thought that I'd make some additional changes to what you've done for the encoding of '&' as the "&" entity inside of a URL query. I thought I'd move the testing for the existence and value of the configuration in the beehive-netui-config file out of th

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Hi Kyle , Thanks a lot for clarifying this ! I will file the appropriate bugs - and this time , I dont have any hack to offer since I was not sure of the design intentions :) Regards Mridul Kyle Marvin wrote: Mridul, The intention is that Controls should be 100% conformant with the JavaBeans spe

[jira] Assigned: (BEEHIVE-379) Milton needs to accept different webapp names

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-379?page=history ] Eddie O'Neil reassigned BEEHIVE-379: Assign To: Zach Smith Zach, is this something that we need to do before shipping a 1.0 of Beehive? If so, can you take a look? If not, let's mov

[jira] Resolved: (BEEHIVE-429) appbash031005 - Improve error message for invalid expressions

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-429?page=history ] Eddie O'Neil resolved BEEHIVE-429: -- Assign To: Krista Baker Resolution: Won't Fix Unfortunately, there's not an awful lot that NetUI can do here. Because the expression is in

Re: javabeans and controls

2005-04-14 Thread Kyle Marvin
Now that you understand the design, you can understand the impl too! :) Take a look at controls/src/runtime/org/apache/beehive/controls/runtime/generator/ControlManifest.vm (the Velocity template for JAR manifest generation) and I'm 100% certain you can submit a patch along with the bug. All o

[jira] Closed: (BEEHIVE-275) TreeRenderState not serializable

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-275?page=history ] Jeremiah Johnson closed BEEHIVE-275: This was fixed way back in 153321. > TreeRenderState not serializable > > > Key: BEEHIVE-275 >

[jira] Created: (BEEHIVE-528) Compliance with javabean spec

2005-04-14 Thread Mridul Muralidharan (JIRA)
Compliance with javabean spec - Key: BEEHIVE-528 URL: http://issues.apache.org/jira/browse/BEEHIVE-528 Project: Beehive Type: Bug Components: Controls Versions: V1Alpha, V1Beta, V1 Environment: All env's I tested on win2k , x8

[jira] Resolved: (BEEHIVE-526) previous / next pager doesn't render previous / next links when those pages don't exist

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-526?page=history ] Eddie O'Neil resolved BEEHIVE-526: -- Resolution: Fixed Fix Version: V1 Fixed in SVN 161310. > previous / next pager doesn't render previous / next links when those pages > don'

[jira] Reopened: (BEEHIVE-201) The usage targets in the build scripts in trunk/user don’t work.

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-201?page=history ] Jeremiah Johnson reopened BEEHIVE-201: -- Assign To: (was: Jeremiah Johnson) ant/beehive-tools.xml in the Beehive distribution has a default target set to usage; it needs to

Re: svn commit: r160923 - in incubator/beehive/trunk/netui: src/util/org/apache/beehive/netui/core/urls/DefaultTemplatedURLFormatter.java test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml

2005-04-14 Thread Daryl Olander
I'm not sure I understand. This seems like it's actually not related to tags at all. I would have thought that by default we write out "&" and that it's a URL thing. On 4/14/05, Carlin Rogers <[EMAIL PROTECTED]> wrote: > Daryl, > > I'm making my changes for JIRA 509 and thought that I'd make so

[jira] Closed: (BEEHIVE-462) DefaultServletContainerAdapter looking for beehive.produtionmode property

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-462?page=history ] Jeremiah Johnson closed BEEHIVE-462: > DefaultServletContainerAdapter looking for beehive.produtionmode property >

[jira] Closed: (BEEHIVE-508) Control id related issue

2005-04-14 Thread Kyle Marvin (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-508?page=history ] Kyle Marvin closed BEEHIVE-508: --- Mridul has verified the fix in his local env, so closing the issue. > Control id related issue > > > Key: BEEHIVE-508 >

[jira] Updated: (BEEHIVE-409) Test Recorder- jsessionid gets testrecorded when page flow hit for the first time

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-409?page=history ] Eddie O'Neil updated BEEHIVE-409: - Assign To: (was: Patrick Osborne) Fix Version: TBD (was: V1) Unassigning and moving to TBD. We don't need this to ship 1.

[jira] Assigned: (BEEHIVE-497) form focus cannot be placed on radioButtonOption or checkBoxOption because their names are not unique

2005-04-14 Thread Daryl Olander (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-497?page=history ] Daryl Olander reassigned BEEHIVE-497: - Assign To: (was: Daryl Olander) > form focus cannot be placed on radioButtonOption or checkBoxOption because > their names are not unique >

javabeans and controls - why JCS?

2005-04-14 Thread Scott Semyan
Since we are talking about this, why the JCS extension on the Impl files? It's a pain to use them in Eclipse. I've renamed them .java during editing and they seem to compile and run fine. Scott Semyan -Original Message- From: Kyle Marvin [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14

[jira] Closed: (BEEHIVE-185) Forwards Merged in Inherited Page Flows

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-185?page=history ] Jeremiah Johnson closed BEEHIVE-185: > Forwards Merged in Inherited Page Flows > --- > > Key: BEEHIVE-185 > URL: http://issues.ap

Re: svn commit: r160923 - in incubator/beehive/trunk/netui: src/util/org/apache/beehive/netui/core/urls/DefaultTemplatedURLFormatter.java test/webapps/drt/coreWeb/WEB-INF/beehive-netui-config.xml

2005-04-14 Thread Carlin Rogers
Yes, but I figured that we have this other check for doc type of of the document using the NetUI tags. The TemplatedURLFormatter is the last step in the rewriting of URLs for our tags. That's how I saw this as tag related. I could put this in the PageFlowUtils class to expose it to other non tag us

[jira] Closed: (BEEHIVE-127) Page Flows Typos

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-127?page=history ] Jeremiah Johnson closed BEEHIVE-127: > Page Flows Typos > > > Key: BEEHIVE-127 > URL: http://issues.apache.org/jira/browse/BEEHIVE-127 > Projec

[jira] Updated: (BEEHIVE-201) The usage targets in the build scripts in trunk/user don't work.

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-201?page=history ] Jeremiah Johnson updated BEEHIVE-201: - Summary: The usage targets in the build scripts in trunk/user don't work. (was: The usage targets in the build scripts in trunk/user don’t w

[jira] Closed: (BEEHIVE-439) empty WEB-INF/src directory causes *.jpf in webapp root to not be found

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-439?page=history ] Jeremiah Johnson closed BEEHIVE-439: > empty WEB-INF/src directory causes *.jpf in webapp root to not be found > --

[jira] Created: (BEEHIVE-529) Fix failing BVT JspSeesSharedFlow

2005-04-14 Thread Rich Feit (JIRA)
Fix failing BVT JspSeesSharedFlow - Key: BEEHIVE-529 URL: http://issues.apache.org/jira/browse/BEEHIVE-529 Project: Beehive Type: Bug Components: NetUI Versions: V1Beta, V1 Reporter: Rich Feit Assigned to: Rich Feit

[jira] Closed: (BEEHIVE-285) incorrect description in TextArea tag

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-285?page=history ] Jeremiah Johnson closed BEEHIVE-285: > incorrect description in TextArea tag > - > > Key: BEEHIVE-285 > URL: http://issues.apache

[jira] Resolved: (BEEHIVE-506) data grid state objects need to be marked serializable

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-506?page=history ] Eddie O'Neil resolved BEEHIVE-506: -- Assign To: Nathan Jantz (was: Eddie O'Neil) Resolution: Fixed Fixed. The DataGridState object and its deep object graph are all now serial

[jira] Resolved: (BEEHIVE-433) dist docs html body hides behind menu

2005-04-14 Thread Steve Hanson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-433?page=history ] Steve Hanson resolved BEEHIVE-433: -- Assign To: (was: Steve Hanson) Resolution: Fixed This is fixed for v1. The problem was caused by the long text in the menu tree: "Address

[jira] Closed: (BEEHIVE-278) ScriptHeader not validating body-content

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-278?page=history ] Jeremiah Johnson closed BEEHIVE-278: > ScriptHeader not validating body-content > > > Key: BEEHIVE-278 > URL: http://issues.

[jira] Closed: (BEEHIVE-305) ControlBeanContext.serviceRevoked throwing exception on session expiration

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-305?page=history ] Jeremiah Johnson closed BEEHIVE-305: The exception was replaced by a comment in the code: public void serviceRevoked(BeanContextServiceRevokedEvent bcsre) { // -

[jira] Resolved: (BEEHIVE-417) DataGrid - if setRow is set to a value greater than max rows go to the last row

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-417?page=history ] Eddie O'Neil resolved BEEHIVE-417: -- Resolution: Fixed Fixed in SVN 161310. > DataGrid - if setRow is set to a value greater than max rows go to the last > row > ---

[jira] Assigned: (BEEHIVE-474) APT failure when trying to process JMS controlhaus control

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-474?page=history ] Eddie O'Neil reassigned BEEHIVE-474: Assign To: Kyle Marvin Kyle, it looks like this may have been caused by a classpath problem. Thoughts? > APT failure when trying to process JMS c

Re: javabeans and controls - why JCS?

2005-04-14 Thread Kyle Marvin
This is primarily a user feature to make it easier to identify a file type (by its extension). It plays no role whatsoever in how files are processed, so you should get identical build/runtime behavior whether it is a .jcs or a .java file. For Eclipse users, it is hardly a feature, since it reall

More Pending JPetStore Work

2005-04-14 Thread Scott Semyan
Hello all, I'm continuing to refine the JPetStore sample (and learning a lot about Beehive along the way). I have another 2 weeks or so to work on this. Here are the things I hope to complete: 1) Add back the images (the original images were not in the public domain, the new ones will be). 2) R

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
I will definitely see if I can create a patch for the PropertyKey. Knew about the velocity template , but did not verify if "JavaBeans:" was also valid when I posted the comment. Thanks Mridul Kyle Marvin wrote: Now that you understand the design, you can understand the impl too! :) Take a loo

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Hi Kyle , all , One more question since you mention about serialization below. I see that the default ResourceContextImpl at "org.apache.beehive.controls.runtime.bean" does not implement Serializable. I dont understand why it does not (everything worked fine when I just added the Serializable ma

Re: javabeans and controls

2005-04-14 Thread Kyle Marvin
The basic design is that contextual services are not part of the state of a control. If you attempt to serialize a Control, its contextual service references (at least the @Context annotated ones) will all be set to null by ControlBean.writeObject(). Post-deserialization, these are lazily reasso

[jira] Updated: (BEEHIVE-477) WSM system needs to integrate with build

2005-04-14 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-477?page=history ] Chad Schoettger updated BEEHIVE-477: Attachment: beehive-tools.xml.diff wsm-samples.diff Fixed this issue, added new macro to beehive-tools.xml - 'build-webservices' u

[jira] Resolved: (BEEHIVE-524) classes in org.apache.beehive.netui.util need to move into org.apache.beehive.netui.util.internal

2005-04-14 Thread Rich Feit (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-524?page=history ] Rich Feit resolved BEEHIVE-524: --- Assign To: Alejandro Ramirez (was: Rich Feit) Resolution: Fixed Fixed with revision 161346. > classes in org.apache.beehive.netui.util need to mo

[jira] Created: (BEEHIVE-530) Support legacy JSP with JavaScript but no generated Id scope

2005-04-14 Thread Carlin Rogers (JIRA)
Support legacy JSP with JavaScript but no generated Id scope Key: BEEHIVE-530 URL: http://issues.apache.org/jira/browse/BEEHIVE-530 Project: Beehive Type: Improvement Components: NetUI Versions: V1B

[jira] Created: (BEEHIVE-531) JPetStore bug fixes and image updates

2005-04-14 Thread Scott Semyan (JIRA)
JPetStore bug fixes and image updates - Key: BEEHIVE-531 URL: http://issues.apache.org/jira/browse/BEEHIVE-531 Project: Beehive Type: Improvement Components: Samples Versions: V1Beta Reporter: Scott Semyan Attache

[jira] Updated: (BEEHIVE-531) JPetStore bug fixes and image updates

2005-04-14 Thread Scott Semyan (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-531?page=history ] Scott Semyan updated BEEHIVE-531: - Attachment: NewImages.zip petstoreDiff.txt > JPetStore bug fixes and image updates > - > > K

[jira] Resolved: (BEEHIVE-452) No compiler error when strutsMerge file is missing in the extending page flow

2005-04-14 Thread Rich Feit (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-452?page=history ] Rich Feit resolved BEEHIVE-452: --- Assign To: Julie Zhuo (was: Rich Feit) Resolution: Fixed Fixed with revision 161346. > No compiler error when strutsMerge file is missing in the

[jira] Resolved: (BEEHIVE-491) Global actions raised by a shared flow should throw a compiler warning

2005-04-14 Thread Rich Feit (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-491?page=history ] Rich Feit resolved BEEHIVE-491: --- Assign To: Alejandro Ramirez (was: Rich Feit) Resolution: Fixed Fixed with revision 161346. > Global actions raised by a shared flow should throw

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Hi Kyle , Thanks for pointing this out - my mistake : I did not see the attempt to re-associate the dependency injected resources. But I had observed attempts to serialize the ResourceContextImpl's failing time and again (earlier on) - so decided to dig a bit more : was not sure if this was fix

[jira] Assigned: (BEEHIVE-527) TextBox data source

2005-04-14 Thread Daryl Olander (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-527?page=history ] Daryl Olander reassigned BEEHIVE-527: - Assign To: Daryl Olander > TextBox data source > --- > > Key: BEEHIVE-527 > URL: http://issues.apache.org/jira/

Re: javabeans and controls

2005-04-14 Thread Kyle Marvin
> What I found out is that "public void initServices(ControlBean bean, > Object target)" in the generated ImplInitializer has all the dependency > injection done properly : Context , ResourceContext , etc. > While for "public void resetServices(ControlBean bean, Object target)" , > only the context

[jira] Resolved: (BEEHIVE-470) No compiler warning generated when a jsp file is missing from the inheriting pageflow directory referenced by relative path

2005-04-14 Thread Rich Feit (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-470?page=history ] Rich Feit resolved BEEHIVE-470: --- Assign To: Julie Zhuo (was: Rich Feit) Resolution: Fixed Fixed with revision 161346. > No compiler warning generated when a jsp file is missing f

Re: javabeans and controls

2005-04-14 Thread Kyle Marvin
Is your control doing implementation inheritance? I just noticed that in the ImplInitializer codegen template it has the following: public void initServices(ControlBean bean, Object target) { ... super.initServices(bean, impl); but there is no corresponding superclass de

[jira] Resolved: (BEEHIVE-522) netui:area tag outputs tag error message for the anchor tag

2005-04-14 Thread Daryl Olander (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-522?page=history ] Daryl Olander resolved BEEHIVE-522: --- Assign To: Krista Baker (was: Daryl Olander) Resolution: Fixed I fixed this to report the proper error. The BVT is coreweb/bugs/j522 > n

[jira] Resolved: (BEEHIVE-474) APT failure when trying to process JMS controlhaus control

2005-04-14 Thread Kyle Marvin (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-474?page=history ] Kyle Marvin resolved BEEHIVE-474: - Resolution: Fixed This bug was resolved by my fix forhttp://issues.apache.org/jira/browse/BEEHIVE-486. Note that the two stack traces in the two

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
I was going to mention the same to you actually ! I was testing a @ControlInterface extending another @ControlInterface and adding some methods to it. The parts that I actually wanted to test worked great - except that I had serialization issues 'cos of what I mentioned. I was trying to validate

[jira] Resolved: (BEEHIVE-527) TextBox data source

2005-04-14 Thread Daryl Olander (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-527?page=history ] Daryl Olander resolved BEEHIVE-527: --- Assign To: Krista Baker (was: Daryl Olander) Resolution: Fixed Two issuses here and a meta issue. For the meta issue, the beehive tags ha

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Hi Kyle, Forgot to mention - you were entirely correct on the below : my analysis below is entirely incorrect - just did not look careully enough I guess, It is this super.resetServices that is the actual culprit I think. Thanks Mridul Mridul Muralidharan wrote: I was going to mention the same

Re: javabeans and controls

2005-04-14 Thread Kyle Marvin
Just checked in the fix as 161352, so we can shortcut JIRA on this one :) -- Kyle On 4/14/05, Mridul Muralidharan <[EMAIL PROTECTED]> wrote: > I was going to mention the same to you actually ! > I was testing a @ControlInterface extending another @ControlInterface > and adding some methods to it.

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Thanks a lot ! I can clean up my test code now :) Regards Mridul Kyle Marvin wrote: Just checked in the fix as 161352, so we can shortcut JIRA on this one :) -- Kyle On 4/14/05, Mridul Muralidharan <[EMAIL PROTECTED]> wrote: I was going to mention the same to you actually ! I was testing a @Cont

[jira] Resolved: (BEEHIVE-201) The usage targets in the build scripts in trunk/user don't work.

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-201?page=history ] Eddie O'Neil resolved BEEHIVE-201: -- Assign To: Jeremiah Johnson Resolution: Fixed Implemented "usage" on beehive-tools.xml to have a useful message. > The usage targets in the

[jira] Updated: (BEEHIVE-527) TextBox data source

2005-04-14 Thread Daryl Olander (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-527?page=history ] Daryl Olander updated BEEHIVE-527: -- Priority: Minor (was: Critical) This is not critical. > TextBox data source > --- > > Key: BEEHIVE-527 > URL: http:

[jira] Updated: (BEEHIVE-528) Compliance with javabean spec

2005-04-14 Thread Mridul Muralidharan (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-528?page=history ] Mridul Muralidharan updated BEEHIVE-528: Attachment: javabean.diff The dif tries to do the following : a) PropertyKey 1) Make _getMethod transient. 2) Verify that it is non-null b

Re: javabeans and controls

2005-04-14 Thread Mridul Muralidharan
Ok , attached some diffs to the JIRA issue :) Validated only for my simple case - but I think it will be sufficient to take care of the problem. Regards Mridul Kyle Marvin wrote: Now that you understand the design, you can understand the impl too! :) Take a look at controls/src/runtime/org/ap

[jira] Resolved: (BEEHIVE-518) New JPetStore Code

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-518?page=history ] Eddie O'Neil resolved BEEHIVE-518: -- Resolution: Fixed These patches have been committed. Closing as there are other bugs that are adding patches to petstore. > New JPetStore Code

[jira] Created: (BEEHIVE-532) Tags should expose private state to sub classes

2005-04-14 Thread Daryl Olander (JIRA)
Tags should expose private state to sub classes --- Key: BEEHIVE-532 URL: http://issues.apache.org/jira/browse/BEEHIVE-532 Project: Beehive Type: Improvement Components: NetUI Reporter: Daryl Olander We need to cr

[jira] Closed: (BEEHIVE-201) The usage targets in the build scripts in trunk/user don't work.

2005-04-14 Thread Jeremiah Johnson (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-201?page=history ] Jeremiah Johnson closed BEEHIVE-201: Looks good to me - this is the new output: Buildfile: beehive-tools.xml usage: [echo] [echo] The beehive-tools.xml file contains Ant m

[jira] Resolved: (BEEHIVE-456) Errors in petstore create account page

2005-04-14 Thread Eddie O'Neil (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-456?page=history ] Eddie O'Neil resolved BEEHIVE-456: -- Resolution: Fixed Fixed in SVN 161351. Please open additional bugs if you see other problems. > Errors in petstore create account page > ---

[jira] Created: (BEEHIVE-533) TreeHtmlAttributeInfo should have a constructor that takes attribute and value

2005-04-14 Thread Krista Baker (JIRA)
TreeHtmlAttributeInfo should have a constructor that takes attribute and value -- Key: BEEHIVE-533 URL: http://issues.apache.org/jira/browse/BEEHIVE-533 Project: Beehive Type: Wish Componen