Re: ejb-jar.xml and EJB 3.0

2008-07-17 Thread David Blevins
zeros wrote: > > Thanks a lot. It was the solution. In the documentation which I have, the > local and remote interfaces are shown by and > , but substituing those by > and > it works perfectly. > > With tags i meant @Local and @Remote > > Thanks a lot again > Just a note. In the latest

[jira] Commented: (GERONIMO-4131) Problems with WebSphere MQ RA deployment

2008-07-17 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614648#action_12614648 ] Jarek Gawor commented on GERONIMO-4131: --- I committed the latest patch to trunk (re

[jira] Updated: (GERONIMO-4131) Problems with WebSphere MQ RA deployment

2008-07-17 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-4131: -- Attachment: GERONIMO-4131.patch Latest patch. Deals with property name cases. > Problems

[jira] Updated: (GERONIMO-4131) Problems with WebSphere MQ RA deployment

2008-07-17 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-4131: -- Attachment: (was: GERONIMO-4131.patch) > Problems with WebSphere MQ RA deployment >

[jira] Closed: (GERONIMO-4194) jsp sample view source links are broken

2008-07-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-4194. - Tested with both tomcat and jetty assembly > jsp sample view source links are broken > --

[jira] Resolved: (GERONIMO-4194) jsp sample view source links are broken

2008-07-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-4194. --- Resolution: Fixed see subversion tab for revisions. The view source htmls for jsp-examples are au

[jira] Closed: (GERONIMO-4205) unable to build samples on windows platoform due to Filename too long

2008-07-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun closed GERONIMO-4205. - close issue, tested on a dir that has 14 characters such as c:\geronimosample. > unable to build samples

[jira] Resolved: (GERONIMO-4205) unable to build samples on windows platoform due to Filename too long

2008-07-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-4205. --- Resolution: Fixed Fix Version/s: 2.2 2.1 branch rev 677340 & trunk rev 677701 (also see sub

[BUILD] trunk: Failed for Revision: 677574

2008-07-17 Thread gawor
Geronimo Revision: 677574 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080717/build-0900.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080717/unit-test

Re: tomcat 6.0.14 jars in testsuite

2008-07-17 Thread Jason Warner
It looks like it ended up just being staled jars lying around in my directory. Doesn't seem to be a problem. Nothing to see here... Thanks! On Thu, Jul 17, 2008 at 1:06 PM, Lin Sun <[EMAIL PROTECTED]> wrote: > Sorry I read the version number wrong :-( ignore my note below. > > Lin > > On Thu

Re: tomcat 6.0.14 jars in testsuite

2008-07-17 Thread Lin Sun
Sorry I read the version number wrong :-( ignore my note below. Lin On Thu, Jul 17, 2008 at 12:57 PM, Lin Sun <[EMAIL PROTECTED]> wrote: > Is this caused by the following in trunk\pom.xml? > > > >org.apache.tomcat >jasper >

Re: tomcat 6.0.14 jars in testsuite

2008-07-17 Thread Jason Warner
We do have a private copy of the jasper jar (and the catalina one too), but they're both based off of the 6.0.16 release of tomcat now. Based on what you've posted, and what i saw when I checked earlier, they're declared properly. It's the older jars that I'm finding in use in the snapshot in the

[jira] Commented: (GERONIMO-4201) Accessing admin console portlets that use DWR after restart giving error

2008-07-17 Thread Manu T George (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614434#action_12614434 ] Manu T George commented on GERONIMO-4201: - Sorry forgot to test with jetty. Need

Re: unable to build trunk on windows machine

2008-07-17 Thread Lin Sun
Thanks I'll try that to work around the prob. Lin On Thu, Jul 17, 2008 at 12:06 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: > You might want to try moving your m2 repository to someplace other than the > default location. I have mine at c:/.m2, and don't have any problems > building. > > Rick >

Re: tomcat 6.0.14 jars in testsuite

2008-07-17 Thread Lin Sun
Is this caused by the following in trunk\pom.xml? org.apache.tomcat jasper 6.0.16-G652117 I don't remember the details - I thought we need a private copy of the jasper jar for a fix. Lin On Thu, Jul 17, 200

Re: tomcat 6.0.14 jars in testsuite

2008-07-17 Thread Jason Warner
I forgot to add an example of what I'm referring to. I ran "find -E ./ -name jasper-6.0.14-G614585.jar -print" from geronimo home and got the following results; .//testsuite/console-testsuite/target/geronimo-jetty6-javaee5-2.2-SNAPSHOT/repository/org/apache/tomcat/jasper/6.0.14-G614585/jasper-6.0

tomcat 6.0.14 jars in testsuite

2008-07-17 Thread Jason Warner
I'm not very familiar with how the testsuite works but it seems that it uses a 2.2 snapshot of jetty based on what's unpacked into my testsuite directory. Where does this snapshot come from? It's using 6.0.14 versions of tomcat jars when the rest of trunk is using 6.0.16. It's possible I missed

[jira] Assigned: (GERONIMODEVTOOLS-441) Retrieving Metadata complete Deployment Descriptor for Web Projects

2008-07-17 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R reassigned GERONIMODEVTOOLS-441: Assignee: Shiva Kumar H R (was: Tim McConnell) > Retriev

Re: unable to build trunk on windows machine

2008-07-17 Thread Rick McGuire
You might want to try moving your m2 repository to someplace other than the default location. I have mine at c:/.m2, and don't have any problems building. Rick Lin Sun wrote: Hi, I have been having probs building trunk on my winxp machine. It failed at building geronimo-jetty6-javaee5, a

unable to build trunk on windows machine

2008-07-17 Thread Lin Sun
Hi, I have been having probs building trunk on my winxp machine. It failed at building geronimo-jetty6-javaee5, at the jaxws GShellCommandRegistration ant task. Looks like it is related to some sorta of classpath too long prob on windows... note that the last character (C:\Documents and Setting

[jira] Commented: (GERONIMO-3599) Unable to create new JMS Resource group through console in IE7

2008-07-17 Thread Joseph Leong (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614388#action_12614388 ] Joseph Leong commented on GERONIMO-3599: Continually working on this hoping to c

[BUILD] trunk: Failed for Revision: 677515

2008-07-17 Thread gawor
Geronimo Revision: 677515 built with tests included See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080717/build-0300.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20080717 [INFO] BUILD

[jira] Resolved: (GERONIMODEVTOOLS-425) Query Dynamic Information from Server

2008-07-17 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R resolved GERONIMODEVTOOLS-425. -- Resolution: Duplicate Fix Version/s: 2.1.2 Ass

[jira] Assigned: (GERONIMODEVTOOLS-434) Query Dynamic Information from Server using JMX

2008-07-17 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R reassigned GERONIMODEVTOOLS-434: Assignee: Sainath Chowdary (was: Shiva Kumar H R) > Quer

[jira] Resolved: (GERONIMODEVTOOLS-434) Query Dynamic Information from Server using JMX

2008-07-17 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R resolved GERONIMODEVTOOLS-434. -- Resolution: Fixed Committed in trunk at revision: 677535. Man

[jira] Commented: (GERONIMODEVTOOLS-425) Query Dynamic Information from Server

2008-07-17 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614265#action_12614265 ] Shiva Kumar H R commented on GERONIMODEVTOOLS-425: -- Thanks to Sa

Re: svn commit: r675220 - in /geronimo/server/trunk/plugins: console/console-core/src/main/java/org/apache/geronimo/console/util/ plancreator/plancreator-portlets/src/main/java/org/apache/geronimo/con

2008-07-17 Thread Shiva Kumar H R
Changes that were earlier made in this revision: 675220 have been reverted at revision: 677509. Please see GERONIMO-4189. On Wed, Jul 16, 2008 at 12:33 PM, Shiva Kumar H R <[EMAIL PROTECTED]> wrote: > I had earlier replied to Kevan's mail. Looks like some problem with my > mailbox and it didn't