[jira] Resolved: (GERONIMO-3806) CLONE -Extraneous WARN messages during deployment of resource-env-refs in EJB jar

2008-03-22 Thread Vamsavardhana Reddy (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vamsavardhana Reddy resolved GERONIMO-3806.
---

   Resolution: Fixed
Fix Version/s: 2.0.x
 Assignee: Manu T George  (was: Vamsavardhana Reddy)

Applied patches submitted by Manu and Toby.

Completed: At revision: 639953  in trunk
Completed: At revision: 639955  in branches\2.1
Completed: At revision: 639957  in branches\2.0

Please verify and close the JIRA.

 CLONE -Extraneous WARN messages during deployment of resource-env-refs in EJB 
 jar
 -

 Key: GERONIMO-3806
 URL: https://issues.apache.org/jira/browse/GERONIMO-3806
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment
Affects Versions: 2.0.2, 2.1, 2.1.1, 2.2
 Environment: Windows XP SP2
Reporter: toby cabot
Assignee: Manu T George
Priority: Minor
 Fix For: 2.0.x, 2.1.1, 2.2

 Attachments: GERONIMO-3806-2.0.2.patch, GERONIMO-3806-r639837.patch


 During deployment of one of my EJB jar files in my EAR, I get the following 
 WARN messages:
 {code}
 14:29:37,425 WARN  [AdminObjectRefBuilder] Failed to build reference to Admin 
 object reference [jms/UnsequencedDestination, jms/MailQueue, 
 jms/InboundEventQueue, jms/OutboundQueue, jms/SystemQueue, jms/ActionQueue, 
 jms/SequencedDestination, jms/InboundIntegrationQueue, 
 jms/OutboundEventQueue] defined in plan file, reason - corresponding entry in 
 deployment descriptor missing.
 14:29:37,440 WARN  [ResourceRefBuilder] Failed to build reference to resource 
 reference [jms/ConnectionFactory, jms/QueueConnectionFactory, 
 mail/MailSession, jms/TopicConnectionFactory] defined in plan file, reason - 
 corresponding entry in deployment descriptor missing.
 {code}
 This occurs at the point in the following point in the stack:
 {code}
 AdminObjectRefBuilder.buildNaming(XmlObject, XmlObject, Module, Map) line: 160
 {code}
 The specDD that is passed in is a XML fragment for a specific session bean. 
  However, the plan that is passed in contains all the resource-ref and 
 resource-env-ref elements in the openejb-jar.xml plan.  Therefore, the 
 refMap variable does not get completely emptied out, since the specific 
 session bean will only contain a subset of the resource-env-refs that are 
 defined in the plan.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3936) Make changes to openejb gbeans so that they can be modified at runtime

2008-03-22 Thread Vamsavardhana Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581252#action_12581252
 ] 

Vamsavardhana Reddy commented on GERONIMO-3936:
---

Can you see if changing

infoBuilder.addAttribute(properties, Properties.class, true);
to
infoBuilder.addAttribute(properties, Properties.class, true, true);

in the current EjbContainer class helps to prevent changing it into an 
interface and introducing EjbContainerGBean.


 Make changes to openejb gbeans so that they can be modified at runtime
 --

 Key: GERONIMO-3936
 URL: https://issues.apache.org/jira/browse/GERONIMO-3936
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: OpenEJB
Affects Versions: 2.2
 Environment: All
Reporter: Manu T George
Assignee: Manu T George
 Fix For: 2.2

 Attachments: g3936_r639236.patch


 Extract interfaces from the EjbContainer GBean so that values can be set at 
 runtime. At runtime you need to set attributes on a dynamic proxy for it to 
 get saved. 
 So the EjbContainerGBean  has been refactored to implement an EjbContainer 
 interface. Also a properties attribute has been added to the 
 OpenEjbSystemGbean. Initial approach implemented was to add multiple 
 MdbContainerGbeans for each MdbContainer created but it keeps on adding 
 entries to config.xml. Also adding too many gbeans to existing configurations 
 is not a good design as I understand from advice given in the ML

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[BUILD] branches/2.1: Failed for Revision: 640020

2008-03-22 Thread gawor
Geronimo Revision: 640020 built with tests included
 
See the full build-1400.log file at 
http://geronimo.apache.org/maven/server/binaries/2.1/20080322/build-1400.log
 
Download the binaries from 
http://geronimo.apache.org/maven/server/binaries/2.1/20080322
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 31 minutes 10 seconds
[INFO] Finished at: Sat Mar 22 14:38:21 EDT 2008
[INFO] Final Memory: 305M/1005M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://geronimo.apache.org/maven/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://geronimo.apache.org/maven/server/binaries/2.1/20080322/logs-1400-tomcat/test.log
 
 
Assembly: jetty
=
See the full test.log file at 
http://geronimo.apache.org/maven/server/binaries/2.1/20080322/logs-1400-jetty/test.log
 
[INFO] Running console-testsuite.advance-test
[INFO] Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 74.493 
sec  FAILURE!
 
Samples: branches/2.1
=
Log: 
http://geronimo.apache.org/maven/server/binaries/2.1/20080322/samples-1400.log
 
Build status: OK
 


[jira] Commented: (GERONIMO-3910) Rename classes, remove IBM references

2008-03-22 Thread Erik B. Craig (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581294#action_12581294
 ] 

Erik B. Craig commented on GERONIMO-3910:
-

Committed revision 640084 - branches/1.0/migration-ejb-bmp has been cleaned up

 Rename classes, remove IBM references
 -

 Key: GERONIMO-3910
 URL: https://issues.apache.org/jira/browse/GERONIMO-3910
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: sample apps
Affects Versions: 1.x
Reporter: Erik B. Craig
Assignee: Erik B. Craig
Priority: Critical

 In the migration sample apps from the 1.0 branch, there are classes named 
 com.ibm.x.
 These need to be renamed to o.a.g

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3910) Rename classes, remove IBM references

2008-03-22 Thread Erik B. Craig (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581296#action_12581296
 ] 

Erik B. Craig commented on GERONIMO-3910:
-

Committed revision 640088 - webapp in branches/1.0/migration-ejb-bmp 

 Rename classes, remove IBM references
 -

 Key: GERONIMO-3910
 URL: https://issues.apache.org/jira/browse/GERONIMO-3910
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: sample apps
Affects Versions: 1.x
Reporter: Erik B. Craig
Assignee: Erik B. Craig
Priority: Critical

 In the migration sample apps from the 1.0 branch, there are classes named 
 com.ibm.x.
 These need to be renamed to o.a.g

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3910) Rename classes, remove IBM references

2008-03-22 Thread Erik B. Craig (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581300#action_12581300
 ] 

Erik B. Craig commented on GERONIMO-3910:
-

Committed revision 640093. branches/1.0/migration-ejb-bmp, forgot apache.demo

 Rename classes, remove IBM references
 -

 Key: GERONIMO-3910
 URL: https://issues.apache.org/jira/browse/GERONIMO-3910
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: sample apps
Affects Versions: 1.x
Reporter: Erik B. Craig
Assignee: Erik B. Craig
Priority: Critical

 In the migration sample apps from the 1.0 branch, there are classes named 
 com.ibm.x.
 These need to be renamed to o.a.g

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3910) Rename classes, remove IBM references

2008-03-22 Thread Erik B. Craig (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581305#action_12581305
 ] 

Erik B. Craig commented on GERONIMO-3910:
-

Committed revision 640109. branches/1.0/migration-ejb-cmp cleaned up

 Rename classes, remove IBM references
 -

 Key: GERONIMO-3910
 URL: https://issues.apache.org/jira/browse/GERONIMO-3910
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: sample apps
Affects Versions: 1.x
Reporter: Erik B. Craig
Assignee: Erik B. Craig
Priority: Critical

 In the migration sample apps from the 1.0 branch, there are classes named 
 com.ibm.x.
 These need to be renamed to o.a.g

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.