...| Home | Documentation...
Documentation > Frequently Asked Questions >

+ Home ...
+ Download
> Documentation
+ DBPrism Content Management System
+ DBPrism - Apache Cocoon
+ Credits
+ Legal
 
+ Documentation
> Frequently Asked Questions
+ Readme
+ Demos
+ Changes
+ Thigs To Do
+ Toolkits
+ JavaWebServer
+ Tomcat
+ Installing DBPrism/Cocoon2 on OC4J
+ Installing DBPrism on Cocoon2/OC4J/Linux: Introduction
+ Apache/JServ on NT
+ Resin
+ Parameters
+ Internals
 
+ links
+ Yahoo.groups
+ OTN
+ OSCOM.org
 
Moreover news
+ IBM speeds Java on mainframes (CNET Asia)
+ Middle-aged mainframe converts to Java (ZDNet UK)
+ IBM speeds Java on mainframes (ZDNet)
+ IBM speeds Java on mainframes (CNET)
+ All Buttons (JavaBoutique)
+ Drag-and-Drop Editor Out for Linux Devs (Internet News)
+ Using Program Parameters in Java (JavaBoutique)
+ Sun pledges to cooperate with Microsoft (AP via Seattle Post Intelligencer)
+ Sun pledges to cooperate with Microsoft (Boston Globe)
+ Bitter legal feud ends with payment, Sun cuts 3,300 more jobs (China Post)
+ Sun and Microsoft settle (Chicago Sun-Times)
+ Microsoft to pay $1.6 billion, settle with Sun Microsystems (Baltimore Sun)
+ Visualize Hoovers Data With Anacubis (ResearchBuzz via ResearchBuzz)
+ Sun and BEA advance Java app offerings (Computer Weekly)
+ Sun wants to lift its Java profile (ZDNet UK)
+ 'Smack the Pingu' on Your Mobile Phone! (PA News via The Scotsman Online)
+ Third Generation Mobile Phone Game from Nihon Enterprise (Japan Corp)
+ Comment: Free but shackled - the Java trap (Sydney Morning Herald)
+ Sun plots Java comeback (CNET Asia)
+ Veritas and BEA vow to love Java together (The Register)
+ Microsoft and Sun's settlement will yield web services benefits and support for Java (Computer Weekly)
+ Sun plots Java comeback (CNET)
+ Sun plots Java comeback (ZDNet)
+ Sun enables new wave of mobile Java services (Sunday Times South Africa)
+ Sun Releases Sun Java Studio 6 (Techfocus)
+ Sam Pitrodas Telecom Firm Sets Up India Centre (Financial Express)
+ Multi Player Mobile Gaming (BBC)
+ Combining SOAP and JavaMail (Java Pro)
+ Draw Applet (JavaBoutique)
+ IBM dedicates module to Java on mainframes (CNET)
 
+ OTN News
+ View Live Customer Webcast Demos of Enterprise Manager 10g Grid Control
+ Oracle Database 10g for Windows Now Available for Download
+ Download New Oracle 10g JDBC Drivers
+ JDeveloper 10g Reviewed in Internet.com's Java Boutique
+ Java Developer's Journal Readers Name Oracle Products "Best" in Two Categories
+ New OracleAS Portal Extension for Macromedia Dreamweaver
+ Learn from the Experts During Java Week
+ Download Oracle Database 10g
+ New OracleAS Web Cache How-To Documents
+ Learn About SQL 2003 Support in Oracle Database 10g
+ New: Quick Installation Guide for RAC on Oracle Database 10g SE (Windows)
+ Oracle Forms Diagnostic Techniques
+ Introduction to JavaServer Faces
+ Prepare for Oracle Database 10g
+ New Tutorial: Learn JSP 2.0
+ Learn Best Practices for Consolidating Oracle on Linux Deployments
+ What's New in PL/SQL in Oracle Database 10g?
+ New Oracle 10g JDBC Samples
+ New Tech Tip: Using HttpUnit in Oracle JDeveloper 10g
+ Oracle 10g Supports Microsoft Windows Media Streaming Services and Windows Media File Format (ASF)
+ New Books at Oracle 10g Book Center
+ Tech Tip: Using JSTL SQL in Oracle JDeveloper 10g Preview
+ New Technical Article Series: The Hitchhiker's Guide to PHP
+ New Enterprise Manager 10g Grid Control Hands-on Tutorial
+ OC4J 10g (10.0.3) Developer Preview 2 Now Available
+ Download the New Oracle JDeveloper Application Migration Assistant (AMA) Search Rules for WebLogic Migrations
+ Learn Oracle in 2 Days
+ Download the new Oracle XDK 10g Production Release
+ Explore New JDBC 10g How-To's
+ New Oracle 10g JDBC Sample: CachedRowSet
+ New RowSet Implementation Tutorial Series
+ Download 2003 ODTUG Conference Papers
+ New Tutorial: Understanding TLD Caching in JSPs
+ Deploy the New J2EE 1.4 Adventure Builder Reference Application to OC4J
+ Download New Servlet Advanced Sample Applications
+ New: Oracle XDK 10g Unicode Support and XSLT Extension Sample App
+ New Oracle Application Server ProcessConnect End-to-End Samples
DBPrism at SourceForge
Built with Cocoon2
Documentation
 
Frequently Asked Questions
Dynamic Content and Java Stored Procedures and XML
How to develop application with XML and Java Stored Procedure?

Look at the CMS section, is a very good example.


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.



Further Information
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?

The Open Directory XML listings. See also Good Books in this FAQ.



General
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?

Yes. Look at the Documentation section



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)?
Check for parameter dad.clientCharset, iso-8859-1 encoding will work OK.

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.

NoteSee also the (rather unhelpful) Microsoft Knowledge Base and Adobe Support Knowledgebase (1), (2).



The Design of DBPrism
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.





Last Update: 2003-08-07 09:41:44.0| webmaster@dbprism.com.ar
Search | Use AltaVista (TM) query syntax<<
Quick Links<<
(C) 2003 - DBPrism ~ DBPrism CMS | Marcelo F. Ochoa | TANDIL ~ Argentina