From jira-events at lists.jboss.org Thu Oct 30 08:11:23 2008 From: jira-events at lists.jboss.org (davide pasinato (JIRA)) Date: Thu, 30 Oct 2008 08:11:23 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Created: (EMBJOPR-20) problem with apache https Message-ID: <10609478.1225368683626.JavaMail.jira@cloud.prod.atl2.jboss.com> problem with apache https ------------------------- Key: EMBJOPR-20 URL: https://jira.jboss.org/jira/browse/EMBJOPR-20 Project: Embedded Jopr Issue Type: Bug Components: Web App/Integration Affects Versions: 1.0 Environment: apache Reporter: davide pasinato In my opinion this is link to JIRA issue EMBJOPR-15 There is a problem if I try to access embedde-jopr in https (through an apache) Accessing this page to login https://MYWEB/embedded-jopr/login.seam?conversationId=8 After submitting user and password I am redirected to http://MYWEB:443/embedded-jopr/login.seam That is incorrect (WRONG protocol). The URL should be https://MYWEB/embedded-jopr/login.seam Regars Davide -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 11:48:22 2008 From: jira-events at lists.jboss.org (Ian Springer (JIRA)) Date: Thu, 30 Oct 2008 11:48:22 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-19) Need to verify config pages produce good xhtml i.e. well formed xml Message-ID: <23363329.1225381702673.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436357#action_12436357 ] Ian Springer commented on EMBJOPR-19: ------------------------------------- We now set the page encoding to "UTF-8" using - r29. I tested with FF3 and IE8. > Need to verify config pages produce good xhtml i.e. well formed xml > ------------------------------------------------------------------- > > Key: EMBJOPR-19 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-19 > Project: Embedded Jopr > Issue Type: Task > Components: Look 'n' Feel (html/css) > Affects Versions: 1.0 > Reporter: Charles Crouch > Fix For: 1.1 > > > We need to back out the following change and check that all the pages, especially the configuration related pages dont error out when viewed in Firefox. > Author: jsant > Date: 2007-07-18 16:12:26 -0400 (Wed, 18 Jul 2007) > New Revision: 5814 > Modified: > trunk/modules/embedded/src/main/webapp/layout.xhtml > trunk/modules/embedded/src/main/webapp/login.xhtml > Log: > re-added contentType="text/html" so that firefox will be able to render pages correctly. > Modified: trunk/modules/embedded/src/main/webapp/layout.xhtml > =================================================================== > --- trunk/modules/embedded/src/main/webapp/layout.xhtml 2007-07-18 19:59:30 UTC (rev 5813) > +++ trunk/modules/embedded/src/main/webapp/layout.xhtml 2007-07-18 20:12:26 UTC (rev 5814) > @@ -6,7 +6,7 @@ > xmlns:s="http://jboss.com/products/seam/taglib" > xmlns:ui="http://java.sun.com/jsf/facelets" > > > - > + > > > > Modified: trunk/modules/embedded/src/main/webapp/login.xhtml > =================================================================== > --- trunk/modules/embedded/src/main/webapp/login.xhtml 2007-07-18 19:59:30 UTC (rev 5813) > +++ trunk/modules/embedded/src/main/webapp/login.xhtml 2007-07-18 20:12:26 UTC (rev 5814) > @@ -6,7 +6,7 @@ > xmlns:s="http://jboss.com/products/seam/taglib" > xmlns:ui="http://java.sun.com/jsf/facelets" > > > - > + > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 11:52:22 2008 From: jira-events at lists.jboss.org (Ian Springer (JIRA)) Date: Thu, 30 Oct 2008 11:52:22 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-19) Need to verify config pages produce good xhtml i.e. well formed xml Message-ID: <21245966.1225381942634.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436359#action_12436359 ] Ian Springer commented on EMBJOPR-19: ------------------------------------- http://en.wikipedia.org/wiki/Quirks_mode has a very nice table that summarizes which mode the various doctypes puts the various browsers into. > Need to verify config pages produce good xhtml i.e. well formed xml > ------------------------------------------------------------------- > > Key: EMBJOPR-19 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-19 > Project: Embedded Jopr > Issue Type: Task > Components: Look 'n' Feel (html/css) > Affects Versions: 1.0 > Reporter: Charles Crouch > Fix For: 1.1 > > > We need to back out the following change and check that all the pages, especially the configuration related pages dont error out when viewed in Firefox. > Author: jsant > Date: 2007-07-18 16:12:26 -0400 (Wed, 18 Jul 2007) > New Revision: 5814 > Modified: > trunk/modules/embedded/src/main/webapp/layout.xhtml > trunk/modules/embedded/src/main/webapp/login.xhtml > Log: > re-added contentType="text/html" so that firefox will be able to render pages correctly. > Modified: trunk/modules/embedded/src/main/webapp/layout.xhtml > =================================================================== > --- trunk/modules/embedded/src/main/webapp/layout.xhtml 2007-07-18 19:59:30 UTC (rev 5813) > +++ trunk/modules/embedded/src/main/webapp/layout.xhtml 2007-07-18 20:12:26 UTC (rev 5814) > @@ -6,7 +6,7 @@ > xmlns:s="http://jboss.com/products/seam/taglib" > xmlns:ui="http://java.sun.com/jsf/facelets" > > > - > + > > > > Modified: trunk/modules/embedded/src/main/webapp/login.xhtml > =================================================================== > --- trunk/modules/embedded/src/main/webapp/login.xhtml 2007-07-18 19:59:30 UTC (rev 5813) > +++ trunk/modules/embedded/src/main/webapp/login.xhtml 2007-07-18 20:12:26 UTC (rev 5814) > @@ -6,7 +6,7 @@ > xmlns:s="http://jboss.com/products/seam/taglib" > xmlns:ui="http://java.sun.com/jsf/facelets" > > > - > + > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 12:04:22 2008 From: jira-events at lists.jboss.org (Ian Springer (JIRA)) Date: Thu, 30 Oct 2008 12:04:22 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Created: (EMBJOPR-21) "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup Message-ID: <27764741.1225382662678.JavaMail.jira@cloud.prod.atl2.jboss.com> "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup ---------------------------------------------------------------------------------------------------------------------------- Key: EMBJOPR-21 URL: https://jira.jboss.org/jira/browse/EMBJOPR-21 Project: Embedded Jopr Issue Type: Bug Components: Core Infrastructure Affects Versions: 1.0 Reporter: Ian Springer Fix For: 1.1 Here's the full log message: 11:23:54,071 WARN [HDScanner] Failed to process changes org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} persistence.unit:unitName=#rhqpu -> jboss.jca:name=RHQDS,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' **} *** CONTEXTS IN ERROR: Name -> Error jboss.jca:name=RHQDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' ** at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:834) at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661) at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291) at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619) I'm pretty sure this warning is the result of AS5 trying to deploy admin-console.war/WEB-INF/lib/rhq-core-domain-1.2.0-SNAPSHOT.jar as an EJB-JAR. This jar contains a META-INF/persistence.xml which defines a "rhqpu" persistence unit that references a "RHQDS" datasource. It also contains a META-INF/ejb-jar.xml. I'm not sure whether it's correct for AS5 to be trying to deploy the jar as an EJB-JAR, being as its in a WEB-INF/lib directory. We don't see a similar warning on AS4, so it presumably does not try to deloy it as an EJB-JAR. The warning doesn't seem to break anything. However, it is long and ugly and will alarm users, so we need to figure out a way to get rid of it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 13:10:23 2008 From: jira-events at lists.jboss.org (Charles Crouch (JIRA)) Date: Thu, 30 Oct 2008 13:10:23 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Assigned: (EMBJOPR-20) problem with apache https In-Reply-To: <10609478.1225368683626.JavaMail.jira@cloud.prod.atl2.jboss.com> Message-ID: <22047392.1225386623179.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Crouch reassigned EMBJOPR-20: ------------------------------------- Assignee: Charles Crouch > problem with apache https > ------------------------- > > Key: EMBJOPR-20 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-20 > Project: Embedded Jopr > Issue Type: Bug > Components: Web App/Integration > Affects Versions: 1.0 > Environment: apache > Reporter: davide pasinato > Assignee: Charles Crouch > > In my opinion this is link to JIRA issue EMBJOPR-15 > There is a problem if I try to access embedde-jopr in https (through an apache) > Accessing this page to login > https://MYWEB/embedded-jopr/login.seam?conversationId=8 > After submitting user and password I am redirected to > http://MYWEB:443/embedded-jopr/login.seam > That is incorrect (WRONG protocol). The URL should be > https://MYWEB/embedded-jopr/login.seam > Regars > Davide -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 13:10:25 2008 From: jira-events at lists.jboss.org (Charles Crouch (JIRA)) Date: Thu, 30 Oct 2008 13:10:25 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Assigned: (EMBJOPR-15) Incorrectly generate base url for app if listening on port 80 Message-ID: <30194354.1225386625074.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Crouch reassigned EMBJOPR-15: ------------------------------------- Assignee: Charles Crouch > Incorrectly generate base url for app if listening on port 80 > ------------------------------------------------------------- > > Key: EMBJOPR-15 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-15 > Project: Embedded Jopr > Issue Type: Bug > Affects Versions: 1.0 > Reporter: Charles Crouch > Assignee: Charles Crouch > Fix For: 1.1 > > > NavigationAction line 104 instead of > url.append(request.getServerPort() == 80 ? null : ":" + request.getServerPort()); > needs to be > url.append(request.getServerPort() == 80 ? "" : ":" + request.getServerPort()); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 15:47:22 2008 From: jira-events at lists.jboss.org (Charles Crouch (JIRA)) Date: Thu, 30 Oct 2008 15:47:22 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-21) "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup In-Reply-To: <27764741.1225382662678.JavaMail.jira@cloud.prod.atl2.jboss.com> Message-ID: <12269328.1225396042413.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436402#action_12436402 ] Charles Crouch commented on EMBJOPR-21: --------------------------------------- Just to clarify we don't want rhq-core-domain-1.2.0-SNAPSHOT.jar deployed as an EJB jar, just a regular old bunch of POJOs, as it was in JBAS4.x > "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup > ---------------------------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-21 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-21 > Project: Embedded Jopr > Issue Type: Bug > Components: Core Infrastructure > Affects Versions: 1.0 > Reporter: Ian Springer > Fix For: 1.1 > > > Here's the full log message: > 11:23:54,071 WARN [HDScanner] Failed to process changes > org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR > DETAILS): > *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} > persistence.unit:unitName=#rhqpu > -> jboss.jca:name=RHQDS,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' **} > *** CONTEXTS IN ERROR: Name -> Error > jboss.jca:name=RHQDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' ** > at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:834) > at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > I'm pretty sure this warning is the result of AS5 trying to deploy admin-console.war/WEB-INF/lib/rhq-core-domain-1.2.0-SNAPSHOT.jar as an EJB-JAR. This jar contains a META-INF/persistence.xml which defines a "rhqpu" persistence unit that references a "RHQDS" datasource. It also contains a META-INF/ejb-jar.xml. I'm not sure whether it's correct for AS5 to be trying to deploy the jar as an EJB-JAR, being as its in a WEB-INF/lib directory. We don't see a similar warning on AS4, so it presumably does not try to deloy it as an EJB-JAR. > The warning doesn't seem to break anything. However, it is long and ugly and will alarm users, so we need to figure out a way to get rid of it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 16:14:33 2008 From: jira-events at lists.jboss.org (Ales Justin (JIRA)) Date: Thu, 30 Oct 2008 16:14:33 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Updated: (EMBJOPR-21) "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup In-Reply-To: <27764741.1225382662678.JavaMail.jira@cloud.prod.atl2.jboss.com> Message-ID: <26485776.1225397673117.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ales Justin updated EMBJOPR-21: ------------------------------- JBoss Forum Reference: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185815#4185815 > "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup > ---------------------------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-21 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-21 > Project: Embedded Jopr > Issue Type: Bug > Components: Core Infrastructure > Affects Versions: 1.0 > Reporter: Ian Springer > Fix For: 1.1 > > > Here's the full log message: > 11:23:54,071 WARN [HDScanner] Failed to process changes > org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR > DETAILS): > *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} > persistence.unit:unitName=#rhqpu > -> jboss.jca:name=RHQDS,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' **} > *** CONTEXTS IN ERROR: Name -> Error > jboss.jca:name=RHQDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' ** > at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:834) > at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > I'm pretty sure this warning is the result of AS5 trying to deploy admin-console.war/WEB-INF/lib/rhq-core-domain-1.2.0-SNAPSHOT.jar as an EJB-JAR. This jar contains a META-INF/persistence.xml which defines a "rhqpu" persistence unit that references a "RHQDS" datasource. It also contains a META-INF/ejb-jar.xml. I'm not sure whether it's correct for AS5 to be trying to deploy the jar as an EJB-JAR, being as its in a WEB-INF/lib directory. We don't see a similar warning on AS4, so it presumably does not try to deloy it as an EJB-JAR. > The warning doesn't seem to break anything. However, it is long and ugly and will alarm users, so we need to figure out a way to get rid of it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 16:28:22 2008 From: jira-events at lists.jboss.org (Andrew Lee Rubinger (JIRA)) Date: Thu, 30 Oct 2008 16:28:22 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-21) "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup In-Reply-To: <27764741.1225382662678.JavaMail.jira@cloud.prod.atl2.jboss.com> Message-ID: <26255059.1225398502596.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436404#action_12436404 ] Andrew Lee Rubinger commented on EMBJOPR-21: -------------------------------------------- Looks like the Structural Deployers are working just fine in AS5 ;) EJB3 Persistence Specification 6.2: Persistence Unit Packaging: "A persistence unit is defined by a persistence.xml file. The jar file or directory whose META-INF directory contains the persistence.xml file is termed the root of the persistence unit. In Java EE, the root of a persistence unit may be one of the following: * the WEB-INF/classes directory of a WAR file[40] [40] The root of the persistence unit is the WEB-INF/classes directory; the persistence.xml file is therefore contained in the WEB-INF/classes/META-INF directory." ...so either remove the persistence.xml or provide the DataSource. > "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup > ---------------------------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-21 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-21 > Project: Embedded Jopr > Issue Type: Bug > Components: Core Infrastructure > Affects Versions: 1.0 > Reporter: Ian Springer > Fix For: 1.1 > > > Here's the full log message: > 11:23:54,071 WARN [HDScanner] Failed to process changes > org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR > DETAILS): > *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} > persistence.unit:unitName=#rhqpu > -> jboss.jca:name=RHQDS,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' **} > *** CONTEXTS IN ERROR: Name -> Error > jboss.jca:name=RHQDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' ** > at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:834) > at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > I'm pretty sure this warning is the result of AS5 trying to deploy admin-console.war/WEB-INF/lib/rhq-core-domain-1.2.0-SNAPSHOT.jar as an EJB-JAR. This jar contains a META-INF/persistence.xml which defines a "rhqpu" persistence unit that references a "RHQDS" datasource. It also contains a META-INF/ejb-jar.xml. I'm not sure whether it's correct for AS5 to be trying to deploy the jar as an EJB-JAR, being as its in a WEB-INF/lib directory. We don't see a similar warning on AS4, so it presumably does not try to deloy it as an EJB-JAR. > The warning doesn't seem to break anything. However, it is long and ugly and will alarm users, so we need to figure out a way to get rid of it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Thu Oct 30 16:34:22 2008 From: jira-events at lists.jboss.org (Andrew Lee Rubinger (JIRA)) Date: Thu, 30 Oct 2008 16:34:22 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Commented: (EMBJOPR-21) "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup In-Reply-To: <27764741.1225382662678.JavaMail.jira@cloud.prod.atl2.jboss.com> Message-ID: <13628646.1225398862605.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12436405#action_12436405 ] Andrew Lee Rubinger commented on EMBJOPR-21: -------------------------------------------- Oh, also valid in: "a jar file in the WEB-INF/lib directory of a WAR file" ...also EJB3 Persistence Spec 6.2 > "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup > ---------------------------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-21 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-21 > Project: Embedded Jopr > Issue Type: Bug > Components: Core Infrastructure > Affects Versions: 1.0 > Reporter: Ian Springer > Fix For: 1.1 > > > Here's the full log message: > 11:23:54,071 WARN [HDScanner] Failed to process changes > org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR > DETAILS): > *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} > persistence.unit:unitName=#rhqpu > -> jboss.jca:name=RHQDS,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' **} > *** CONTEXTS IN ERROR: Name -> Error > jboss.jca:name=RHQDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' ** > at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:834) > at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > I'm pretty sure this warning is the result of AS5 trying to deploy admin-console.war/WEB-INF/lib/rhq-core-domain-1.2.0-SNAPSHOT.jar as an EJB-JAR. This jar contains a META-INF/persistence.xml which defines a "rhqpu" persistence unit that references a "RHQDS" datasource. It also contains a META-INF/ejb-jar.xml. I'm not sure whether it's correct for AS5 to be trying to deploy the jar as an EJB-JAR, being as its in a WEB-INF/lib directory. We don't see a similar warning on AS4, so it presumably does not try to deloy it as an EJB-JAR. > The warning doesn't seem to break anything. However, it is long and ugly and will alarm users, so we need to figure out a way to get rid of it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira From jira-events at lists.jboss.org Fri Oct 31 09:56:23 2008 From: jira-events at lists.jboss.org (Ian Springer (JIRA)) Date: Fri, 31 Oct 2008 09:56:23 -0400 (EDT) Subject: [embjopr-issues] [JBoss JIRA] Resolved: (EMBJOPR-21) "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup In-Reply-To: <27764741.1225382662678.JavaMail.jira@cloud.prod.atl2.jboss.com> Message-ID: <24709694.1225461383062.JavaMail.jira@cloud.prod.atl2.jboss.com> [ https://jira.jboss.org/jira/browse/EMBJOPR-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Springer resolved EMBJOPR-21. --------------------------------- Resolution: Done Assignee: Ian Springer Added an antrun execution to core/pom.xml that excises ejb-jar.xml and persistence.xml from the domain jar - r30. > "CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} ... RHQDS" warning logged during AS5 startup > ---------------------------------------------------------------------------------------------------------------------------- > > Key: EMBJOPR-21 > URL: https://jira.jboss.org/jira/browse/EMBJOPR-21 > Project: Embedded Jopr > Issue Type: Bug > Components: Core Infrastructure > Affects Versions: 1.0 > Reporter: Ian Springer > Assignee: Ian Springer > Fix For: 1.1 > > > Here's the full log message: > 11:23:54,071 WARN [HDScanner] Failed to process changes > org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR > DETAILS): > *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} > persistence.unit:unitName=#rhqpu > -> jboss.jca:name=RHQDS,service=DataSourceBinding{Create:** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' **} > *** CONTEXTS IN ERROR: Name -> Error > jboss.jca:name=RHQDS,service=DataSourceBinding -> ** NOT FOUND Depends on 'jboss.jca:name=RHQDS,service=DataSourceBinding' ** > at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:834) > at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:661) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:291) > at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:221) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) > at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317) > at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181) > at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) > at java.lang.Thread.run(Thread.java:619) > I'm pretty sure this warning is the result of AS5 trying to deploy admin-console.war/WEB-INF/lib/rhq-core-domain-1.2.0-SNAPSHOT.jar as an EJB-JAR. This jar contains a META-INF/persistence.xml which defines a "rhqpu" persistence unit that references a "RHQDS" datasource. It also contains a META-INF/ejb-jar.xml. I'm not sure whether it's correct for AS5 to be trying to deploy the jar as an EJB-JAR, being as its in a WEB-INF/lib directory. We don't see a similar warning on AS4, so it presumably does not try to deloy it as an EJB-JAR. > The warning doesn't seem to break anything. However, it is long and ugly and will alarm users, so we need to figure out a way to get rid of it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira