Documentation |
 |
|
Frequently Asked Questions |
Dynamic Content and Java Stored Procedures and XML |
How to develop application with XML and Java Stored Procedure? |
I am calling a Dynamic page and I got the error: Exception DBPrismGenerator.generate(): java.lang.NullPointerException |
In several cases due to low response time in the Oracle database the execution of an stored
procedure takes more time than the Manager.timeout,
then DBPrism will close this connection for inactivity time.
Solution: Increase this value into prism.properties.
|
|
Are there any mailing lists devoted to XSL? |
Yes. Try the
"Mulberrytech list",
which is more appropriate than the DBPrism users list for general
XSL questions.
|
Where do I get more information on XSL and XML? |
|
When can we expect to see the first proper release of DBPrism 2? |
Ending 2001 - but this is an open source project so, even more so than
with commercial projects, there are no guarantees.
|
|
Installation, Configuration and Upgrading |
Where can I find DBPrism jar? |
In the bin directory of the DBPrism distribution.
|
Why dbprism.ear and DBPrism 2.0.0-alpha files are so big? |
DBPrism 2.0.0-alpha distribution and dbprism.ear files includes many of Cocoon-2.0.2
libraries.
Look at Apache Cocoon 2.0 JARs section
for full explanation.
|
java.lang.NoClassDefFountError:javax.naming.Referenceable Exception |
DBPrism 1.2.x includes support for Oracle JTA functionality, this functionality
is included into $ORACLE_HOME/jdbc/lib/jdni.zip and jta.zip, add these files to
the servlet CLASSPATH.
Objviously DBPrism includes support for non JDBC 2.0/J2EE drivers, in such case
uses PrismNoJTA.jar instead of Prism.jar and change the parameter
Manager.class to
com.prism.utils.JdbcDBPrismConnectionCacheImpl on prism.properties file.
|
Where can I find some DBPrism samples? |
In the plsql and oi directories of the DBPrism distribution.
Look at Demo section for full explanation.
|
Are there any good books that could help me? |
|
Output Formatting and Internationalization |
When I try to use non-English characters, they appear in the browser as question marks. How do I specify the encoding for my page? |
Check for the parameter default encoding or try with owa_util.mime_header plsql procedure. |
DBPrism do not recognize accent on argument values (PLSQL support)? |
DBPrism do not recognize accent on argument values (Java support)? |
Its not clear for me, It seem to be a bug on argument passing to Java Stored Procedures. |
Why is Internet Explorer not showing PDF or VRML samples? |
Is a long-time problem with Internet Explorer which doesn't look
for the MIME type sent by the HTTP response, but instead just looks at the
file extension at the end of the URL to determine what program should
open it (unlike other browsers which are smarter and follow the Internet standards
correctly).
There is a trick that forces IE to treat it as a PDF -
adding ?dummy=test.pdf (or some similar parameter ending in .pdf)
at the end of your URI. DBPrism should
ignore this, but IE won't, and will
trigger the correct plugin/application for that content.
|
|
I see that DBPrism 1.x has started to incorporate features planned for DBPrism 2.x - why? |
We believe that smooth project evolution is much better than step-wise
revolutionary paths. For this reason, we'll try hard to incorporate some
of the DBPrism 2 features in the main project thus limiting the porting
effort for you over time.
Note that this doesn't mean that DBPrism won't change in the future and we
state clearly that we do care about back compatibility but only when this is
not limiting the evolution of the platform too much.
|
|
|
|
|
|
|