IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Compilation Error

    Posted 03/19/03 04:15 AM

    when i compile the ConnectionFactor Class i get the following err

    D:\Program Files\webMethods6\IntegrationServer\packages\WmVignetteAdapter\code\source\com\wm\pkg\wmvignetteadapter\connection\VignetteConnectionFactory.java:23: cannot access javax.resource.spi.ManagedConnectionFactory
    file javax\resource\spi\ManagedConnectionFactory.class not found
    private String hostName = “”;
    ^
    D:\Program Files\webMethods6\IntegrationServer\packages\WmVignetteAdapter\code\source\com\wm\pkg\wmvignetteadapter\connection\VignetteConnectionFactory.java:40: cannot resolve symbol
    symbol : class Subject location: package auth
    javax.security.auth.Subject subject,
    ^
    D:\Program Files\webMethods6\IntegrationServer\packages\WmVignetteAdapter\code\source\com\wm\pkg\wmvignetteadapter\connection\VignetteConnectionFactory.java:41: cannot resolve symbol
    symbol : class ConnectionRequestInfo
    location: package spi
    javax.resource.spi.ConnectionRequestInfo connectionRequestInfo)
    ^

    what is the jar file i need to include in the classpath?

    pleas help me to solve the problem

    Thirumal


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods