I'm trying to make a BEA Portal website XHTML compliant, because this has been written in the contract with the client, and I'm stuck on this problem: BEA renders <meta> and <link> tags without the closing slash, i.e. <link/> and <meta/> as it is required by XHTML.
When I look at the documentation from BEA it seems that it should be pos...
I'm using BEA's Publisher product with ALUI. I want to have a simple portlet that just displays Content Items that I've published, but after playing with it for a couple of hours, I find myself stuck.
I have a Data Entry template that just takes a name and a file, and a presentation template associated with that. But I can't figure ou...
I'm using JDBC to get a large amount of data. The call completes successfully, but when resultSet.next() is called, I get the following error:
java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 15414016, Num elements: 7706998
I've attempted to increase the JVM memory size, but this does not fix the problem. I'm not sur...
I've been looking online for the last day or so but haven't managed to see anything that clearly explains the spec. The application I'm trying to learn is based on BEA Weblogic Portal Server. I'm primarily looking for links but a good book would also be helpful.
...
I'm getting the following error when attempting to move an application from a state of "Prepared" to "Active":
weblogic.management.DeploymentException:
at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(A...
I have a very simple sql query and when i try to execute, i get following error
java.sql.SQLException: [BEA][Oracle JDBCDriver]Unhandled sql type at
weblogic.jdbc.base.BaseExceptions.createException(Unknown Source) at
weblogic.jdbc.base.BaseExceptions.getException(Unknown Source) at
...
I have configured weblogic datats...
Is it possible to call in some way an EJB deployed on JBoss from a Business Service deployed on BEA AquaLogic Service Bus?
Just to precise, I'm not going to call it through Web Service, but through normal EJB call. I would appreciate if anyone has a succesful experience in this matter.
...
I am working on a Weblogic application with a lot of image files. The application is accessed through a proxy server. As a performance improvement, we are moving all the static content (.gif, .jpg, .js, etc) to the proxy server and not rerouting requests for that content through to the weblogic server.
Problem is, the application conta...
Hi everyone
I need to validate a web application in html 4.01 transitional. In my project im working on skeletons/head.jsp to add meta tags. The problem is that i want to add tags like:
<meta name="robots" content="follow">
without the enclosing tag. And the document type is defined on skeleton.xml as HTML 4.01 Transitional. But when ...
Hi Guys,
I'm using BEA Aqualogic BPM 5.7 and after a while I'm getting the time out screen.
It says BEA Aqualogic Hiper WorkSpace for BPM, your session has expired and it has a "Login again" button.
Does anybody know how to change that screen or how to increase the time out so the user does not see that screen so often?
Thanks in adva...
I'm am trying to figure out how the Oracle "Layered Architecture Model" works, and I am very confused about what the business, data, and presentation do, and how they relate to each other. I have seen many diagrams showing how this should work, but some real world examples would be useful?
For example I am guessing that web applications...
We have been discussing this at work and now I am even more confused than ever. As far as I understand it a message bridge is used to talk to a queue in a different domain. Is this correct?
...
Im getting a ClassCastException if i use Attributes in my Custom Headline Tag. Without Attributes rendering works fine.
Calling <t:headline value="test" /> gives a ClassCastException even before a Method in my HeadlineComponent or HeadlineTag-Class is called. <t:headline /> works fine.
I'm using MyFaces-1.2, on BEA 10.3
default.jsp
...