[jira] Created: (GERONIMODEVTOOLS-244) J2g: remove unnecessary configurator module

2007-10-11 Thread Lin Sun (JIRA)
Components: J2G Reporter: Lin Sun Assignee: Lin Sun Priority: Minor This has been discussed on devlist and no one really thinks the configurator module is useful with eclipse 3.3. I 've performed quite some testing (running src, res, desp tools) on 2 samples and

[jira] Updated: (GERONIMODEVTOOLS-242) J2g: needs indication of the command finish running in eclipse console

2007-10-11 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMODEVTOOLS-242: - Summary: J2g: needs indication of the command finish running in eclipse

[jira] Created: (GERONIMODEVTOOLS-243) j2g: should not create openejb-jar.xml for the user if the project doesn't contain ejb related stuff

2007-10-11 Thread Lin Sun (JIRA)
e.org/jira/browse/GERONIMODEVTOOLS-243 Project: Geronimo-Devtools Issue Type: Bug Components: J2G Reporter: Lin Sun I am running the college fest sample with j2g descriptor tool. This sample just contains some jsp and servlet thus openejb-jar.xml isn

[jira] Created: (GERONIMODEVTOOLS-242) J2g: needs indication of the script finish running in eclipse console

2007-10-11 Thread Lin Sun (JIRA)
-Devtools Issue Type: Bug Components: J2G Reporter: Lin Sun Assignee: Lin Sun Priority: Minor as titled. Currently, when I run any of the j2g tool (source, desp) in Eclipse, it contains no indication of whether the script finishs running or

[jira] Commented: (GERONIMODEVTOOLS-241) J2G projects should be renamed to reflect org.apache.geronimo.devtools.j2g naming

2007-10-11 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534089 ] Lin Sun commented on GERONIMODEVTOOLS-241: -- Thanks Ted, I missed these few spots! Committed

[jira] Assigned: (GERONIMODEVTOOLS-241) J2G projects should be renamed to reflect org.apache.geronimo.devtools.j2g naming

2007-10-11 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMODEVTOOLS-241: Assignee: Lin Sun > J2G projects should be renamed to refl

Re: J2g - purpose of configurator?

2007-10-11 Thread Lin Sun
d with what it's doing to the eclipse config.ini, however it is copying some of the dependencies (properties files) into the eclipse plugins directory, along with the actual plugins themselves, which this is most certainly a critical part of its functionality. Thanks, Erik L

Re: ClassCastException at Derby EmbeddedDataSource

2007-10-10 Thread Lin Sun
Hi, You should see org.apache.geronimo.configs/system-database/{version}/car there on the list of driver Jar. (I think it was there when I used it last time on 2.0.1.) You want to select it instead of org.apache.derby/derby/10.2.2.0/jar to avoid your ClassCastException. Lin Zakharov, Vasi

geronimodevtools jira

2007-10-09 Thread Lin Sun
Hi, The geronimodevtools jira isn't set up quite the same as the geronimo jira. For example, I cannot mark a jira as resolved. I think Tim also indicated he could not either before. Could someone help fix this? Thanks, Lin

[jira] Closed: (GERONIMODEVTOOLS-239) License headers in a few test app's plan.xml are removed after a full j2g build

2007-10-09 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMODEVTOOLS-239. Resolution: Fixed Turned out these files are generated thus should not be in snv

J2g - purpose of configurator?

2007-10-09 Thread Lin Sun
Hi, I'd like to know a bit more as to why we need the configurator module in j2g. From our user doc, we ask our users to run the j2g-configure in the bin dir which at the end would call org.apache.geronimo.devtools.j2g.Configurator. Looks like what it does is to make a copy of existing ecli

[jira] Created: (GERONIMODEVTOOLS-239) License headers in a few test app's plan.xml are removed after a full j2g build

2007-10-09 Thread Lin Sun (JIRA)
S-239 Project: Geronimo-Devtools Issue Type: Bug Components: J2G Reporter: Lin Sun Assignee: Lin Sun Priority: Minor I added license headers to a few test app's plan.xml files per Kevan's request yesterday. After a full build, I

Re: J2G - GERONIMODEVTOOLS-221

2007-10-08 Thread Lin Sun
Hi Kevan, I have added the apache src license headers to all the .xml files below. For the .classpath and .project files, I think they are used by eclipse. I tried to delete both of them in one of the plugins and ask the system to regenerate them using "mvn eclipse:eclipse" but I noticed the

Re: Axis2 SAAJ implementation in Geronimo - possible class cast bug when unmarshalling?

2007-10-08 Thread Lin Sun
Hi Paul, You can try with CXF, which uses sun's saaj impl. Here is an instruction on how to configure the jax-ws engine in geronimo - http://cwiki.apache.org/GMOxDOC20/configure-jax-ws-engine.html. Also, I haven't tried to use JDK6 or the wsimport provided by JDK6. I have been using Sun's

Re: svn commit: r582931 [3/3] - in /geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.resources: ./ META-INF/ schema/ src/ src/org/ src/org/apache/ src/org/apache/geronimo/ src/org/

2007-10-08 Thread Lin Sun
Just corrected it... Thanks Kevan! Kevan Miller wrote: On Oct 8, 2007, at 2:50 PM, [EMAIL PROTECTED] wrote: Added: geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.resources/test-apps/security/geronimo-secutiry-plan.xml Hi Lin, 'security' is misspelled in this new plan

Re: J2G - GERONIMODEVTOOLS-221

2007-10-08 Thread Lin Sun
Thanks Kevan. I can look into adding license headers to the files you listed below. In talking of auto-generated files, I saw a couple of Java files have the following in the header - /* * Auto-generated by J2G Migration. */ For example, all the java files in the j2g\trunk\src\main\resou

Re: [jira] Commented: (GERONIMO-3309) Add missing LICENSE.txt and NOTICE.txt files to the J2G conversion tool

2007-10-08 Thread Lin Sun
from devtools tree but I used the zip file I built from sandbox before. Could you send me your full j2g build log? Thanks, Lin Kevan Miller wrote: On Oct 8, 2007, at 2:31 PM, Lin Sun wrote: Hi Kevan, Could you try building with mvn install? I am able to build j2g fine with that. Yes,

J2G - GERONIMODEVTOOLS-221

2007-10-08 Thread Lin Sun
Hi, I am going to make various changes for the titled jira. Please use the revision 582055 if you need to build j2g before I finish the jira. I'll send another note when I am done. Thank you! Lin

Re: [jira] Commented: (GERONIMO-3309) Add missing LICENSE.txt and NOTICE.txt files to the J2G conversion tool

2007-10-08 Thread Lin Sun
Hi Kevan, Could you try building with mvn install? I am able to build j2g fine with that. Thanks, Lin Kevan Miller wrote: On Oct 8, 2007, at 12:53 PM, Jason Warner wrote: It looks like you're building from the ui package. The ui package has dependencies on a few other packages in j2g.

Re: [BUILD] 2.0: Successful

2007-10-04 Thread Lin Sun
On the build machine, do we always run the build after a clean .m2 repo? After seeing so many 2.0 good build notification, I still cannot build 2.0 branch. I kept getting failure here - Missing: -- 1) org.apache.xbean:xbean-naming:jar:3.2-r579367 Try downloading the file manually f

[jira] Created: (GERONIMODEVTOOLS-236) change the package name from org.apache.geronimo.j2g.* to org.apache.geronimo.devtools.j2g.*

2007-10-03 Thread Lin Sun (JIRA)
/GERONIMODEVTOOLS-236 Project: Geronimo-Devtools Issue Type: Bug Components: J2G Reporter: Lin Sun Assignee: Lin Sun Priority: Minor Since j2g is part of devtools now -- This message is automatically generated by JIRA. - You can

[jira] Created: (GERONIMO-3499) Expose ConnectionTimeout configuration in tomcat web connector to the user

2007-10-03 Thread Lin Sun (JIRA)
Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.0.2, 2.1 Reporter: Lin Sun Assignee: Lin Sun Priority: Minor I was doing some jaxws testing on zLinux and I had to increase the ConnectionTimeout value to 1 mins to get my

Re: request for devtools doc for developing in eclipse

2007-10-02 Thread Lin Sun
I think one reason is to make sure the latest plugin (which requires a particular version of eclipse + WTP) supports different major releases of geronimo in case people still want to use the older version or while they migrate their projects from older versions of geronimo to the newer versions

Re: Frequent build breaks due to missing dependencies

2007-10-02 Thread Lin Sun
Me too! I haven't been able to build geronimo 2.0 branch since this AM, after some similar failures every time. Lin Joe Bohn wrote: Prasad, I'm hitting some similar failures attempting to download openjpa artifacts while building axis. I suspect this is more an issue with the repositories

[jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-10-02 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531886 ] Lin Sun commented on GERONIMODEVTOOLS-224: -- checked in a fix (581352) for this build error

[jira] Assigned: (GERONIMODEVTOOLS-224) j2g compile errors

2007-10-02 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMODEVTOOLS-224: Assignee: Lin Sun (was: Erik B. Craig) > j2g compile err

Re: Anyone able to build j2g?

2007-10-02 Thread Lin Sun
es\src\org\apache\geronimo\j2g\sources\environment\AbsoluteNameSolver.java:[227,120] cannot find symbol symbol : method getLineNumber(int) location: class org.eclipse.jdt.core.dom.CompilationUnit Ted Kirby On 10/1/07, Lin Sun <[EMAIL PROTECTED]> wrote: Thanks to all who replied! My buil

Re: Anyone able to build j2g?

2007-10-01 Thread Lin Sun
le to successfully build j2g from the current trunk in devtools. Seems as though the archives.eclipse.org <http://archives.eclipse.org> server does not have very much bandwidth allocated to it, as the full build took a grand total of 172 minutes. On 10/1/07, *Lin Sun* <[EMAIL PROTECTED]

Re: Anyone able to build j2g?

2007-10-01 Thread Lin Sun
peed I was getting. I actually had the same issue with the WTP adapter when building trunk for the eclipse plugin. On 10/1/07, *Lin Sun* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Has anyone been able to build the latest j2g in devtools trunk, after Donald switched

Anyone able to build j2g?

2007-10-01 Thread Lin Sun
Has anyone been able to build the latest j2g in devtools trunk, after Donald switched to use Eclipse 3.3 RC2? I have been trying to build it both at work and home but it seems taking forever to download the http://archive.eclipse.org/eclipse/downloads/drops/S-3.3 RC2-200705251350/eclipse-SDK

Re: [DISCUSS] Geronimo Eclipse Plugin 2.0.1 Release plan

2007-10-01 Thread Lin Sun
Sounds good except No. 3 which doesn't have to happen in a maintenance release. For No. 2, moving to released version is ideal as downloading RCs sometimes takes way too long. What time frame are you looking at releasing this 2.0.1? Lin Tim McConnell wrote: Hi, I would like to starting dis

Re: Tranql connectors released

2007-10-01 Thread Lin Sun
Excellent! Thanks David!! Lin David Jencks wrote: After the recent tranql-oracle bug fix for non-spec-compliant lack of commit-on-setting autocommit I've done a bunch of cleanup in the tranql connectors: - updated license headers to refer to the tranql team rather than any particular contr

Re: eclipse build problem on trunk

2007-10-01 Thread Lin Sun
Sounds like your build is still looking for axis2 1.3-r562247, but I think we moved recently to the released version of axis2 1.3. Lin Ted Kirby wrote: anyone else seeing this? Missing: 1) org.apache.axis2:axis2-jaxws-api:jar:1.3-r562247 2) org.apache.axis2:axis2-saaj-api:jar:1.3-r562247 2 r

Re: svn commit: r579758 - in /geronimo/devtools/j2g/trunk: eclipse/eclipse-3.3.xml plugins/org.apache.geronimo.j2g.resources/test-apps/security/security-geronimo-plan.xml

2007-09-27 Thread Lin Sun
Tried to change it to M2_REPO/org/eclipse/plugins/org.eclipse.jdt.core/3.3.0-v_771/org.eclipse.jdt.core-3.3.0-v_771.jar didn't work either. Right it seems somewhere it has hardcoded value to the old level of jars... Lin Donald Woods wrote: Could it be the level of the org.eclipse.jdt.core ja

Re: svn commit: r579758 - in /geronimo/devtools/j2g/trunk: eclipse/eclipse-3.3.xml plugins/org.apache.geronimo.j2g.resources/test-apps/security/security-geronimo-plan.xml

2007-09-27 Thread Lin Sun
Sorry again for my confused message below. I did add a newer message to your jira yesterday hoping you would pick the newer message up... - It looks like this build error is caused by the change to go to the maven-antrun-plugin. somehow, we are configuring our eclipse env differently than w

Re: svn commit: r579758 - in /geronimo/devtools/j2g/trunk: eclipse/eclipse-3.3.xml plugins/org.apache.geronimo.j2g.resources/test-apps/security/security-geronimo-plan.xml

2007-09-27 Thread Lin Sun
Right - i made a comment to the j2g compile prob jira yesterday PM. I was able to build because I built the old j2g from sandbox first.But we don't need the WTP and its prereqs stuff and it can take a very long time to download them if you are at home or something. Lin Donald Woods wrote

[jira] Commented: (GERONIMODEVTOOLS-224) j2g compile errors

2007-09-26 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530533 ] Lin Sun commented on GERONIMODEVTOOLS-224: -- It looks like this build error is caused by the

Re: Changes in J2G build process

2007-09-26 Thread Lin Sun
I think this is because we changed to use maven-antrun-plugin instead of the maven-dependency-plugin. I guess one advantage is that with the antrun plugin we can grab eclipse zip files directly from an Eclipse repo which isn't maven 2 format yet. It used to be that Sachin has to host the ec

Re: Anyone want to smoke test tranql adapters?

2007-09-25 Thread Lin Sun
David, I tried both the local and xa rars for oracle and it works good with daytrader (without any issue in G2188). I have a question on the local and xa rars. Is there any reason why we want to continue releasing the local rars? Seems it is rather confusing to have so many rars for a user

Re: Anyone want to smoke test tranql adapters?

2007-09-24 Thread Lin Sun
I can help with the oracle adapter since I've got the env. on that. (send me the rar files...) Lin David Jencks wrote: I made one code change and a whole lot of build cleanup in the tranql adapters and I'd like to release them, but I'm not set up to try most of them out at all. Is anyone abl

Re: [DISCUSS] Move J2G from sandbox to devtools

2007-09-21 Thread Lin Sun
Donald, thanks for doing all these! Are you thinking of releasing this separately from the Geronimo Eclipse plugin? Might be good to release together when Eclipse plugin releases its next maintenance release (if it comes out soon) and also allow users to download j2g using Eclipse update mana

Re: [DISCUSS] Move J2G from sandbox to devtools

2007-09-19 Thread Lin Sun
more questions, once I start to look into more. Lin Erik B. Craig wrote: Lin, On 9/19/07, *Lin Sun* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I started looking at the J2G documentation on the wiki. Two immediate questions come up and I hope someone can he

Re: [DISCUSS] Move J2G from sandbox to devtools

2007-09-19 Thread Lin Sun
I started looking at the J2G documentation on the wiki. Two immediate questions come up and I hope someone can help answering them: 1) Does this tool support/been tested on Geronimo 2.0 or 2.0.1? 2) Does this tool migrate Jave EE 5 deployment plans? If someone can point me to the samples test

Re: refactoring jaxws support

2007-09-19 Thread Lin Sun
This sounds a great plan! What you proposed seems a intuitive way to do this... Lin Jarek Gawor wrote: As we talked about making things more modular for 2.1, I'm planning to split the CXF and Axis2 modules into smaller units. The main purpose of the split is to separate the EJB bits from Serv

Re: [VOTE] Release Geronimo Eclipse Plugin 2.0.0 (RC3)

2007-09-18 Thread Lin Sun
+1 Lin Tim McConnell wrote: Hi, Please review and vote on the release of the Geronimo Eclipse Plugin 2.0.0 RC3 (to correspond with the Geronimo 2.0.1 Server release). The deployable zip file is here: > http://people.apache.org/~mcconne/releases/RC3/geronimo-eclipse-plugin-2.0.0-deployab

[jira] Assigned: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-2188: - Assignee: David Jencks (was: Lin Sun) > When oracle wrapper is used, commits are

[jira] Commented: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528121 ] Lin Sun commented on GERONIMO-2188: --- Verified this is fixed in tranql connector trunk and oracle vendor wrapper

Re: What exactly is going into 2.0.2?

2007-09-17 Thread Lin Sun
FYI - for 2.0.2, We are looking at moving to newer versions of tranql artifacts which contains a fix for G2188. Hopefully this won't impact tck. Thanks, Lin Kevan Miller wrote: On 9/17/07, Paul McMahan <[EMAIL PROTECTED]> wrote: Joe, you mentioned TCK and our ability to make 2.0.2 availa

[jira] Commented: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-14 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527583 ] Lin Sun commented on GERONIMO-2188: --- David, I think I know where the confusion is now. Geronimo 2.0 or 2.0.1

Re: svn commit: r574770 - in /geronimo/devtools/eclipse-plugin/branches/2.0.0:

2007-09-14 Thread Lin Sun
ason that Scenario #1 and Scenario #2 are mutually exclusive. If you do Scenario #1, which is just an unzip of the deployable zip file, you cannot use the staging site to download and install the server runtimes. Thanks Lin Sun wrote: Hi Tim, I think it would be nice to get this addressed, as th

Re: svn commit: r574770 - in /geronimo/devtools/eclipse-plugin/branches/2.0.0:

2007-09-14 Thread Lin Sun
Lin/Kevan, do you all feel this change is a show-stopped for RC2 ?? If so, I'll cancel the vote and start another one for RC3. Please advise. Thanks. Lin Sun wrote: Thanks Tim and Kevan! Lin Tim McConnell wrote: Hi Kevan, yes I shall handle via: http://issues.apache.org/jira/browse/GERO

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.0.0 (RC2)

2007-09-14 Thread Lin Sun
Things don't automatically happen in WTP 1.5.1. We had to register our features with WTP to get it shown up on the list. I hope they are doing this automatically for 2.0.1 RC too, but if not, we probably should raise a WTP bugzilla as soon as possible to get it into 2.0.1. Lin Ted Kirby wr

Re: svn commit: r574770 - in /geronimo/devtools/eclipse-plugin/branches/2.0.0: ./ plugins/org.apache.geronimo.deployment.model.edit/ plugins/org.apache.geronimo.deployment.model/ plugins/org.apache.ge

2007-09-14 Thread Lin Sun
Thanks Tim and Kevan! Lin Tim McConnell wrote: Hi Kevan, yes I shall handle via: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-207 Kevan Miller wrote: On Sep 13, 2007, at 5:39 PM, Kevan Miller wrote: On Sep 13, 2007, at 4:44 PM, Lin Sun wrote: I think we also need to update the

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.0.0 (RC2)

2007-09-13 Thread Lin Sun
Tim, thanks for your nice instruction. I am able to do scenario 2 fine without any prob! I have noticed 2 things: 1) one other recommended scenario (may be the most recommended scenario) used to be not download anything, but start at define a server then choose the link called "download addi

[jira] Commented: (GERONIMO-3449) HSQLDB embeded database URL can hang Geronimo web console

2007-09-12 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526897 ] Lin Sun commented on GERONIMO-3449: --- think I hit this today too with derby embed XA. so this seems to be a

Re: [DISCUSS] Move J2G from sandbox to devtools

2007-09-12 Thread Lin Sun
+1 - I agree this is a good thing to do. Let me know if you need any help here. Lin Donald Woods wrote: Sounds good. I'll give everyone a few days to discuss it and then call a Vote. Thanks. -Donald Jacek Laskowski wrote: On 9/12/07, Donald Woods <[EMAIL PROTECTED]> wrote: Does this r

[jira] Created: (GERONIMO-3469) From console: database pool doesn't work well if the name contains a / like jdbc/EmployeeDataSource

2007-09-12 Thread Lin Sun (JIRA)
he.org/jira/browse/GERONIMO-3469 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: databases Affects Versions: 2.0.1 Environment: winxp + Sun JDK 1.5 Reporter: Lin Sun 1) If I create a database pool

Re: [DISCUSS] Default server log level

2007-09-12 Thread Lin Sun
I agree that we should change it from ERROR to INFO. I think any change in log4j is on the fly, i.e. you can change it any time and you don't have to restart the server to pick up the change. Lin Prasad Kashyap wrote: I don't mind if INFO is the default log level. It would be nice if we can

[jira] Commented: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-10 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526162 ] Lin Sun commented on GERONIMO-2188: --- Hi David, check the G2188-latest.patch file, which contains what I

[jira] Assigned: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-2188: - Assignee: David Jencks (was: Lin Sun) David, could ou look at it and get it committed to

Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-08 Thread Lin Sun
Congratulations Shiva!!! Lin Vamsavardhana Reddy wrote: Hi All, The Geronimo PMC is pleased to announce that Shiva Kumar H R has recently accepted our invitation to become an Apache Geronimo committer. Shiva has been contributing to Geronimo for quite sometime and is very active on lists.

[jira] Updated: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2188: -- Attachment: G2188-latest.patch David, I reapplied your patch onto tranql-connector 1.3 and it did

[jira] Updated: (GERONIMO-2188) When oracle wrapper is used, commits are not immediately committed to oracle database

2007-09-06 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2188: -- Summary: When oracle wrapper is used, commits are not immediately committed to oracle database

[jira] Commented: (GERONIMO-2188) Need to configure CommitBeforeAutoCommit=true for Database Commits in Oracle

2007-09-06 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525490 ] Lin Sun commented on GERONIMO-2188: --- This bug still exists with geronimo 2.0.1 with the same behavior. Working

[jira] Assigned: (GERONIMO-2188) Need to configure CommitBeforeAutoCommit=true for Database Commits in Oracle

2007-09-06 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-2188: - Assignee: Lin Sun (was: Matt Hogstrom) > Need to configure CommitBeforeAutoCommit=true

Re: [ANNOUNCE] Welcome Donald Woods as the newest member of the Geronimo PMC

2007-09-06 Thread Lin Sun
Congratulations Donald!!! Lin Hernan Cunico wrote: Please join us in congratulating Donald Woods as the newest member of the Geronimo PMC. Donald has contributed to Geronimo in many different areas; he has provided tons of patches, added functionality, testing and security among others. We ar

Re: [ANNOUNCE] Welcome Tim McConnell as the newest member of the Geronimo PMC

2007-09-05 Thread Lin Sun
Congratulations Tim!!! Lin Hernan Cunico wrote: Please us in congratulating Tim McConnell as the newest member of the Geronimo PMC. Tim has contributed a lot to the project in areas such as annotations, dev tools and documentation just to name a few. We are very pleased he accepted our invit

Re: [ANNOUNCE] Welcome Jarek Gawor as the newest member of the Geronimo PMC

2007-09-04 Thread Lin Sun
Congratulations Jarek!!! Lin Joe Bohn wrote: Please us in congratulating Jarek Gawor as the newest member of the Geronimo PMC. In addition to being involved in all things related to web services, he also has demonstrated a clear commitment to Geronimo in numerous other areas. We're very

[jira] Commented: (GERONIMODEVTOOLS-175) javamail package is not included in server runtime

2007-09-04 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524734 ] Lin Sun commented on GERONIMODEVTOOLS-175: -- I agree we cannot add any jars here and there for

[jira] Closed: (GERONIMO-3437) Axis2: serviceimplClass being null caused NPE at invoke in JavaBeanDispatcher

2007-08-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-3437. - > Axis2: serviceimplClass being null caused NPE at invoke in > JavaBeanDisp

[jira] Resolved: (GERONIMO-3437) Axis2: serviceimplClass being null caused NPE at invoke in JavaBeanDispatcher

2007-08-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-3437. --- Resolution: Fixed resolved in trunk 569121 and branch 20 569122. > Axis2: serviceimplCl

[jira] Updated: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

2007-08-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-3440: -- Attachment: tranql-tracefile.patch > DB2-XA: when trace file is not specified, it caused error w

[jira] Created: (GERONIMO-3440) DB2-XA: when trace file is not specified, it caused error when running the sample

2007-08-23 Thread Lin Sun (JIRA)
: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: databases Affects Versions: 2.1 Reporter: Lin Sun Priority: Minor Fix For: 2.1 Attachments: tranql-tracefile.patch This is a tranql issue found

[jira] Updated: (GERONIMO-3419) Console displays wrong database pool type when derby embed local is used.

2007-08-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-3419: -- Attachment: tranql-typo.patch > Console displays wrong database pool type when derby embed local

[jira] Created: (GERONIMO-3437) Axis2: serviceimplClass being null caused NPE at invoke in JavaBeanDispatcher

2007-08-22 Thread Lin Sun (JIRA)
: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: webservices Affects Versions: 2.1 Reporter: Lin Sun Assignee: Lin Sun Fix For: 2.1 I am seeing a NPE from Axis2, and it turned out that we passed

[jira] Commented: (GERONIMO-3382) InvalidConfigurationException is thrown when starting the plugins from the console

2007-08-21 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521578 ] Lin Sun commented on GERONIMO-3382: --- I agree with Paul and I cannot receate this prob. Thanks

[jira] Assigned: (GERONIMO-3382) InvalidConfigurationException is thrown when starting the plugins from the console

2007-08-21 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-3382: - Assignee: Lin Sun > InvalidConfigurationException is thrown when starting the plugins f

Re: Merge ettiquette

2007-08-18 Thread Lin Sun
Good point! Thanks :) Lin David Jencks wrote: I've noticed that sometimes when people merge bug fixes/changes from one branch to another they don't include the jira number from the original commit. This makes it exceedingly hard to figure out which branches something has been fixed in from

Re: tranql rars for non-free dbs in geronimo?

2007-08-18 Thread Lin Sun
+1. I cannot remember how many times people ask this on the user list :) Lin David Jencks wrote: I'd like to distribute the tranql rars for db2, mysql, and oracle with geronimo. These rars need access to the proprietary drivers in order to compile (or work) but all the code in them is asl2 l

Re: [VOTE] Geronimo 2.0.1 (rc1)

2007-08-17 Thread Lin Sun
+1. Thanks for pulling the artifacts together for vote! Lin Matt Hogstrom wrote: The updated binaries are available for review. I have incorporated the security changes provided by David Jencks, Kevan and Vamsi. Thanks gents ! I also incorporated a few additional fixes. Please note the ch

Re: project involvement

2007-08-17 Thread Lin Sun
Congratulations on your new job! And most importantly congratulations on your incoming wedding!!! Lin Sachin Patel wrote: Hello community members... I'd thought I'd shoot of a note to explain my limited involvement in the project as of recent. As some have you may have known, I've taken a

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520439 ] Lin Sun commented on GERONIMO-3374: --- Yes it worked for me. I used the latest trunk, and tried the derby embed

[jira] Updated: (GERONIMO-3419) Console displays wrong database pool type when derby embed local is used.

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-3419: -- Description: after I deploy a database pool using derby embed local rar via admin console, I click

[jira] Created: (GERONIMO-3419) Console display wrong database pool type when derby embed local is used.

2007-08-16 Thread Lin Sun (JIRA)
Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.1 Reporter: Lin Sun Priority: Minor after I deploy a database pool using derby embed local rar via admin console, I click on edit the pool to see the details of the pool. I see: Pool

[jira] Resolved: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-3374. --- Resolution: Fixed Fixed in rev 566824. Found a tranql minor issue will open a different JIRA

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520345 ] Lin Sun commented on GERONIMO-3374: --- Just found it - in webconsole-tomcat config! :) > Admin console u

[jira] Commented: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520342 ] Lin Sun commented on GERONIMO-3374: --- Able to recreate this on 2.0 build. After a bit debuging, looks like

[jira] Commented: (GERONIMO-3380) Derby embedded database pool created from console doesn't work

2007-08-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520321 ] Lin Sun commented on GERONIMO-3380: --- I agree with David that we can add system-database as one of the

[jira] Assigned: (GERONIMO-3374) Admin console uses Generic TranQL RA for non XA driver types

2007-08-15 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun reassigned GERONIMO-3374: - Assignee: Lin Sun (was: Donald Woods) > Admin console uses Generic TranQL RA for non

Re: tooling for web services

2007-08-14 Thread Lin Sun
I think it would be great to provide some .sh/.bat files to expose these tools so that people can use them directly without going through sun's website and installing the tooling from Sun (which is what we recommend our users to do in our jaxrpc web service example on the wiki.). Lin Jarek Ga

Re: [VOTE] Geronimo 2.0 (RC1) and txmanager 2.0.1

2007-08-09 Thread Lin Sun
+1 Lin Matt Hogstrom wrote: I have put together the release and its been a long journey to get here. If you have comments please put them on the corresponding [DISCUSS] thread. [ ] +1 Release Geronimo 2.0 [ ] 0 No opinion [ ] -1 Do not release Geronimo 2.0 Vote will conclude on 0700 ET on

[DISCUSS] Geronimo 2.0 (RC1) and txmanager 2.0.1

2007-08-08 Thread Lin Sun
Hi Matt, it is not obvious to me which one is the binary? Basically, almost everything has been marked as -src, which indicated source. geronimo-2.0-rc1.tar.gz is the only candidate but that is 360MB (I expect our server is around 60MB). The assemblies are located at http://people.apache

Re: [VOTE] Geronimo 2.0 (RC1) and txmanager 2.0.1

2007-08-08 Thread Lin Sun
Hi Matt, it is not obvious to me which one is the binary? Basically, almost everything has been marked as -src, which indicated source. geronimo-2.0-rc1.tar.gz is the only candidate but that is 360MB (I expect our server is around 60MB). Thanks, Lin Matt Hogstrom wrote: I have put togeth

Re: Dependency resolution for SNAPSHOT versions

2007-08-08 Thread Lin Sun
Hi, I thought the artifact_aliases.properties is designed for this purpose (if it supports the jar module as well as the car module), but that may just be my wishful thinking. ;) Lin Vamsavardhana Reddy wrote: I have encountered some unexpected things while trying to install a plug-in when SN

[jira] Resolved: (GERONIMO-3387) Unable to deploy an ear file (that contains a war file) if web.xml isn't supplied in the war file

2007-08-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-3387. --- Resolution: Fixed Assignee: Lin Sun fix checked in at rev 563893 (trunk) and rev 563896

[jira] Closed: (GERONIMO-3387) Unable to deploy an ear file (that contains a war file) if web.xml isn't supplied in the war file

2007-08-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-3387. - Tested the fix and able to deploy the ear file. > Unable to deploy an ear file (that contains a war f

[jira] Updated: (GERONIMO-3387) Unable to deploy an ear file (that contains a war file) if web.xml isn't supplied in the war file

2007-08-07 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-3387: -- Attachment: G3387.patch Here is a patch for the impl I described earlier and it fixed the prob

[jira] Created: (GERONIMO-3387) Unable to deploy an ear file (that contains a war file) if web.xml isn't supplied in the war file

2007-08-07 Thread Lin Sun (JIRA)
rowse/GERONIMO-3387 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: deployment Affects Versions: 2.0.x Environment: winxp + sun 1.5 JDK Reporter: Lin Sun Fix For: 2.0.x I have an ear file

Re: svn commit: r562816 - /geronimo/server/trunk/modules/geronimo-deploy-jsr88/src/main/java/org/apache/geronimo/deployment/plugin/factories/BaseDeploymentFactory.java

2007-08-06 Thread Lin Sun
Yes I made a comment in the JIRA 3378- I was not able to build branches/2.0 on Sat. nite. I'll try build it today. Lin Donald Woods wrote: Are you going to include this in branches/2.0 for a 2.0.1 release? -Donald [EMAIL PROTECTED] wrote: Author: linsun Date: Sat Aug 4 21:03:38 2007 New R

[jira] Commented: (GERONIMO-3378) Enhance debugability of Deployer by logging errors and more data on debug

2007-08-04 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517740 ] Lin Sun commented on GERONIMO-3378: --- Resolved in trunk rev 562808, 562815. Thanks Ted. 2.0.1 build is broken

<    1   2   3   4   5   6   7   8   9   10   >