BC4J & Servlets (To DEV TEAM)

Hi all,
I am having problems with using BC4J Application Module with in the servlet. It is working for one concurrent request only. When I try to run for multiple requests (concurrency 5), it was fails to check back the application Modules to pool, once checked out for each request. This is very urgent to us to move this servlet to the production.
1) Suggest us to proper way of using the Application Module in the servlet to handle the multiple requests.
2) Could you suggest any architecture to work Apache Jserv, Servlets, JSP's in a normal Deployment mode.
Please see the Errors Wile doing the load test:
[30/03/2001 17:01:13:114 EST] Servlet: JBO-30004: An application module that was not checked out was checked into the pool, GlobeInvestor_com_globe_invester_stock_InvesterStockAppModule
[30/03/2001 17:01:13:114 EST] : JBO-30004: An application module that was not checked out was checked into the pool, GlobeInvestor_com_globe_invester_stock_InvesterStockAppModule
Thanks,
Suri

Suri,
It's hard to tell what's going on, but the error you're seeing occurs when you try to check an application module back into the wrong pool.
About your concurrency issues: you could be reinstantiating a pool on every request. Make sure you're only using createPool() once - you can use isPoolCreated() to check whether a pool already exists.
Blaise

Similar Messages

  • BC4J&Servlets&Jsps:(Dev Team)Pro. impl. the combination With full Utiliz. of pooling

    Hi,
    I am having Problem in the area of Application Module Pooling and the Connection pooling while doing the load test of my application using the BC4J in servlets and Jsps.
    1) I am using IAS 1.0.2 comes with BC4J 3.2.1. All my Jsps pages are unable to load the new application. Properties file, it is working with the old properties file.
    At this time I copied new BC4J 3.2.2 libraries to IAS, now the new properties file was loaded and making the connection pool.
    If I do the load test of 10 requests with concurrency 2 it was failing the requests. I increased the pool size to 20, but no use. (See the errors below)
    I have no problems with concurrency 1 and any number of requests. Only the problem is coming when we increased the concurrency more than 1.
    2) I am wondering about the scalability issue of using the BC4J in JSP's and servlets with Apache Jserv (IAS 1.0.2)
    3) Is it IAS 1.0.2 bug free?
    4) I am wondering how this pooling stuff will be starting working in normal local deployment mode.
    5) Why the IAS was not given the clean instructions to Local Deployment of BC4J applications.
    6) My application is working only if there is no concurrency
    Any feed back from Dev Team.
    7) My application is using about 30% of CPU time when doing the load test for 50 requests ay concurrency of 1.
    Is there any way tune the JAVA stuff.
    Thanks in advance
    Please see the errors:
    [01/03/2001 20:15:04:229 EST] java.lang.NullPointerException
    java.lang.RuntimeException: java.lang.NullPointerException
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    at oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPropertyFile(JSPApplicationRegistry.java:212)
    at oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPropertyFile(JSPApplicationRegistry.java:104)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(JspServlet.java)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
    at org.apache.jserv.JServConnection.run(JServConnection.java:188)
    at java.lang.Thread.run(Thread.java:479)
    [09/03/2001 14:10:48:320 EST] JBO-25302: Component object StockTodayView has no parent
    oracle.jbo.InvalidOwnerException: JBO-25302: Component object StockTodayView has no parent
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(Compiled Code)
    at oracle.jbo.JboException.<init>(Compiled Code)
    at oracle.jbo.InvalidOwnerException.<init>(InvalidOwnerException.java:33)
    at oracle.jbo.server.ComponentObjectImpl.getRootApplicationModule(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.getDBTransaction(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.addRowSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.createViewRowSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.getDefaultRowSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.isForwardOnly(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.printXmlForRowSet(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.render(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code )
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 4 with java object of type java.lang.String due to java.
    sql.SQLException.
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(Compiled Code)
    at oracle.jbo.JboException.<init>(Compiled Code)
    at oracle.jbo.AttributeLoadException.<init>(AttributeLoadException.java:40)
    at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(Compiled Code)
    at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewRowImpl.populate(Compiled Code)
    at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(Compiled Code)
    at oracle.jbo.server.QueryCollection.populateRow(Compiled Code)
    at oracle.jbo.server.QueryCollection.fetch(Compiled Code)
    at oracle.jbo.server.QueryCollection.get(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.getRow(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.execute(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.printXmlForRowSet(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.render(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    ## Detail 0 ##
    java.sql.SQLException: Exhausted Resultset
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273)
    at oracle.jdbc.driver.OracleStatement.prepare_for_new_get(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.getObjectValue(Compiled Code)
    at oracle.jdbc.driver.OracleStatement.getObjectValue(Compiled Code)
    at oracle.jdbc.driver.OracleResultSetImpl.getObject(Compiled Code)
    at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(Compiled Code)
    at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewRowImpl.populate(Compiled Code)
    at oracle.jbo.server.ViewDefImpl.createInstan ceFromResultSet(Compiled Code)
    at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(Compiled Code)
    at oracle.jbo.server.QueryCollection.populateRow(Compiled Code)
    at oracle.jbo.server.QueryCollection.fetch(Compiled Code)
    at oracle.jbo.server.QueryCollection.get(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.getRow(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(Compiled Code)
    at oracle.jbo.server.ViewRowSetIteratorImpl.refresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.notifyRefresh(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.execute(Compiled Code)
    at oracle.jbo.server.ViewRowSetImpl.executeQuery(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.printXmlForRowSet(Compiled Code)
    at oracle.jbo.server.xml.XmlRowSetRenderer.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.print(Compiled Code)
    at oracle.jbo.html.databeans.XmlData.render(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    oracle.jbo.common.ampool.ApplicationPoolException: JBO-30004: An application module that was not checked out was checked into the po
    ol, com_globe_invester_stock_InvesterStockAppModule
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(Compiled Code)
    at oracle.jbo.JboException.<init>(Compiled Code)
    at oracle.jbo.common.ampool.ApplicationPoolException.<init>(Compiled Code)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.checkin(Compiled Code)
    at jspstock.stock__today._jspService(Compiled Code)
    at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.internalService(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    BC4J HTTP Container was timed out
    The binding listener for InvesterStockAppModule was timed out

    See if the following messages help:
    http://technet.oracle.com:89/ubb/Forum2/HTML/006553.html
    http://technet.oracle.com:89/ubb/Forum2/HTML/006831.html
    http://technet.oracle.com:89/ubb/Forum2/HTML/006864.html

  • (BUG REPORT) Kudos to the Dev Team OS 2.0 Rocks Major Improvement

    Kudos to the BB Playbook OS 2.0 Dev Team (Excellent Release!!)I want to give my personal thanks as a loyal blackberry customer to the Developer/ Coding Team over at RIM. I am thoroughly impressed with the update. I absolutely love the reader feature. The new home screen and folders is implemented wonderfully. Also, it appears battery life has been improved (No easy task). Great job. 
    There are a few little bugs to be fixed for the next maintanence update. 
    1. Flash is not polished, it's only partially working.
    The daily show (with John Stewart) (www.thedailyshow.com)(full episodes link), and several other flash video webistes have trouble with the controls (play, pause). The controls either don't show, or don't function, or neither, or function sporadically. Also, possibly an app could be created so that a flash video stream would open in a separate window allowing the controls to function correctly if there is some reason it is difficult in the web browswer. I can get the daily show playing but, pausing it, or fastforwarding, now that's a challenge. Make the buttons larger maybe (I don't know if that's possible, not familiar with flash.)
    2. Media Player: The media player has some bug in the code that is causing it to become choppy when scrolling through the list of songs.  I have some album art, and maybe that has something to do with it. But I didn't notice it before the update.
    Also, it may be a neat idea to add some different color backgrounds to the music player skin(Hot pink, or something) to take care of the lady geeks, women buy stuff too, think all girl dorm room full of playbooks. Also, it is kind of a less than sexy music player skin (Unlike the new home screen wow, very polished.) Also, because all my music doesn't have album art, it makes the music player look strange. Some of the icons have only 3 of 4 pictures filled in Looks weird. 
    Also, when fast forwarding with the slider bar clicking with my finger causes a slight pop in the earphones (It needs to mute, then fastforward, then unmute, then play.) Imagine a playbook hooked up at a wedding to a 5000 dollar soundsystem, pop, then bye bye speakers.
    3. Book Reader Power Mode - I was using "Book Reader" app from the app store and I noticed something that could be fixed. The truth is that when people read ebooks, the power managment settings should be a little different. I suggest adding a 3rd power managment mode that the ebook reader apps can access. That way, every time I open an ebook it sets the screen to stop going dim every 30 seconds like I would use for messages and general use throughout the day. It should stay the same in this mode rather plugged in or not. The screen brightness should not be affected by the power plug either. "Nothing like waking the wife up with the flashlight tablet because it was going dead and you decided to plug it in while reading your technical manual at 2am."  
    4. Silent on schedule (Totally Silent, VIP Vibrate, VIP ring) (A feature that I wished both my bold 9700, and playbook had was a feature I'll call silent on schedule. The idea is simple, for the most part people know what time they need their phone to shut up and be quiet. Why can't RIM integrate silent mode with our calenders. A simple checkbox in the calender options and your phone (and playbook) will automatically stay silent, except for VIPs. It goes without saying that your ringer should go to normal at the end of the meeting, or court appearance (lots of lawyers use blackberry), lot's of students would appreciate this too. It would save us from having to constantly be changing our ringing mode all day. If I were RIM I would patent that one. (If you do, and want to send me a new touch screen phone as a thanks that's cool with me, but not required, just free thoughts for you to use however you want.) 
    5. Strange WiFi (The playbook has a strange issue where sometimes the wifi displays near zero. I don't know if this is software or hardware. My MBP and Bold 9700 have no such issue. It's a cisco/linksys router with dual g/n. 
    6. Before I forget, the web browswer is now awesome. Load times are acceptable. I would like to add though that of all the web browswer's the style, and color of this one is not what I would call "in fashion." 
    7. Idea: create an over the air sync system for the blackberry bridge. It should always keep the contacts, calender and maybe photos updated. Since, someone surely has a patent on this one, let me suggest a workaround called 1 at a time. Do an initial sync via usb to both devices on the desktop manager. Then only one device has to ever be connected to sync to laptop, as the other one syncs over bluetooth one item (contact, calender entry, photo at a time.)
    8. Not always on bluetooth. Something tells me that it is not the most secure thing to leave the bluetooth constantly running and connected giving those keys over the air. Maybe it could connect at intervals (or upon status change (message, new contact, calender entry)). This might also save battery too. Just a thought. 
    I know how easy it is to forget about style, when mechanics are tinkiering around with the insides, but make the fastest car ugly, and no one will buy it. Also, Bill Gates was asked while in the presence of Steve Jobs what was the one thing Steve had he wished he had... Bill Gates said roughly "I wish I had Steve's eye for Style." 
    The truth is as technology advances, it will fade to the background. Fashion will be where people meed the device. People love a good running car, but gorgeous get's em into the showroom. 
    Oh yea, like the new keyboard a lot. 

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • 3D Widgets and Contact with Dev Team

    Hi there folks, Top Of The Mornin' from a new member of the iBooks Author community based in Ireland.
    My company has just uploaded an iBook to the store, and are awaiting approval for the various markets.
    When we initially installed iBooks Author, we were very interested in the 3D Widget capabilities as our background is real-time 3D.  Using the tried and tested trial and error approach, we were able to work through some of the issues, right from the basics ( how to get a textured object to appear ), through to more advanced options ( animations, setting up scenes for eye-cam view rather than spin around view, balancing the pivot point for more complex spin-around views ).
    The iBook we uploaded uses 3D widgets extensively ( almost on every page ).  During its creation, we had however a number of crashes with iBooks Author, and we hope to work with the iBook Author team to help get these resolved ( it's most likely that the bugs are there as 3D Widgets are fairly new and haven't been pushed to their limits so far ).
    We also have a number of feature requests for 3D interaction that we have implemented in our own custom 3D interactive scenes ( eg http://www.armaghplanet.com/3d ), that we would like to engage with the team to see if some of them can be introduced to the 3D Widgets in order to help both ourselves and of course any other iBooks author who wishes to use a 3D Widget within their content.
    Regarding getting in contact with the dev team, there doesn't seem to be ( or at least I haven't seen ) a way to directly contact them.  Hopefully there is a forum which the dev team visit and answer questions / chat with iBooks users about requested features etc.  If someone could help point me in the right direction for a contact, I would be very grateful.
    Many thanks in advance to anyone who can offer advice on this...
    Mal

    Mal_CanDo3D wrote:
    Regarding getting in contact with the dev team, there doesn't seem to be ( or at least I haven't seen ) a way to directly contact them.  Hopefully there is a forum which the dev team visit and answer questions / chat with iBooks users about requested features etc.  If someone could help point me in the right direction for a contact, I would be very grateful.
    The only official avenue for contacting developers I know of is to join the Apple Developer Program and submit bug reports and feature requests. I've submitted quite a few bug reports for IBA, and have received fairly timely responses, typically asking for more information, such as memory dumps.
    For anything beyond this, I suspect you will need an inside contact.
    Michi.

  • AS3/Flash Dev Teams: Help me fix Flash's Clipboard API on Linux!

    Hello!
    I am hoping to get in touch with the Adobe development team responsible for the ActionScript framework (for Flash Player, in particular).  I would really like to work with them to fix this bug (or, hell, attempt to fix it myself if they'd give me access to their source control):
       https://bugbase.adobe.com/index.cfm?event=bug&id=3482860
    Long-story-short:
    The "System Clipboard" API (plain text format only) from Flash 9 worked wonderfully cross-platform (Windows, MacOSX, Linux).
    However, the AS3 "Desktop Clipboard" API (plain text, HTML, RTF, and custom formats) introduced in Flash 10 has issues on Linux.  In particular, it only set contents into a particular 1 of Linux's (X's) 3 clipboard/selection buffers, which prevents Linux users from pasting the copied contents into a Terminal session. The "System Clipboard" API from Flash 9 does not suffer from this problem.  (More background details are available in the Adobe bug linked above as well as the GitHub bug linked below).
    This bug has downstream ramifications for a relatively popular open source library (e.g. used by GitHub.com and bit.ly) that I maintain called ZeroClipboard:
       https://github.com/jonrohan/ZeroClipboard/issues/78
    As such, I would very much like to see these issues resolved, and am willing to actively help if at all possible.
    If there is a better way to get in touch with the AS3/Flash Dev Teams than the bugbase or these forums (e.g. a team email address, particular dev's Twitter account, etc.), please let me know. Thank you in advance!
    P.S. Yes, I know that Linux is no longer officially supported by Flash Player but I also know that Linux users still manage to install the latest versions of Flash with a few workarounds.  It is also heavily used by GitHub.com users, and is therefore a high priority user base for ZeroClipboard.
    P.P.S. I also tried to get a contact via the various Adobe/Flash/Flex Twitter accounts without any success.
    Sincerely,
       James M. Greene

    Epic failure. Worked hard to contact Adobe devs and finally got through to the team via their OSS director.  End result: they'll only do for security patches for Linux, won't even consider other bug fixes.

  • What was the dev team thinking with Firefox v29?

    So I was just auto-upgraded to firefox 29, and I need to know: What exactly was the dev team thinking when they designed it? Title bar disabled by default? Total removal of the add-on bar? Tabs forcibly on top? Seriously, stop trying to be chrome. Chrome is aesthetically and functionally terrible, why do you keep trying to emulate them? I can't speak for the community, but for myself and for people I know, one of the main reasons we use firefox is because we strongly dislike chromes layout. For the time being, I've downgraded to v28, and disabled auto-updates.

    Let's take advantage of the fact that we have Developers around.
    You are obviously unhappy with the development decisions, and that is normally off topic in this forum, but right now because of Firefox 29 Release we will have Developers around popping in to the forum. I will add an escalate tag. If we are lucky a Developer may give an explanation and a proper answer to your question.

  • Dev team says cat components unusable!!

    I'm a designer. Me and my team have been trying to use catalyst along with our developer who use builder.
    The dev team is saying that any component from catalyst is 10-20 times the size of a builder comp, and so they are
    practically unusable. They make everything run too slow. I've asked if it might be because we built them inefficiently in CAT,
    and if there is a solution to that, and they say NO, all components, even simple buttons are HUGE in size, and so CAT sucks,
    and they can use any files from it.   I'm not a builder use, or a dev, so have no way to really validate this. Any comments?
    Is this true? Is it a problem with how we are building our components?

    That is going to be a tough battle to win. Most developers feel "that the only good code is the code they write".
    Catalyst uses the same button component that Flash Builder uses, so if they are rewriting even the Spark button, there is not a lot you can do. For any component that has a pencil icon on it, those are the same as the Flash Builder versions. You should be able to skin/style those elements with almost no cost to development.
    Custom component can be a different story. Catalyst does like to use RichText for all it's text displays, and that is a 'heavy' component. I would reverse the process. Have them develop the component framework and it's required parts, then you can bring that component into Catalyst and apply the visuals. There is work to done to produce optimized Catalyst elements. Try working on one component with a developer on your team to solve some of the issues.
    I find that working in smaller components is easier for the development team to ingest Catalyst assets.
    Chris Griffith

  • Adobe Muse dev team needs to see this

    http://www.websitex5.com/en/index.html . We need more refinement on Thumbnail slideshow and the lightbox, mobile support .Just want to bring this to the notice of the dev team and no insult intended. No jumping ship. Muse rocks! Adobe Muse for live!

    Interesting...

  • KUDOS - to dev team and Steve M.

    Got your book today Steve and am really impressed, great job.
    Also kudos to the dev team for a great suite of products that save me time to develop production quality systems.
    Cheers.

    What I mean is:
    - provide Component on the "Compenent Palette"
    like the AWT or the JBCL (grids, dataform,....)
    with are template for HTML generation
    - instead of write separate HTML , get the
    stubs using the Wizard and modify to retrieve
    the parameter values and display the results.
    JDeveloper Guest (guest) wrote:
    : Leon Cassion (guest) wrote:
    : : To developpement team,
    : : Does Oracle plan to make Jweb easier to developp with
    : : Jdevelopper.
    : : (a jweb compenent library or something like that)
    : Leon, can you please elaborate.
    : JDeveloper does have some support for creating JWeb
    applicaitons.
    : But, I think you mean something else.
    null

  • Big Thanks to the CCA Dev Team

    Hi Cisco Team,
    I wish to give my heart felt thanks to the CCA dev team for the latest version (3.2.1), out of the many CCA's I have used over the years this has to be the best revision thus far.
    In short I had to do a complete overhaul of a UC-520 last night from its original configuration which was done using "CCC" which was part of an Early Fields Trial test, the system was in a very aged state and in desperate need of the overhaul. CCA managed to upgrade both the CME and CUE with no troubles, which for me has been the first time this has been achievable, in fact when you press the "F2" command to review what's taking place, I noticed that its error handling is significantly improved over previous versions.
    I cannot imagine the time and effort that was put into bringing this version to market, but it certainly has improved the ability to rebuild a system from scratch without major drama, what was more impressive is that it allowed an upgrade of the CUE from version 3.2 to 8.1.6.3 without incremental upgrade procedures which I have had to do multiple times in the past... This alone is worthy of praise
    The only trouble I had was with the 7941/7961 phones, many of them would not upgrade due to their firmware version, all the 7965/7970 phones upgraded happily even though their firmwars were pretty much original manufacturers... I do however have two phones that are in a semi bricked state now due to this firmware issue, and am not sure how I am going to recover them from this state, but I do know they require a firmware upgrade to recover them.
    So any thoughts on the above would be greatly appreciated
    Cheers,
    David Trad.      

    Hello David,
    Please goto the downloads section of the respective phone and grab the lowest most probably for
    7970 - SCCP software Release 6.0(3)_SR1 cmterm-7970_7971-sccp-6-0-3SR1.ZIPfile.
    For 7965 SCCP software Release 8.3(2) - cmterm-7945_7965-sccp.8-3-2.zip.
    For the 7941/7961 SCCP Release 7.0(2) - cmterm-7941_7961-sccp.7-0-2.zip.
    If 7941/61 are 7941/61G-GE - Release 8.2(2)_SR4 - cmterm-7941_7961-sccp.8-2-2SR4.zip
    When you get the files if you wish to use the CCA, just delete the phone loads from maitenance->phone load management. Then drag and drop the zip files on the UC to add the new phone load. After successfull upgrade to the uppper metioned version of the phones which could not be updated prevoiusly just remove these fimwares and add the shipped with software pack versions of the latest ones.
    HTH,
    Alex
    EDIT: You may find the following document interesting:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7960g_7940g/mgcp/firmware/matrix/frmwrup.html

  • Reports 6 cartridge will not start (DEV TEAM PLEASE HELP)

    Reports 6 cartridge + OAS 4.0.7.1 on solaris 2.6, RDBMS 7.3.4.4
    all installed in different oracle home problems
    We used to run our reports with the CGI interface and it worked
    fine. Now we try to move to the cartridge implementation and we
    have a problem. We are on solaris 2.6, developper server 6.0
    patch level 4.
    We followed the configuration steps from the oracle
    documentation.
    Now we have the following problems:
    When we try the following url: http://my_machine_name/rwows60?
    Instead of getting the reports help page, we get an HTTP 500
    error. Here is what show in the OAS
    4.0.7.1 wrb.log file for the request (Please note that our
    virtual path is rwows60):
    11-25-1999 09:56:00 274476 produc `Broker` 25820 1
    0x10fff `OWS-04759: No host is available to create Cartridge
    Reports/Reports60Cartridge. `
    11-25-1999 09:56:00 407413 produc `Dispatcher` 25836
    1 0x2fff `OWS-04517: Error indicated by broker in getting cartri
    dges of type Reports/Reports60Cartridge. `
    11-25-1999 09:56:00 416750 produc `Dispatcher` 25836
    1 0x2fff `OWS-04511: Error in grabbing cartridge type Reports/Re
    ports60Cartridge from the subsystem. `
    11-25-1999 09:56:00 447230 produc `Dispatcher` 25836
    1 0x2fff `OWS-04512: Request 5A18372D6944-5145-E000-CEA7BB0964EC
    has internal error due to Error 4511. `
    Any help would be appreciated.
    We also found that there might be an error in the aformentionned
    document: They tell us to put %ORAWEB_HOME%/bin in the Physical
    path for the cartridge virtual path, I think it should be
    $ORACLE_HOME/bin (The oracle home of developper server I mean)
    Any way, both physical path setting give the same result...
    Guy Dallaire, DBA/Sysadmin
    Centre de recherche industrielle du Quebec
    Ste-Foy, QC, Canada
    e-mail: [email protected]
    ORACLE tech support said that DEV Server 6.0 needs to be
    installed in the same OH as OAS 4.0.7.1. I had problems
    relinking and had to install it in its own oracle home. Could it
    really be the problem ?
    null

    Hi,
    Indeed, you did, but I mist it ... sorry it's only because of my French ... hahaha
    You did find the answer to my problem and also the solution ... I kept missing the slide on the side the window of the DVD so I did not think of the extra package and all that time it was there ... How " ........... " (dumb) of me ...
    thank you very much for opening my eyes and for your patience.
    And yes ! X11 is now working... !!! I have been trying for two days ....
    Thanks everyone, I am glad to be in the Apple/Mac Community !
    Andre
    G5 PPC   Mac OS X (10.4.8)  

  • Tuxedo 12 on linux vs system libraries - note to Oracle Tuxedo Dev Team

    Hello
    please consider renaming $TUXDIR/lib/libcrypto.so* library because it causes conflict with system libraries (debian wheezy for example) and disrupts
    other programs:
    $ ssh localhost
    ssh: /opt/bea/tuxedo12.1.1.0/lib/libcrypto.so.1.0.0: no version information available (required by ssh)
    OpenSSL version mismatch. Built against 1000103f, you have 1000007f
    $ svn
    /usr/bin/svn: /opt/bea/tuxedo12.1.1.0/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/i386-linux-gnu/libserf-1.so.0)
    /usr/bin/svn: /opt/bea/tuxedo12.1.1.0/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0)
    /usr/bin/svn: /opt/bea/tuxedo12.1.1.0/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0)
    /usr/bin/svn: /opt/bea/tuxedo12.1.1.0/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0)
    workaround 1: rename libcrypto library in your installation (recommended on dev installation in case you don't need it)
    workaround 2: make wrappers to tmboot/tmshutdown and other tuxedo commands that will set LD_LIBRARY_PATH

    Hi,
    Any updates for a proper solution? We are getting core dumps in tuxedo libraries when libengine.so incorrectly links to the system library libcrypto.so.
    Thanks

  • IPS Tech Tip - "show tech" command part 2 - IPS dev team webinar

    Hi Folks,
    The IPS product management and development team would like to invite you to this 30-40 minute webinar followed by Q&A sessions. These will be recorded and put on this forum as well. We hope you can attend.
    -Robert
    Robert Albach invites you to attend a Web seminar using WebEx. This event requires registration.
    Topic: Cisco IPS Tech Tips - show tech part 2
    Host: Robert Albach
    This month's Cisco IPS Tech Tip will continue December's show tech command discussion. The show tech command holds a wealth of information regarding your IPS's performance and status. Cisco IPS development team members will continue to talk about what all this information means to you and then answers your questions.
    Date and Time:
    January 27, 2011 10:00 am, Central Standard Time (Chicago, GMT-06:00)
    To register for the online event
    1. Go to https://cisco.webex.com/ciscosales/onstage/g.php?d=202882129&t=a&EA=ralbach%40cisco.com&ET=85576c2dbfd6dca4b756de40b6728a2b&ETR=5d7e40b0e38f564be0a8bd55114369fc&RT=MiM3&p
    2. Click "Register".
    3. On the registration form, enter your information and then click "Submit".
    Once the host approves your registration, you will receive a confirmation email message with instructions on how to join the event.

    Sadly we did not get the recording done. The presentation and the example pcaps  however are on this forum now.
    -Robert

  • INF Looking for means to dialog C#-Dev team about multiple inheritance.

    Please help.
    I really need multiple inheritance with C#. Is there any forum/means to have a dialog with the dev's for C# about this? The amount of extra work and maintenance costs of not having multiple inheritance has been a big problem, but lately, it has really become
    a burden for not having. The maintainability and reuse-ability of code is drastically reduced without it.

    Btw, I think that this has been discussed
    many times before. Almost once or twice each year since .NET is released (that's 12 years by now).
    I don't think you can make them allow this feature as tons of example trying to convince them this is needed has been proved not necessary to use multiple inheritance by them.
    Many of the discussions ends with something like "Java also does not support multiple inheritance but there isn't seems to be a problem for them". Maybe you can get more luck to convince Oracle to include MI in Java first.
    Btw, I found it hard to believe you need Multiple Implementation Inheritance to... improve maintainability of code? WTF??? I think Multiple Implementation Inheritance has it own place in the hall of fame for the bugs it caused in languages that supports
    it, even in C++.

  • Site check // website intro // suggestions for dev team

    Hello, my name is XDude and I'm reliving my glory days of when I used to make long, elaborate website intros in Macromedia Flash.
    Just kidding.
    But I did make this today: http://12voltwizard.com/intro/
    (Ultra rough first draft, takes a while to load, don't blink or you might miss the animation.)
    For everybody:
    Aside from the long loading time, does it work on all your fabulous devices, tablets, etc.?
    For the devs:
    The program has certainly come a long way since version 1! Thanks so much for including all the lessons right inside the program, it made the learning process super-easy.
    Overall, making the animation was mostly painless. I did find myself a bit bewildered by the lack of a "modify the background color of the document body" (not just the stage) or "add a body background image" feature. (Unless that's what a down-level stage is?)
    My hax0ring skilz were also a little too weak to get the preloader image to appear in the center of the page...
    If there could be a way to move the playhead with the keyboard (like hitting the Page Down key in After Effects or Premiere) that'd be awesome.
    Other than that ... well, I'm super-excited to see that Flash 3 lives again!!

    I just had a look at it in Chrome... performance was crap!
    Can anyone else also look in Chrome and let me know?
    P.S. the graphics are a bit low-res for desktop (it's mostly designed for mobile users).
    Thanks

Maybe you are looking for