[jira] Closed: (GERONIMO-5602) SPNEGO support in Geronimo failed.

2010-09-28 Thread Han Hong Fang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Hong Fang closed GERONIMO-5602. --- Resolution: Invalid Close this JIRA based on janel's posting. SPNEGO support in

[jira] Updated: (GERONIMODEVTOOLS-673) Don't download TPTP runtime since maven-eclipsepde-plugin 1.1 can handle optional bundle now

2010-09-28 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Delos Dai updated GERONIMODEVTOOLS-673: --- Description: From 2.1.6, building GEP will download TPTP runtime from

[jira] Updated: (GERONIMODEVTOOLS-673) Don't download TPTP runtime since maven-eclipsepde-plugin 1.1 can handle optional bundle now

2010-09-28 Thread Han Hong Fang (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Hong Fang updated GERONIMODEVTOOLS-673: --- Attachment: GERONIMODEVTOOLS-673 .patch Please check the patch.

How to package the standalone ejb file ?

2010-09-28 Thread Ivan
Hi, In the past, while deploying a standalone ejb module, we renamed it with ejb.jar and packaged in in the car package, and we use the same way now in OSGI, which means ejb.jar is added to the bundle-classpath. This causes some failures, while scanning the annotations, it uses the codes

Re: How to package the standalone ejb file ?

2010-09-28 Thread David Jencks
On Sep 28, 2010, at 12:16 AM, Ivan wrote: Hi, In the past, while deploying a standalone ejb module, we renamed it with ejb.jar and packaged in in the car package, and we use the same way now in OSGI, which means ejb.jar is added to the bundle-classpath. This causes some failures,

[BUILD] trunk: Failed for Revision: 1002039

2010-09-28 Thread gawor
Geronimo Revision: 1002039 built with tests included See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928/build-0300.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928 [INFO] BUILD

Re: How to package the standalone ejb file ?

2010-09-28 Thread Ivan
Hmm, seems that it should be OK if the ejb jar is used directly, it looks like more nature. One disadvantage is that we need to extract the jar and repackage it, but I think that it should not an issue. I will try it. Thanks. 2010/9/28 David Jencks david_jen...@yahoo.com On Sep 28, 2010, at

[BUILD] trunk: Failed for Revision: 1002153

2010-09-28 Thread gawor
Geronimo Revision: 1002153 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928/build-0900.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928 [INFO] BUILD

[jira] Commented: (GERONIMO-5222) Add support for application validation descriptor support for deployed applications.

2010-09-28 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12915789#action_12915789 ] Vamsavardhana Reddy commented on GERONIMO-5222: --- At revision: 100 o

Re: http://localhost:8080/console/ is showing directory listing instead of login page

2010-09-28 Thread David Jencks
On Sep 27, 2010, at 7:15 AM, Ivan wrote: Currently, the default servlet is merged in the deployment time, and I am thinking that we might need to have a better way for merging the default web.xml file. It seems that we could not easily modify those parameters if we want to enable/disable

[BUILD] trunk: Failed for Revision: 1002327

2010-09-28 Thread gawor
Geronimo Revision: 1002327 built with tests included See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928/build-1500.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928 [INFO] BUILD

Re: http://localhost:8080/console/ is showing directory listing instead of login page

2010-09-28 Thread Ivan
2010/9/29 David Jencks david_jen...@yahoo.com On Sep 27, 2010, at 7:15 AM, Ivan wrote: Currently, the default servlet is merged in the deployment time, and I am thinking that we might need to have a better way for merging the default web.xml file. It seems that we could not easily modify

[BUILD] trunk: Failed for Revision: 1002439

2010-09-28 Thread gawor
Geronimo Revision: 1002439 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928/build-2100.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20100928 [INFO] BUILD

[jira] Resolved: (GERONIMODEVTOOLS-673) Don't download TPTP runtime since maven-eclipsepde-plugin 1.1 can handle optional bundle now

2010-09-28 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Delos Dai resolved GERONIMODEVTOOLS-673. Resolution: Fixed Commit the patch in revision 1002477 for 2.2.1 branch,