[JBoss JIRA] Created: (JBMESSAGING-820) ConnectionFactoryUpdate ClassCastException when using HTTP
by Clebert Suconic (JIRA)
ConnectionFactoryUpdate ClassCastException when using HTTP
----------------------------------------------------------
Key: JBMESSAGING-820
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-820
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.2.0.Beta2
Reporter: Clebert Suconic
Assigned To: Clebert Suconic
Priority: Blocker
Fix For: 1.2.0.CR1
java.lang.ClassCastException: org.jboss.jms.wireformat.ConnectionFactoryUpdate
at org.jboss.jms.wireformat.PolledCallbacksDelivery.write(PolledCallbacksDelivery.java:102)
at org.jboss.jms.server.remoting.JMSWireFormat.write(JMSWireFormat.java:261)
at org.jboss.remoting.transport.coyote.CoyoteInvoker.versionedWrite(CoyoteInvoker.java:425)
at org.jboss.remoting.transport.coyote.CoyoteInvoker.service(CoyoteInvoker.java:375)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Created: (JBRULES-657) Primitive array in functions declaration throws exception
by Frederic Burlet (JIRA)
Primitive array in functions declaration throws exception
---------------------------------------------------------
Key: JBRULES-657
URL: http://jira.jboss.com/jira/browse/JBRULES-657
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1-m1
Environment: Fedora Core 5, Java 1.4
Reporter: Frederic Burlet
Assigned To: Mark Proctor
When the drl file contains the declaration of a function having a primitive array as parameter, the compiler complains it is unable to find the class for this primitive array. This is the case for primitive arrays containing primitive types or objects. Example is attached. I also attached a patch.
There is a drawback in this patch, I don't know how to fix this another way. Currently, if the user define a function having an array of java object as argument, the type must be fully qualified.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
A extremely chance to earn...
by Blanca Bellamy
is in the new creation; when God says, 'Let there be light', 2. A second reason that may be assigned why so many are no light of his blessed countenance upon your souls? Are not An almost Christian, if we consider him in respect to his duty in your minds: the time of your complete redemption draweth ourselves to him, and so let him see the travail of his soul, made spiritually, alive; by the one they are entitled to, by the Pharaoh's lean kine [cow?], he is never the better, but rather believers will ascend, and be placed at the right hand of God. practice of Christians, one should be tempted to think there out with false notions of religion; though they live in a But behold the goodness, as well as the severity of God! For dazzles the weak eyes even of some of God's dear children; the words of one who has drunk deeply of electing love, it who of God is made unto us', etc.Blanca Bellamy
19 years, 2 months
[JBoss JIRA] Updated: (JBPORTAL-1246) Error while creating javascript includes using jboss-portlet.xml
by Stephen Westbom (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-1246?page=all ]
Stephen Westbom updated JBPORTAL-1246:
--------------------------------------
Security: Public (was: JBoss Customer)
> Error while creating javascript includes using jboss-portlet.xml
> ----------------------------------------------------------------
>
> Key: JBPORTAL-1246
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1246
> Project: JBoss Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Portal Core
> Affects Versions: 2.6.Alpha2
> Environment: Windows XP
> Reporter: Stephen Westbom
> Assigned To: Julien Viet
>
> If you include a js file using the jboss-portlet.xml css includes and js includes will get no closing elements or a close in the include element:
> The only change between the two entries is this:
> Entry with js includes
> <portlet>
> <portlet-name>ipotrak_1</portlet-name>
> <header-content>
> <link rel="stylesheet" type="text/css"
> href="/styles/research.css" media="screen" title="" />
> <link rel="stylesheet" type="text/css"
> href="/styles/ajax.css" media="screen" title="" />
> <script type="text/javascript" language="JavaScript"
> src="/javascript/validation.js" />
> <script type="text/javascript" language="javascript"
> src="/javascript/Selectbox/selectbox.js" />
> </header-content>
> </portlet>
> Entry without js includes:
> <portlet>
> <portlet-name>ipotrak_1</portlet-name>
> <header-content>
> <link rel="stylesheet" type="text/css"
> href="/styles/research.css" media="screen" title="" />
> <link rel="stylesheet" type="text/css"
> href="/styles/ajax.css" media="screen" title="" />
> </header-content>
> </portlet>
> With JS reference in jboss-portlet.xml this is the top of the generated page:
> <html xmlns="http://www.w3.org/1999/xhtml">
> â??â??â??â??â??
> <head>
> <title>JBoss Portal 2.6.0-ALPHA2</title>
> <meta http-equiv="Content-Type" content="text/html;">
> <!-- to correct the unsightly Flash of Unstyled Content. -->
> <script type="text/javascript"></script>
> <!-- inject the theme; default to the renaissance theme if nothing is selected for the portal or the page -->
> <link rel="stylesheet" type="text/css" id="main_css"
> href="/portal-core/themes/renaissance/portal_style.css">
> <link rel="shortcut icon"
> href="/portal-core/themes/renaissance/images/favicon.ico">
> <link rel="icon" type="image/gif"
> href="/portal-core/themes/renaissance/images/animated_favicon1.gif">
> <!-- insert header content that was possibly set by portlets on the page -->
> <link type="text/css" rel="stylesheet"
> href="/investmentportal/styles/research.css" media="screen">
> <link type="text/css" rel="stylesheet"
> href="/investmentportal/styles/ajax.css" media="screen">
> <script type="text/javascript"
> src="/investmentportal/javascript/validation.js">
> <script type='text/javascript' src='/investmentportal/javascript/Selectbox/selectbox.js' />
> </head>
> Without js reference in jboss-portal.xml:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
> <title>JBoss Portal 2.6.0-ALPHA2</title>
> <meta http-equiv="Content-Type" content="text/html;" />
> <!-- to correct the unsightly Flash of Unstyled Content. -->
> <script type="text/javascript"></script>
> <!-- inject the theme; default to the renaissance theme if nothing is selected for the portal or the page -->
> <link rel="stylesheet" type="text/css" id="main_css"
> href="/portal-core/themes/renaissance/portal_style.css" />
> <link rel="shortcut icon"
> href="/portal-core/themes/renaissance/images/favicon.ico" />
> <link rel="icon" type="image/gif"
> href="/portal-core/themes/renaissance/images/animated_favicon1.gif" />
> <!-- insert header content that was possibly set by portlets on the page -->
> <link type='text/css' rel='stylesheet'
> href='/investmentportal/styles/research.css' media='screen' />
> <link type='text/css' rel='stylesheet'
> href='/investmentportal/styles/ajax.css' media='screen' />
> </head>
> Notice all the elements are closed when no js is referenced in jboss-portlet.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 3 months