Re: [jira] [Created] (GERONIMO-5989) CDI EAR deployment issue

2011-06-01 Thread Kevan Miller
On Jun 1, 2011, at 11:14 PM, Shawn Jiang wrote: > It's quite tricky because the war and ejb module have the same name, Hence, > they have the same hashcode because we are returning name.hashCode() in > Module.hashCode(). > > r1130391 Change to moduleURI.hashCode() will fix this because the

Re: svn commit: r1129174 - in /geronimo/server/trunk: framework/modules/geronimo-deployment/src/main/java/org/apache/geronimo/deployment/ plugins/client/geronimo-client-builder/src/main/java/org/apach

2011-06-01 Thread Kevan Miller
This commit broke the build. See http://ci.apache.org/builders/geronimo-server-trunk/builds/41 Can you fix the test errors? --kevan On May 30, 2011, at 9:50 AM, genspr...@apache.org wrote: > Author: genspring > Date: Mon May 30 13:50:57 2011 > New Revision: 1129174 > > URL: http://svn.apache.

Re: Progress on osgi-friendliness

2011-06-01 Thread Kevan Miller
On Jun 1, 2011, at 12:10 PM, Forrest Xia wrote: > According to my recent experience, permsize=256m is kind of small for 3.0, > though the server could start, but it will fail during application deployment > from admin console after. All depends on your application size, of course... I expect t

Re: Progress on osgi-friendliness

2011-06-01 Thread Kevan Miller
On May 31, 2011, at 1:44 AM, David Jencks wrote: > The new aries proxy code also seems to consume significantly more permgen > space. I didn't investigate in detail but a full server runs out of permgen > space around half way through starting with 128 MB permgen. My server > started OK with

Re: Progress on osgi-friendliness

2011-05-31 Thread Kevan Miller
On May 31, 2011, at 1:44 AM, David Jencks wrote: > Locally I now have a server that runs eba-with-isolation using aries trunk > and fixes a lot of the tck problems that showed up with this version. > However due to a problem with aries proxies changing the SerialVersionUID if > it is not hard

Re: class path issue

2011-05-31 Thread Kevan Miller
On May 31, 2011, at 9:38 AM, ranbaab wrote: > Hi all, > > Our web application deploy on tomcat is planning to move to > geronimo-tomcat6-2.2. > > In our application, we use castor-codegen-1.1 to generate the java class > from the schema file. > The generated class is using the method > Unmarsh

Re: [BUILD] trunk: Failed for Revision: 1128047

2011-05-27 Thread Kevan Miller
On May 26, 2011, at 10:15 PM, Ivan wrote: > Those cases passed on my local environment, and from the log file, it > seems that the testing port was occupied by other applications. Just > committed some changes to use another port. If there are other better > solutions , please feel free to update

[jira] [Created] (GERONIMO-5980) Improper encryption/obfuscation of passwords in configuration files

2011-05-25 Thread Kevan Miller (JIRA)
: Bug Security Level: public (Regular issues) Reporter: Kevan Miller Several users have reported problems starting Geronimo. The cause seems to be improperly encrypted passwords. Plain text passwords will be encrypted/obfuscated in configuration files. A very good hypothesis

[jira] [Commented] (GERONIMO-5975) Please give me Steps and Patch to Upgrade to Tomcat 6.0.29 from 5.5.20 in Apache Ofbiz

2011-05-23 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038222#comment-13038222 ] Kevan Miller commented on GERONIMO-5975: Hi. Are you using Apache Geronimo

Re: Welcome Chi Run Hua as a new Geronimo committer

2011-05-20 Thread Kevan Miller
On May 20, 2011, at 11:32 AM, Ivan wrote: > I would like to welcome chi run hua on aboard, as he recently accepted > the Geronimo PMC invitation to become a committer. His account was > just created , so you should start seeing some commits from him soon. Congrats! Thanks for all of your contri

Re: buildbot success in ASF Buildbot on geronimo-server-trunk

2011-05-20 Thread Kevan Miller
On May 20, 2011, at 12:04 AM, Forrest Xia wrote: > Hi David B, > > Can you help change the buildbot a little bit? > > We locally build the geronimo trunk is very slow cause there is always new > geronimo snapshot artifacts to download. So can you please help disable the > deploy step for gero

Re: Progress on osgi-friendliness

2011-05-19 Thread Kevan Miller
On May 18, 2011, at 8:47 PM, David Jencks wrote: > This version had some problems such as the standalone commands (e.g. deploy) > and the app client not starting. I've fixed these and started integrating > the aries 0.3 eba-with-isolation stuff. The server starts for me but I > haven't tried

Re: Progress on osgi-friendliness

2011-05-19 Thread Kevan Miller
On May 18, 2011, at 8:47 PM, David Jencks wrote: > This version had some problems such as the standalone commands (e.g. deploy) > and the app client not starting. I've fixed these and started integrating > the aries 0.3 eba-with-isolation stuff. The server starts for me but I > haven't tried

Re: svn commit: r1104664 - /geronimo/tck/branches/3.0/jcdi-tck-runner/src/test/resources/tck-tests-released.xml

2011-05-17 Thread Kevan Miller
On May 17, 2011, at 10:26 PM, dblev...@apache.org wrote: > Author: dblevins > Date: Wed May 18 02:26:47 2011 > New Revision: 1104664 > > URL: http://svn.apache.org/viewvc?rev=1104664&view=rev > Log: > The newest understaning of the tests we need to run > > Modified: > > geronimo/tck/branche

Re: svn commit: r1103966 - in /geronimo/server/trunk: framework/pom.xml pom.xml

2011-05-17 Thread Kevan Miller
On May 17, 2011, at 6:30 AM, Shawn Jiang wrote: > This change lead to a strange startup failure, seems caused by lack of > javax.management.remote.rmi package import from j2ee-security module. > > I tried to add: > > > > javax.management.remote.rmi > > > to plan of j2e

[jira] [Commented] (GERONIMO-5751) LinkageError running CDI TCK

2011-05-16 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034503#comment-13034503 ] Kevan Miller commented on GERONIMO-5751: New builds of Equinox contain a

[jira] [Resolved] (GERONIMO-5751) LinkageError running CDI TCK

2011-05-16 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller resolved GERONIMO-5751. Resolution: Fixed Fix Version/s: (was: 3.0-M2) 3.0

Re: [CORBA issue]Where to get OTS v1.2 spec doc?

2011-05-16 Thread Kevan Miller
On May 16, 2011, at 7:58 AM, Forrest Xia wrote: > Hi, > > Does anyone know where to get the spec doc of CORBA object transaction server > v1.2? No idea why the OTS section (http://www.omg.org/spec/OTS/) doesn't point to it. Googling around, I found a few pointers. This looks like it's what yo

Re: add an m2_repo to geronimo svn

2011-05-16 Thread Kevan Miller
On May 15, 2011, at 10:18 PM, Shawn Jiang wrote: > Another possible way is to create a geornimo bundle/jar for it. > > 1, wget the equinox jar > 2, add customized fix code. (need to contribute back to eclipse per EPL) > 3, use bundle plugin or dependency plugin to build it to > org.apache

add an m2_repo to geronimo svn

2011-05-15 Thread Kevan Miller
In order to fix some JCDI TCK issues, we need to move up to a 3.7.0 build of Eclipse Equinox. Equinox jars aren't normally available in a maven repo. I'm planning on adding an m2-repo to our svn and pointing our pom.xml to this. This technique is/has been used by other projects. I'm open to othe

Re: openwebbeans 1.1.0-SNAPSHOT not found in repositories

2011-05-15 Thread Kevan Miller
On May 14, 2011, at 5:17 PM, Sangjin Lee wrote: > Thanks. I was looking at the 3.0-M2 branch. Shall I look at the trunk then? I'd updated the branches/3.0-M2 pom, but forgot to commit... It's there now. Even so, you're better off with trunk, IMO. --kevan

Re: openwebbeans 1.1.0-SNAPSHOT not found in repositories

2011-05-14 Thread Kevan Miller
Hi Sangjin, 1.1.0 was released. I bumped the version to 1.1.1-SNAPSHOT. --kevan On May 14, 2011, at 2:08 AM, Sangjin Lee wrote: > I'm doing a 3.0-M2 build locally, and the build is failing because it cannot > find various openwebbeans 1.1.0-SNAPSHOT versions. Indeed, they seem to be > missing f

Re: LinkageError woes

2011-05-12 Thread Kevan Miller
On May 10, 2011, at 11:01 PM, David Blevins wrote: > > On May 10, 2011, at 6:57 PM, David Blevins wrote: > >> I have a hunch that eagerly loading annotations *and* enums might do the >> trick. Going to see if that is the case as that might give us more >> information about the issue and pote

[jira] [Commented] (GERONIMO-5751) LinkageError running CDI TCK

2011-05-11 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032143#comment-13032143 ] Kevan Miller commented on GERONIMO-5751: Here's a better stacktrac

[jira] [Commented] (GERONIMO-5751) LinkageError running CDI TCK

2011-05-11 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032076#comment-13032076 ] Kevan Miller commented on GERONIMO-5751: This wasn't really a fix, b

[jira] [Closed] (GERONIMO-5897) LinkageError running JCDI TCK

2011-05-11 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed GERONIMO-5897. -- Resolution: Duplicate This change didn't fix the fundamental problem. Though bumping u

[jira] [Reopened] (GERONIMO-5751) LinkageError running CDI TCK

2011-05-11 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reopened GERONIMO-5751: Assignee: Kevan Miller > LinkageError running CDI

[jira] [Reopened] (GERONIMO-5897) LinkageError running JCDI TCK

2011-05-11 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reopened GERONIMO-5897: > LinkageError running JCDI TCK > - > >

Re: LinkageError woes

2011-05-10 Thread Kevan Miller
On May 10, 2011, at 8:19 PM, David Blevins wrote: > > On May 10, 2011, at 3:48 PM, Kevan Miller wrote: > >> >> On May 10, 2011, at 5:08 PM, Kevan Miller wrote: >> >>> >>> On May 10, 2011, at 3:54 PM, David Blevins wrote: >>> >&

Re: LinkageError woes

2011-05-10 Thread Kevan Miller
On May 10, 2011, at 5:08 PM, Kevan Miller wrote: > > On May 10, 2011, at 3:54 PM, David Blevins wrote: > >> Running out of places to perform our LinkageError hack. >> >> We've been doing the "try again" routine on all our code (xbean, >> ope

Re: LinkageError woes

2011-05-10 Thread Kevan Miller
On May 10, 2011, at 3:54 PM, David Blevins wrote: > Running out of places to perform our LinkageError hack. > > We've been doing the "try again" routine on all our code (xbean, > openwebbeans, etc) and it seems we've followed that path as far as it will > lead us. Currently stuck at the follo

Re: svn commit: r1100922 - /geronimo/server/trunk/plugins/corba/geronimo-corba/pom.xml

2011-05-09 Thread Kevan Miller
This appears to have broken the build. Haven't needed to build trunk. So, have ignored it all day. Just wanted to be sure someone is looking at it... --kevan On May 9, 2011, at 4:57 AM, xiam...@apache.org wrote: > Author: xiaming > Date: Mon May 9 08:57:40 2011 > New Revision: 1100922 > > URL:

[jira] [Commented] (GERONIMO-5952) Error when i start the server Apache Geronimo v3.0

2011-05-09 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030989#comment-13030989 ] Kevan Miller commented on GERONIMO-5952: Hi Antonio, thanks for

[jira] [Commented] (GERONIMO-5952) Error when i start the server Apache Geronimo v3.0

2011-05-09 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030867#comment-13030867 ] Kevan Miller commented on GERONIMO-5952: Are you sure your install (t

[jira] [Closed] (GERONIMO-5946) error when starting server with -noverify option

2011-05-04 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed GERONIMO-5946. -- Working for me. Thanks Jarek. > error when starting server with -noverify opt

[jira] [Created] (GERONIMO-5946) error when starting server with -noverify option

2011-05-04 Thread Kevan Miller (JIRA)
(Regular issues) Affects Versions: 3.0 Reporter: Kevan Miller Fix For: 3.0 If you set the "-noverify" java option will result in the following exception and server startup fails: {code} java.lang.NoClassDefFoundError: org/apache/xbean/asm/ClassReader

Re: [BUILD] branches/2.2: Failed for Revision: 1098853

2011-05-03 Thread Kevan Miller
On May 3, 2011, at 1:38 AM, Jarek Gawor wrote: > Caused by: java.util.zip.ZipException: No such file or directory > /home/geronimo/.m2/repository/org/codehaus/plexus/plexus-maven-plugin/1.3.8/plexus-maven-plugin-1.3.8.jar Jarek, Is this file corrupted on your build machine? I'm not seeing this

Re: de-gbeaning

2011-05-02 Thread Kevan Miller
On May 2, 2011, at 5:54 PM, David Jencks wrote: > I'm making progress on the 3.0-osgi branch and hope to have the j2ee plugin > building shortly at which point I plan to look at the tomcat plugin. > (connector is next in the build, but I have a different approach in my > sandbox txmanager. I

[jira] [Commented] (GERONIMO-5096) Integrate Wink JAX-RS implementation into Geronimo.

2011-05-02 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027822#comment-13027822 ] Kevan Miller commented on GERONIMO-5096: Hi Sastry, don't think Jer

Re: [BUILD] branches/2.2: Failed for Revision: 1098127

2011-05-01 Thread Kevan Miller
The following showed up on dev@ moderation. I tried to moderate it through, but either I did something wrong or another moderator had already rejected it. Anyway, here it is... I'm able to build with maven 2.2.1. I ran a 'mvn deploy' for 2.2.2-SNAPSHOT. See if things get any better... Cedric,

[jira] [Created] (GERONIMO-5941) JSR-299 Policy Available test failure

2011-04-28 Thread Kevan Miller (JIRA)
) Affects Versions: 3.0 Reporter: Kevan Miller Fix For: 3.0 We're getting the following test failure running JSR-299 CTS: Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 43.646 sec <<< FAILURE! testEnabledPolicyAvailable(or

[jira] [Updated] (GERONIMO-5940) JSR-299 PersistenceContextInjectionTests are failing

2011-04-28 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller updated GERONIMO-5940: --- Attachment: org.jboss.jsr299

[jira] [Updated] (GERONIMO-5940) JSR-299 PersistenceContextInjectionTests are failing

2011-04-28 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller updated GERONIMO-5940: --- Affects Version/s: 3.0 Fix Version/s: 3.0 > JSR-

[jira] [Created] (GERONIMO-5940) JSR-299 PersistenceContextInjectionTests are failing

2011-04-28 Thread Kevan Miller (JIRA)
: public (Regular issues) Reporter: Kevan Miller The tests: {code} Failed tests: testPassivationOfPersistenceContext(org.jboss.jsr299.tck.tests.implementation.simple.resource.persistenceContext.PersistenceContextInjectionTest) testPassivationOfPersistenceUnit(org.jboss.jsr299

[jira] [Commented] (GERONIMO-5896) ContextNotActiveException running JCDI TCK

2011-04-28 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026670#comment-13026670 ] Kevan Miller commented on GERONIMO-5896: For the record, the test fail

Re: Time for trunk res

2011-04-27 Thread Kevan Miller
On Apr 27, 2011, at 3:40 AM, David Jencks wrote: > > On Apr 26, 2011, at 6:57 PM, Kevan Miller wrote: > >> >> On Apr 26, 2011, at 7:30 PM, David Jencks wrote: >> >>> I've committed my work. Trunk should still be trunk and the new work >>

Re: Time for trunk res

2011-04-26 Thread Kevan Miller
On Apr 26, 2011, at 7:30 PM, David Jencks wrote: > I've committed my work. Trunk should still be trunk and the new work should > be on branches/3.0-osgi. After running mvn -N, I'm able to build up to geronimo-web-2.5-builder. I assume that's how far you're getting? --kevan

[jira] [Updated] (GERONIMO-5896) ContextNotActiveException running JCDI TCK

2011-04-26 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller updated GERONIMO-5896: --- Attachment: owb-lifecycle.patch I hacked this together. There's probably a b

[jira] [Resolved] (GERONIMO-5897) LinkageError running JCDI TCK

2011-04-26 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller resolved GERONIMO-5897. Resolution: Fixed Fix Version/s: 3.0 Fixed by 1092539. Looks like I forgot to

Re: Time for trunk res

2011-04-26 Thread Kevan Miller
On Apr 26, 2011, at 7:30 PM, David Jencks wrote: > I've committed my work. Trunk should still be trunk and the new work should > be on branches/3.0-osgi. Yay. Thanks Dave. --kevan

Re: Time for trunk res

2011-04-25 Thread Kevan Miller
On Apr 25, 2011, at 5:37 AM, Shawn Jiang wrote: > With the later options, we need to re-setup m2 dev/AHP/build environment > immediately and have to maintain two set of code for tck for an unknown > period. I'd prefer the sandbox/branch instead of branching current trunk > before major poten

Re: Time for trunk res

2011-04-25 Thread Kevan Miller
On Apr 25, 2011, at 1:24 PM, David Jencks wrote: > Also There's a certain amount of flailing around in my (local) git > commits. I don't want to spend a lot of time trying to massage these into > clean atomic well-thought-out steps but I could try to do a little bit of > rebasing to comb

Re: Time for trunk res

2011-04-25 Thread Kevan Miller
On Apr 25, 2011, at 12:38 PM, David Jencks wrote: > The tck won't run against the new code yet, only the framework server builds. > > Over the weekend I resolved the git problems I was having and made a linear > history version which is up to date with svn and can be pushed back into svn. > >

Time for trunk res

2011-04-24 Thread Kevan Miller
As you know, David Jencks has been working on restructuring Geronimo to move away from the Geronimo's ConfigurationManager and DependencyManager and use standards based OSGi mechanisms. I took a look at his current code -- http://people.apache.org/~djencks/22-4-2011.full.bundle (I used git clo

[jira] [Commented] (GERONIMO-5930) deployed an ejb web application then "unable to clear Sun JarFileFactory cache" error message appeared in geronimo.log file after shutdown the server

2011-04-22 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023210#comment-13023210 ] Kevan Miller commented on GERONIMO-5930: Full information on the error

[jira] [Created] (GERONIMO-5920) Error deploying EJB jar with bean names containing international characters

2011-04-19 Thread Kevan Miller (JIRA)
Issue Type: Bug Security Level: public (Regular issues) Affects Versions: 2.2.1 Reporter: Kevan Miller A user reported the following error deploying an ejb jar containing beans with international characters. They also reported that specifying "-Dfile.encoding=UTF

[jira] [Commented] (GERONIMO-5919) WAB does not support jsp.

2011-04-19 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021559#comment-13021559 ] Kevan Miller commented on GERONIMO-5919: Thanks Shawn. As a permanent fi

[jira] [Resolved] (GERONIMO-5915) IOException reading directory monitor state from .DirectoryMonitor java.io.EOFException appear in geronimo.log file as info

2011-04-18 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller resolved GERONIMO-5915. Resolution: Fixed Fix Version/s: 3.0 Cleaned up log message. In particular

[jira] [Assigned] (GERONIMO-5915) IOException reading directory monitor state from .DirectoryMonitor java.io.EOFException appear in geronimo.log file as info

2011-04-18 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reassigned GERONIMO-5915: -- Assignee: Kevan Miller > IOException reading directory monitor state f

Re: [Disscussion] Reference binded in JNDI is not dereferenced properly when lookup

2011-04-14 Thread Kevan Miller
On Apr 14, 2011, at 2:42 PM, David Jencks wrote: > In tranql trunk I've made all the jars into bundles and put in some code that > does some of the work for the DataSourceBuilder. This is all used in my > sandbox txmanager code and it seems to work by itself but I haven't tried to > integrate

move to openjpa 2.1.0?

2011-04-12 Thread Kevan Miller
We're currently using OpenJPA 2.0.1. Has anyone tried running with 2.1.0? At a minimum, 2.1.0 looks like it would fix LinkageError problems like GERONIMO-5897. --kevan

[jira] [Created] (GERONIMO-5898) ClassCastException during deployment of some JCDI TCK

2011-04-11 Thread Kevan Miller (JIRA)
: public (Regular issues) Components: OpenWebBeans Reporter: Kevan Miller Fix For: 3.0 Final JCDI TCK issue (I hope). During deployment of some apps, we're getting the following exception (this is with an updated WebBeansConfigurationListener.java). So, will

[jira] [Created] (GERONIMO-5897) LinkageError running JCDI TCK

2011-04-11 Thread Kevan Miller (JIRA)
: OpenWebBeans Affects Versions: 3.0 Reporter: Kevan Miller JCDI PersistenceContext tests are failing due to a LinkageError during deployment. This is basically the same sort of problem we saw a few months back (GERONIMO-5751) where OpenJPA class transformation is causing redundant

[jira] [Created] (GERONIMO-5896) ContextNotActiveException running JCDI TCK

2011-04-11 Thread Kevan Miller (JIRA)
) Components: OpenWebBeans Reporter: Kevan Miller Fix For: 3.0 Running the JCDI tck can result in some exceptions like the following: {code} 2011-04-09 23:53:45,964 ERROR [ApplicationContextTest]] Exception sending context initialized event to listener instance

Re: test errors building trunk?

2011-04-11 Thread Kevan Miller
On Apr 11, 2011, at 9:11 AM, viola.lu wrote: > I met the same error on win 2003. K. Thanks. That's good to know -- in addition to the 'misery loves company' factor... ;-) --kevan

Re: svn commit: r1090158 - in /geronimo/server/trunk/plugins/openwebbeans: geronimo-openwebbeans-builder/src/main/java/org/apache/geronimo/openwebbeans/deployment/ geronimo-openwebbeans/ geronimo-open

2011-04-09 Thread Kevan Miller
On Apr 8, 2011, at 11:37 AM, Forrest Xia wrote: > New server build failed all app deployment with this exception on web profile > assembly: > > org.apache.openejb.OpenEJBException: Creating application failed: > /home/tcker/tckdata/ahp/opt/anthill3/agent/var/jobs/projects/3_0_Web_Profile/3_0_W

[jira] [Created] (GERONIMO-5894) deploy, undeploy, deploy of an app using hot-deploy directory fails on the second deploy

2011-04-08 Thread Kevan Miller (JIRA)
Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: Hot Deploy Dir Affects Versions: 3.0 Reporter: Kevan Miller Fix For: 3.0 If you copy an app into deploy directory, delete it, and copy it back in

[jira] [Commented] (GERONIMO-5891) support application delete in hot-deploy when server is stopped

2011-04-08 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017538#comment-13017538 ] Kevan Miller commented on GERONIMO-5891: Fixed in branches/2.2 and t

[jira] [Closed] (GERONIMO-5891) support application delete in hot-deploy when server is stopped

2011-04-08 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed GERONIMO-5891. -- Resolution: Fixed > support application delete in hot-deploy when server is stop

[jira] [Assigned] (GERONIMO-5891) support application delete in hot-deploy when server is stopped

2011-04-08 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reassigned GERONIMO-5891: -- Assignee: Kevan Miller > support application delete in hot-deploy when server

test errors building trunk?

2011-04-07 Thread Kevan Miller
I have two Macs that are getting test errors building trunk in geronimo-axis-builder: java.lang.ExceptionInInitializerError at org.apache.axis.constants.Enum.(Enum.java:35) at org.apache.geronimo.axis.builder.ServiceReferenceTest.buildOperationInfoForMockOperation(Ser

[jira] [Created] (GERONIMO-5891) support application delete in hot-deploy when server is stopped

2011-04-07 Thread Kevan Miller (JIRA)
: Improvement Security Level: public (Regular issues) Components: Hot Deploy Dir Affects Versions: 2.2.1, 3.0 Reporter: Kevan Miller Priority: Minor Fix For: 2.2.2, 3.0 Somebody was complaining to me about hot deploy behavior... If server is

Re: Apache Tuscany Logo in Geronimo Wiki

2011-04-06 Thread Kevan Miller
On Apr 6, 2011, at 12:39 AM, chi runhua wrote: > Hi all, just want to let you know that the problem has been fixed by Infra > team now. > > The reason is that macros in our export template got confused with those in > Tuscany. After renaming those macros with a prefix 'gmo' in our template a

Re: [Announce] Now Open: Call for Participation for ApacheCon North America

2011-04-05 Thread Kevan Miller
All, I'm planning on attending ApacheCon. We've had a Geronimo track the past two years. And if there's sufficient interest, I'll help coordinate another one... Any PMC member can help coordinate also... :) --kevan On Mar 17, 2011, at 12:13 PM, Kevan Miller wrote: >

Re: [Discussion] JPA Pluggability

2011-04-05 Thread Kevan Miller
On Apr 5, 2011, at 5:16 AM, Rex Wang wrote: > HI Devs, > > These days I am looking into this new feature that we need implement to > comply the Java EE 6 Spec. Hi Rex, Would be useful to identify the specific sections of the Java EE 6 Spec(s) that are relevant to this discussion. Can you (or

Fwd: ASF Board Report - Initial Reminder for Apr 2011

2011-04-04 Thread Kevan Miller
FYI Begin forwarded message: > From: ASF Board > Date: April 1, 2011 11:29:47 AM EDT > To: Kevan Miller > Subject: ASF Board Report - Initial Reminder for Apr 2011 > > > > This email was sent by an automated system on behalf of the ASF Board. > It is an initial

Re: svn commit: r1087186 - in /geronimo/server/trunk: ./ plugins/openwebbeans/geronimo-openwebbeans/src/main/java/org/apache/geronimo/openwebbeans/

2011-03-31 Thread Kevan Miller
On Mar 31, 2011, at 1:25 AM, xuhaih...@apache.org wrote: > Author: xuhaihong > Date: Thu Mar 31 05:25:11 2011 > New Revision: 1087186 > > URL: http://svn.apache.org/viewvc?rev=1087186&view=rev > Log: > Use OWB 1.1.0 and update integration codes Yay. Clean build... ;-) Thanks for making the upda

Re: Apache Tuscany Logo in Geronimo Wiki

2011-03-31 Thread Kevan Miller
On Mar 31, 2011, at 4:52 AM, chi runhua wrote: > The problem comes again on 3.0 doc website. Ivan helped export the space > manually and the Tuscany logo is still there. So I reasied INFRA-3555 and > hopefully someone from infra. team could help take a look. > > And I am out of options now.

Re: Who can help to give the permission to close JIRA

2011-03-30 Thread Kevan Miller
On Mar 29, 2011, at 3:31 AM, li yanli wrote: > Hi, > > When I verified JIRA I have no permission to close them except my own > reported JIRA. > Who can help me to give the permission? > thanks in advance! Hi Tina, I've added you to our geronimo-contributor group on Jira. --kevan

Re: information about geronimo clustering

2011-03-24 Thread Kevan Miller
On Mar 24, 2011, at 4:41 AM, fauzan akbar wrote: > my name is fauzan akbar, i'm application developer using java programming and > apache geronimo as application server. > > i wondering is geronimo can be clustered??? > > the reason why i ask this question because, in the present time, i'm >

Re: where to get the latest IDL files for corba?

2011-03-23 Thread Kevan Miller
On Mar 23, 2011, at 5:35 AM, Forrest Xia wrote: > Hi, > > Recently, when I dig into the issue of > https://issues.apache.org/jira/browse/YOKO-432, I find the corba IDL files > seems out of date a little bit, for example, IOP.idl does not definition for > the new tag component "TAG_RMI_CUSTOM_

[jira] [Created] (GERONIMO-5873) starttls.required is not supported by JavaMail

2011-03-21 Thread Kevan Miller (JIRA)
(Regular issues) Components: mail Affects Versions: 2.2.1, 2.1.7, 3.0-M2, 3.0 Reporter: Kevan Miller starttls.required is not currently supported by our javamail implementation, but it looks like it should be. if starttls.enable is set to true, then we will require that the

Fwd: [Announce] Now Open: Call for Participation for ApacheCon North America

2011-03-17 Thread Kevan Miller
FYI Begin forwarded message: > From: Sally Khudairi > Date: March 3, 2011 3:10:17 PM EST > To: annou...@apachecon.com > Subject: [Announce] Now Open: Call for Participation for ApacheCon North > America > Reply-To: s...@apache.org > > Call for Participation > ApacheCon North America 2011 > 7

Re: [BUILD] trunk: Failed for Revision: 1079966

2011-03-17 Thread Kevan Miller
On Mar 10, 2011, at 3:53 AM, ga...@apache.org wrote: > Caused by: > org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: > Missing: > -- > 1) org.apache.wink:wink-common:jar:1.1.3-incubating-SNAPSHOT Just got Wink to deploy a new snapshot. Hopefully will clear up buil

Re: [DISCUSSION]Drop current m2 branch for now ?

2011-03-16 Thread Kevan Miller
On Mar 14, 2011, at 9:57 PM, Shawn Jiang wrote: > Considering the huge changes in m2/trunk, we've been suffering from the code > merge and verification between m2 branch and trunk. > > If we don't have a clear target date for m2 release. I suggest to drop the > current m2 branch and focus

Re: Unsubscribe from dev@geronimo.apache.org

2011-03-16 Thread Kevan Miller
On Mar 16, 2011, at 9:18 PM, Mohan R Siripi wrote: > > Hi, > > Please Unsubscribe from dev@geronimo.apache.org dev-unsubscr...@geronimo.apache.org --kevan

Re: Server build failed

2011-03-16 Thread Kevan Miller
On Mar 15, 2011, at 5:00 AM, Shenghao Fang wrote: > I finally made the build successfully by upgrading maven to 3.03. > > But I don't know the root cause exactly. > > Anyway, thanks for your hint. > > 2011/3/15 Ivan > Do you solve this issue ? I got the similar error, and found it was caused

Re: How to support add a new broker in Geronimo 3.0

2011-03-16 Thread Kevan Miller
On Mar 16, 2011, at 4:19 AM, Ivan wrote: > Hi, > Now, in Geronimo 3.0, blueprint configuration has been used for ActiveMQ > broker. Now we might be facing the problem how to add a new broker, which is > totally different from the way in Geronimo 2.2. > One possible way is to use the si

[jira] Created: (GERONIMO-5864) ServletContext.log doesn't log

2011-03-15 Thread Kevan Miller (JIRA)
sions: 3.0 Reporter: Kevan Miller Fix For: 3.0 ServletContext.log() calls aren't logged anywhere (as far as i can tell). This is on a tomcat server. I didn't test a jetty assembly. -- This message is automatically generated by JIRA. For more information on

Re: Geronimo 2.x kernel and 3.0 backward compatible

2011-03-13 Thread Kevan Miller
On Mar 12, 2011, at 7:33 PM, Ming Qin wrote: > Geronimo Developers: > >I am seeking a java microkernel-based implementation as foundation for > proprietary software product which will have a long life cycle crossing 10 > years or even more. Geronimo microkernel (without OSGI ) seems very

Re: Geronimo 3

2011-03-10 Thread Kevan Miller
On Mar 10, 2011, at 10:22 AM, Martin Storch wrote: > Hi there, > > when will Geronimo 3.0 be done? We're a few months away. We haven't set a release target, yet. > > When I use Geronimo as an App-Server, do I still need (to install) Tomcat? > How are all these Apache-Apps are working togethe

Re: Time to turn off dependency change tracking in trunk?

2011-03-07 Thread Kevan Miller
On Mar 3, 2011, at 12:14 PM, Jarek Gawor wrote: > Are karaf features built from the maven dependencies? If so, won't > that require the same tracking as we are doing now? > > I always found the dependencies.xml useful but I guess maybe I was the > only one that paid attention to it. It prevented

Re: Time to turn off dependency change tracking in trunk?

2011-03-02 Thread Kevan Miller
On Mar 2, 2011, at 8:30 PM, Ivan wrote: > How about just generating these files in the target folder for now, > sometimes, the dependency.xml and treelist.txt are helpful for me to find why > the unwanted artifact is imported. I see no reason to keep generating them and pumping them into svn.

[jira] Closed: (GERONIMO-5837) NPE during second deploy using hot-deploy directory

2011-02-28 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller closed GERONIMO-5837. -- Resolution: Duplicate Oops. Not up to date reading recent Jiras... Duplicate of GERONIMO

Re: Possibly corba/yoko stuff does not need to be in endorsed?

2011-02-28 Thread Kevan Miller
On Feb 21, 2011, at 8:32 PM, David Jencks wrote: > The recent work related to yoko reminded me that I think I recall being told > that if we don't export any corba classes from the osgi framework we won't > need to put the corba spec bundle in endorsed, rather it can be a regular > bundle. I

[jira] Updated: (GERONIMO-5837) NPE during second deploy using hot-deploy directory

2011-02-28 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller updated GERONIMO-5837: --- Affects Version/s: 3.0-M2 Fix Version/s: 3.0-M2 > NPE during second deploy us

[jira] Created: (GERONIMO-5837) NPE during second deploy using hot-deploy directory

2011-02-28 Thread Kevan Miller (JIRA)
: public (Regular issues) Reporter: Kevan Miller I deployed an application, verified the application was deployed, undeployed the application, verified the application was undeployed, then attempted a second deploy of the application using the hot-deploy (i.e. 'deploy') direct

[jira] Commented: (GERONIMO-5836) Identify migration differences from 2.x to 3.0

2011-02-28 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000346#comment-13000346 ] Kevan Miller commented on GERONIMO-5836: I expect we'll see some disc

[jira] Created: (GERONIMO-5834) add a do not fail option for server startup

2011-02-25 Thread Kevan Miller (JIRA)
(Regular issues) Affects Versions: 3.0-M2 Reporter: Kevan Miller Priority: Minor Fix For: 3.0-M2 An option that would keep the server from exiting, if an error occurs during startup, would be convenient. Something like 'geronimo run --nofail' -- Th

Re: exposing exceptions that caused a rollback

2011-02-23 Thread Kevan Miller
On Feb 22, 2011, at 4:37 PM, David Jencks wrote: > cf > https://issues.apache.org/jira/browse/GERONIMO-4576 > https://issues.apache.org/jira/browse/OPENEJB-1091 > > For a long time we've known of this problem where an exception thrown by a > transaction synchronization that causes a transact

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