Re: [wtp-dev] Java EE Status Meeting on 1/7/2010

2010-01-07 Thread raccah
Hi Carl, I filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=299085 for the RESTful Web Service from Pattern wizard and https://bugs.eclipse.org/bugs/show_bug.cgi?id=299086 for the EJB Timer wizard. Also, to answer Kaloyan's question, here is a link to a wiki that describes EE 6 wizards we

Re: [wtp-dev] Helios M4 available

2009-12-18 Thread raccah
We've just published a version of the GlassFish plugin for Eclipse (1.0.51) to take advantage of the Java EE 6 facets in this release with our GlassFish v3 runtime. Thanks, Rochelle David M Williams wrote: For those of you that don't follow cross-project list ... it is now official! Great

[wtp-dev] Using extension point to plug in to servlet wizard

2009-08-03 Thread raccah
I'd like some help with an extension point/data model problem I'm facing: I'm trying to use the org.eclipse.wst.common.frameworks.DataModelProviderExtension extension point in order to provide a subclass of org.eclipse.jst.j2ee.internal.web.operations.NewServletClassDataModelProvider In the

Re: [wtp-dev] Another WTP Question

2009-07-24 Thread raccah
This is similar to a question I had as well - see issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=267993 Rochelle Tim McConnell wrote: Hi, I've noticed that whenever I deploy a single module or multiple modules from the WTP "Add and Remove" wizard and I get a deployment exception from the

[wtp-dev] Plans for Java EE 6 support in WTP?

2008-11-17 Thread raccah
I've been trying to find more info on the site on the plans for Java EE 6 support in WTP, but I've only found very limited information: A quick mention in the minutes of a meeting in July: http://wiki.eclipse.org/JEE_Status_Meetings/2008-07-24 A section with a couple of bugs filed/linked in the

[wtp-dev] Re: property for server address?

2008-10-07 Thread raccah
I'll answer my own question - it is possible to set the value of the property in my initialize and saveConfig methods of my GenericServer subclass. Thanks, Rochelle [EMAIL PROTECTED] wrote: The server address (host name) is collected as part of the generic server framework on the first page o

[wtp-dev] property for server address?

2008-10-03 Thread raccah
The server address (host name) is collected as part of the generic server framework on the first page of the new server wizard and available in the OverviewEditorPart in the editor. For some reason, our server had it defined (a second time) as a property in our serverdef and editor section. I'

Re: [wtp-dev] how to synchronize start/stop state in server adapter

2008-10-02 Thread raccah
Hi Tim, Thanks - what I meant was, *how* do I implement the tail on the server log file? As an Eclipse newbie, all I could find was console/image descriptor. I was looking for input on whether that was the way to implement it. Thanks, Rochelle Tim deBoer wrote: Hi Rochelle, There's re

Re: [wtp-dev] best way to deal with classpath of changing jar files?

2008-10-02 Thread raccah
Thanks for your input. As Gorkem requested, I filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=249552 Thanks, Rochelle Naci Dai wrote: - Generic server definition files allow for ant style wild cards expressions. -We usually provide at leat one that is used for validation purposes (i

Re: [wtp-dev] questions on local/remote support for generic server adapters

2008-10-02 Thread raccah
Hi Tim, Thanks for your response. I think that using SocketUtil.isLocalhost() for validation would be an improvement. I've filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=249550 to track this. Rochelle Tim deBoer wrote: Hi Rochelle, This is somewhat of a limitation. The user could ju

Re: [wtp-dev] how to synchronize start/stop state in server adapter

2008-09-26 Thread raccah
Hi Tim, Just getting back to this. I tried to pull out the initialState=stopped and that's a good first step. As you mentioned, getting the log output is one of the next steps I need to handle. In most cases (barring user changes or log rotation), pointing at a file would do what I need. I

Re: [wtp-dev] questions on local/remote support for generic server adapters

2008-09-26 Thread raccah
Hi Tim, Just getting back to this. I now see what you mean about the wizard filtering out servers to start. My question is, once you've set up a server which is a local host, you can double click it and edit the host name in the editor window. Why does that allow to type in something for w

Re: [wtp-dev] best way to deal with classpath of changing jar files?

2008-09-25 Thread raccah
Thanks, Gorkem, that is quite helpful. I had tried the wildcard before, but in an archive definition, not an include one. So, looking at the jboss file, I see the use of the wildcard in include/fileset portions of the classpath and that works nicely. The only problem is, it seems that at lea

[wtp-dev] best way to deal with classpath of changing jar files?

2008-09-24 Thread raccah
We're using the generic server adapter framework and the GenericServerRuntimeTargetHandler for the runtimeClasspathProviders extension. We have a list of jar files in a entry in our serverdef. The problem is, the list of jar files in our server keeps changing, and it's quite difficult to kee

Re: [wtp-dev] how to synchronize start/stop state in server adapter

2008-09-05 Thread raccah
Thanks for the detailed response, Tim. I'm finishing up another task and then I will try out your suggestions. Rochelle Tim deBoer wrote: Hi Rochelle, There are a number of factors that play into this, mostly dealing with what form of 'reconnecting' your server supports and how you want to

Re: [wtp-dev] how to synchronize start/stop state in server adapter

2008-08-29 Thread raccah
Larry Isaacs wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 6:20 PM To: General discussion of project-wide or architectural issues. Subject: [wtp-dev] how to synchronize start/stop state in serv

[wtp-dev] how to synchronize start/stop state in server adapter

2008-08-27 Thread raccah
I'm working on the GlassFish plugin for eclipse and have had a bug filed against the plugin about keeping the server state in eclipse synchronized with starts/stops outside of eclipse. The bug was originally filed in the eclipse

Re: [wtp-dev] questions on local/remote support for generic server adapters

2008-08-01 Thread raccah
Hi Max, Thanks for your response. If I understand it correctly, it sounds like you want to keep the ability to enter something other than localhost in that field, but that something is another name for the local host. Is that accurate? If so, your pointer to the isRemote and isLocal code wa

Re: [wtp-dev] Eclipse cannot find the tag library descriptors for JSFcore and html taglibs

2008-07-25 Thread raccah
Hi Cam, Thanks for your suggestions on the matter. [EMAIL PROTECTED] wrote: As far as I understand the problem, the Glassfish server has the JSF libs at runtime, but they are not included in the classpath of your Web project targeted on the Glassfish runtime. The latter is responsibility of the

Re: [wtp-dev] Eclipse cannot find the tag library descriptors for JSFcore and html taglibs

2008-07-25 Thread raccah
Hi Behrang, I forgot to say that this might be issue which is already fixed, but not yet in a released version. You can check to see if your project's build path is missing the relevant libraries. Thanks, Rochelle [EMAIL PRO

Re: [wtp-dev] Eclipse cannot find the tag library descriptors for JSFcore and html taglibs

2008-07-25 Thread raccah
Behrang Saeedzadeh wrote: Hi Kaloyan, The wtp-dev mailing list is for collaboration between WTP developers. You are encourage to use the designated newsgroup for user questions like this: http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools Thanks for pointing to the user's mai

Re: [wtp-dev] questions on local/remote support for generic server adapters

2008-07-21 Thread raccah
Can you give more detail? Are you saying it makes sense to allow editing the hostname because even though a server only supports local, there are some remote actions you can do on it? If so, what are they? And, if you have any info as to what setting the remote host support flag to true is s

[wtp-dev] questions on local/remote support for generic server adapters

2008-07-18 Thread raccah
I notice that there is a "supportsRemoteHosts" option for server types - can someone tell me what is supposed to happen when it is set to true? I've searched on the web and seen mixed reports as to how much (other) work a plugin would have to do when it supports remote, and whether it's start/s

Re: [wtp-dev] Piggy backing onto a wizard?

2008-04-08 Thread raccah
Thanks, David. Please see inline below. David M Williams wrote: Rochelle, Eventually this sounds like a question for the DTP project, since you refer to the JDBC Wizard, which I assume would be theirs. And, as with most Eclipse lists, they'd probably prefer you ask on the newsgroup, instead

Re: [wtp-dev] Re: Direction on using installable runtime extensions

2008-04-07 Thread raccah
Thanks for your response, Angel. When will Tim return? I filed and hope to see it fixed soon! Also, other questions I've sent out have not been answered until I send a second request as well. Is there a better list for these types of q

[wtp-dev] Piggy backing onto a wizard?

2008-04-04 Thread raccah
I'll need to create an xml file where I collect general DB connection information from a user in addition to a few other inputs. I've seen the JDBC connection wizard. Is it possible for me to add a wizard to another category that is made up of the JDBC connection wizard + my extra input and to

[wtp-dev] Re: Direction on using installable runtime extensions

2008-04-03 Thread raccah
I have not received a response, but have made some progress, so I'll update the note below with my findings and would appreciate if someone can help with the remaining issues. #4 is the most important. [EMAIL PROTECTED] wrote: I found this:

[wtp-dev] Direction on using installable runtime extensions

2008-03-27 Thread raccah
I found this: which warns that it's an interim API and subject to change My questions: 1) Am I correct in interpreting the purpose

[wtp-dev] Re: Java EE server adapter questions

2008-02-27 Thread raccah
I never got a response to this, so trying once more. If this is the wrong alias, please point me at the correct one. Thanks, Rochelle [EMAIL PROTECTED] wrote: I'm an Eclipse and WTP newbie, so please help me get started! I'm working on improving an existing Java EE server adapter which uses

[wtp-dev] Java EE server adapter questions

2008-02-08 Thread raccah
I'm an Eclipse and WTP newbie, so please help me get started! I'm working on improving an existing Java EE server adapter which uses the generic server support. I've also just read through the Adding New Servers chapter of Eclipse Web Tools Platform: Developing Java™ Web Applications. My qu