Results 1 to 2 of 2

Thread: What is the importance of org.springframework.osgi.util.DebugUtils saying "Could not

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    8

    Default What is the importance of org.springframework.osgi.util.DebugUtils saying "Could not

    Hi

    I am deploying two OSGi bundles (Bundle-A and Bundle-B) in Virgo server. Bundle-A depeneds on one particular jdbc driver in Bundle-B. Bundle-B exports that jdbc driver and is imported by Bundle-A.

    Bundle-A works fine and is able to persists data into databse but however there are debug statements printed by org.springframework.osgi.util.DebugUtils class stating

    "Could not find class [oracle.jdbc.internal.OracleConnection] required by [Qualibria platform transaction services(platform.plan-1-platform-jta)] scanning available bundles"

    The "could not find class" does not stop the execution of program. What is the significance of this error?


    thanks

    Sonam

  2. #2
    Join Date
    Feb 2009
    Location
    Hursley, near Winchester, UK
    Posts
    37

    Default Pointer

    Sonam: if you are asking questions about Virgo, the best place for this is the Virgo Development Forums.

    Incidentally, just because org.springframework.osgi.util.DebugUtils writes the message doesn't seem likely that that is the origin of the problem.

    Unless there is a message number, or other information, the provenance of this message is unclear. Perhaps you can be more explicit over on Virgo-Dev.
    Last edited by Glyn Normington; Nov 1st, 2010 at 04:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •