Which java package conform to xpath&xslt 2.0 specification?

Or any conforming packages is close to release?
thanks..

There's currently no support for XPath 2.0/XSLT 2.0 in JAXP or in the JDK. The only free implementation I know of is Saxon. I believe you should be able to install it on top of JDK 5 or JDK 6. Hope this helps.

Similar Messages

  • Which Java packages can be used in Script processors and where/how to customise EDQ

    The online help for the Script processor shows an example using java.util:
    output1 = java.util.UUID.randomUUID().toString()
    but are there any other packages that can be used?
    The background to this question is that we'd like to know whether it might be possible to call a web service from an EDQ process - would this possible through scripting, by creating a new processor or through some other customisation.
    More fundamentally is there anything explaining where and how 'native' EDQ (i.e. not additional packs like the Customer Data Services Pack) can be customised and for what typical purposes.
    Thanks, Nik

    Hi,
    Yes it is possible to call web services from script. Others will likely help with examples of how to do this.
    For more information about extending EDQ, see the topic 'Extending EDQ' in the online help.
    There is also a full guide to the processor library in the online help.
    Regards,
    Mike

  • Which java packages can calculate atom charges

    Hi, I finding a solution as to above. Does anyone know?
    I've tried biojava but it doesn't calculate atom charges.

    Hi, I finding a solution as to above. Does anyone
    know?
    I've tried biojava but it doesn't calculate atom
    charges.I guess you will have to write your own class. You might subclass the AtomImpl in BioJava to add your specialized methods.

  • Which java API package contains Container class???????

    can forum experts tell me which java API package contains Container and GlobalContainer class......???????/

    <b>aii.map.api</b>
    If you need to access the Cotainer Object (i.e) the runtime constants inside you java mapping etc, you use
    AbstractTrace trace=(AbstractTrace)getParameters().get(StreamTransformationConstants.MAPPING_TRACE);
    To access this in a UDF in graphical mapping you mention,
    container.getTrace()
    Regards
    Bhavesh

  • JAVA PACKAGES and JSP

    i Have two problems one is i am designing a website which consists of a form. I am trying to write the Connectiviy and all other insert statements in seperate java packages and include them in JSP files.
    i Have two java packages one is DBUtil(having two java files both dealing with connectovity) and another one is StudentUtIl which has java files that open the connections with database connection and insert data into DB., I am having a big Problem here. How can i call the function in the other java package in the files in this java package. i have openDB()and Close() in the other Db and i want to call these functions in JAVA classes in the other package. How to include a package. Both these packages are in the same File system mounted on a Local directory

    Thank you for the reply. I am giving the code i have given the full class name . and now it is giving the following error :
    Cannot reference a non-static method connectDB() in a static context.
    I am also giving the code. Please do help me on this. i am a beginner in java.
    import java.sql.*;
    import java.util.*;
    import DButil.*;
    public class StudentManager {
    /** Creates a new instance of StudentManager */
    public StudentManager() {
    Connection conn = null;
    Statement cs = null;
    public Vector getStudent(){
    try{
    dbutil.connectDB();
    String Query = "Select St_Record, St_L_Name, St_F_Name, St_Major, St_Email_Address, St_SSN, Date, St_Company, St_Designation";
    cs = conn.createStatement();
    java.sql.ResultSet rs = cs.executeQuery(Query);
    Vector Studentvector = new Vector();
    while(rs.next()){
    Studentinfo Student = new Studentinfo();
    Student.setSt_Record(rs.getInt("St_Record"));
    Student.setSt_L_Name(rs.getString("St_L_Name"));
    Student.setSt_F_Name(rs.getString("St_F_Name"));
    Student.setSt_Major(rs.getString("St_Major"));
    Student.setSt_Email_Address(rs.getString("St_Email_Address"));
    Student.setSt_Company(rs.getString("St_Company"));
    Student.setSt_Designation(rs.getString("St_Designation"));
    Student.setDate(rs.getInt("Date"));
    Studentvector.add(Student);
    if( cs != null)
    cs.close();
    if( conn != null && !conn.isClosed())
    conn.close();
    return Studentvector;
    }catch(Exception ignore){
    return null;
    }finally {
    dbutil.closeDB();
    import java.sql.*;
    import java.util.*;
    public class dbutil {
    /** Creates a new instance of dbutil */
    public dbutil() {
    Connection conn;
    public void connectDB(){
    conn = ConnectionManager.getConnection();
    public void closeDB(){
    try{
    if(conn != null && !conn.isClosed())
    conn.close();
    }catch(Exception excep){
    The main error is occuring at the following lines connectDB() and closeDB() in the class student manager. The class dbutil is in an another package.with an another file called connectionManager which establishes the connection with DB. The dbutil has the openconnection and close connection methods. I have not yet written the insert statements in StudentManager. PLease do Help me

  • NoClassDefFound error when using custom Java package in scripting QPAC

    Hi,
    I compiled a little Java-package (.jar), which contains a class that uses
    com.adobe.workflow.datatype.form.FormDataTypeInstanceImpl.
    I put my library in the lib folder of JBoss (...\server\all\lib).
    Then I'm was trying to invoke my custom class in the scripting QPAC. But I'm constantly getting the error message
    NoClassDefFound com\adobe\workflow\datatype\form\FormDataTypeInstanceImpl. I already put
    adobe-wkf.jar (and various others) in the lib folder of JBoss. Without ever succeeding. Unfortunately.
    I'm going mad about this.
    Is there a way to address a custom package in the scripting QPAC, which uses
    FormDataTypeInstanceImpl?
    Steve

    Removing the LiceCycle jars from the lib folder did not work. I still get the same error message.
    What I wanted to do is provide some basic utilities, without having to spend a lot of time designing QPAC user interfaces.
    My utility class contains methods like this one:
    @param 
    pFormData
    @return
    @throws 
    ParserConfigurationException
    @throws 
    SAXException
    @throws 
    IOException
    public static 
    org.w3c.dom.Document formToXml
    FormDataTypeInstanceImpl pFormData
    throws 
    ParserConfigurationException, SAXException, IOException 
    byte
    data = pFormData.getXFAData
    InputStream objXMLInputStream = 
    new 
    ByteArrayInputStream
    data
    // create new Document object
    DocumentBuilderFactory objFactory = DocumentBuilderFactory.newInstance
    DocumentBuilder objBuilder = objFactory.newDocumentBuilder
    org.w3c.dom.Document objDocument = objBuilder.parse
    objXMLInputStream
    return 
    objDocument;
    Even without ever invoking the aforementioned method, I get the error
    NoClassDefFound: FormDataTypeInstanceImpl. Which is pretty weird.
    Do I have to write my own classloader?
    Steve

  • Error occured while running .java package in BPEL

    Hi All,
    I'm trying to run .java package which is using RIDC components (GET_FILE) option.
    I have set my local IP address in the config.cfg file also and restarted.
    Still i'm getting below error in Jdeveloper when I run the package.....
    oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://tgreenspence:4444
    *     at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:35)*
    *     at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)*
    *     at oracle.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)*
    *     at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:151)*
    *     at test.TestRIDC.TestRIDCGetFile.main(TestRIDCGetFile.java:52)*
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.ConnectException: Connection timed out: connect
    *     at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:52)*
    *     at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:33)*
    *     ... 4 more*
    Caused by: java.net.ConnectException: Connection timed out: connect
    *     at java.net.PlainSocketImpl.socketConnect(Native Method)*
    *     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)*
    *     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)*
    *     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)*
    *     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)*
    at java.net.Socket.connect(Socket.java:529)
    *     at java.net.Socket.connect(Socket.java:478)*
    *     at java.net.Socket.<init>(Socket.java:375)*
    *     at java.net.Socket.<init>(Socket.java:189)*
    *     at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.createSocket(SocketConnection.java:126)*
    *     at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:44)*
    *     ... 5 more*
    What will be the solution ??
    Thanks,
    Nir

    take the code out of bpel. run it standalone. does it work?
    -ryan

  • Problem finding native methods in java packages

    Hi,
    I have a java class which uses some native methods written in OCamL. I wrote a C file which calls the OCamL code, and created the corresponding shared library using the jni. I then tested my java file and everything works fine, I can nicely call the OCamL functions. However, I need this java file to be included in a package, but whenever I add the line:
    package somepackage;
    on top of the java code, my java file simply doesn't seem to find the C and OCamL implementation anymore :
    javac -cp :./path/of/somepackage
    -Djava.library.path=/full/path/of/somepackage MyProgram args
    Exception in thread "main" java.lang.UnsatisfiedLinkError:functionName
    at somepackage.ClassName.functionName(NativeMethod)
    I have of course put everything (java, C, .h , libsomelibrary.so, and OCamL files) in a directory called somepackage, and written another java file which creates an instance of the first one from outside the package, imports the package, and calls its methods in main(). It just doesn't work anymore.
    I then added a simple hello-world function (not C nor OCamL code) to the java file inside the package. And when invoked from outside, it worked. Question is then... Am I forgetting something to be done, in order to get C and CamL files efectively included in the java package (same as "package somepackage;" in C or OCaml, perhaps)??? Why isn't the java file able to find them inside its very own directory (having into account that without the package definition it worked well)?
    Thanks,
    PS Im using jsdk 1.4.1 on lunyx redhat 8.0

    Did you change the name of the function in the library, too?
    If the function name was
    "Java_YourClass_functionname",
    it should be now
    "Java_path_to_your_package_YourClass_functionname".

  • Java package to parse email

    Hi,
    I was wondering if anyone knows of a java package which does the following. Monitors an email account (could be through SMTP) and downloads email based on certain rules you can mention in the config file. For instance, if the the email comes from address [email protected] then download the attachment B.pdf to a certain folder.

    harsh884 wrote:
    May be you can use Apache common-logging.jar its API for getting logs....try the link below
    http://commons.apache.org/logging/guide.html
    Was that meant to be posted in this thread?

  • Java package compile errors

    I use a batch file to compile a java package. And I got the following errors:
    TabPages: Java: 29: Cannot solve symbol
    Symbol: class JSPFactory
    Location: package JSP
    JSPFactory = javax.Servlet.jsp.JSPFactory.getDefaulfFactory();
    Note: Some input files use or override a deprecated APT.
    Note: Recompile with -deprecation for details.
    I am using New Atlanta servletExec 3.1 and IIS server. Can anyone help me figure our the above errors? Thanks!

    if I add the "set classpath=".,C:/javax" to the begining of the batch file, will this override the classpath that I set in the Environment window? I am worried about this since we have a bunch of environment variables already been set there.
    I tried to add the ";c:\javax" at the end of the classpath on my Environment window, and rebooted the server, but still got the same error message. Did I have some syntax error? What does the dot before ";C:/javax" mean? I deleted it when I added them to the classpath.
    It will cause too much trouble to add the "javac XXX.java -classpath=".;C"/javax" to each file that needs this package because we don't have a single command for compiling a single java file. We have a huge amount of java files and we just use a single "javac -d" to compile every file under several folders. Our batch file is as follows:
    del /F/Q ..\classes
    javac -d ..\classes *.java htmltool\html\*.java ises\*.java DropDown\*.java frmselection\*.java grid\*.java treeView\*.java reportTreeMenu\*.java hs\types\*.java
    del /F ..\lib\grid.jar
    del /F ..\lib\TreeView.jar
    cd ..\classes
    jar cf ..\lib\grid.jar grid
    rmdir /S/Q grid
    jar cf ..\lib\TreeView.jar treeView
    rmdir /S/Q treeView
    cd ..\javasrc
    Another thing is that: we have exact the same classpath and batch file on another server which works fine, and its classpath doesn't include explicitly stuff like";c:\javax", but we never have prolbem compiling the java source. So do I miss something else?

  • Java Package count files

    Hi,
    I have a java package which contains several java classes.
    Package name Util
    Contains lets say 3 Classes but further classes could be added in the future. I need to know how many classes are in this package.
    So im wondering is it possible to a count of the number of classes/files in a package and save this to a variable.

    So im wondering is it possible to a count of the
    number of classes/files in a package and savethis
    to
    a variable.NoWell not easily anyway. You could count the number of
    class files in a given directory or something.
    @lunny,
    I can think of no reason why this would be something
    you would want to do. Could you please give more
    information on why you think this is something you
    want/need to do?Ofcourse.
    I am writing a program that has a different class file for every year so runs different for every year.
    At the start of the program there is a drop down box listing the different years. For every year there is a respective class File. At the moment there is 3 class files / 3 years. Lets say I decided to add another one. I would have to add my 4th class file to my java package but also change my form to display 4 years.
    What I would like to do is before i display the form is pick up the number of java files in package (which would tell me the number of years) and then I can use this to display X number of options in form.

  • JSC2 Support for Traditional Java Package Names

    We have been looking for some encouraging words in the JSC2 documentation concerning the use of traditional java package organization for our creator projects but have been unable to find any. JSC2 appears to use a new project directory structure for its own purposes. However, there is no mention of package naming improvements in response to past requests from JSC1 users. We still very much want to organize our project content in the familiar java "com.company.ourproject.ourfeature" style. Is it the intention of the Creator developers to provide improvement in support for custom package names in JSC2 that is beyond what was possible in JSC1? Any insightful comments would be greatly appreciated.

    Hi,
    Please go through the following thread which discusses about the package structure:
    http://swforum.sun.com/jive/thread.jspa?threadID=53439&tstart=0
    Hope this heps
    Cheers
    Giri :-)
    Creator Team

  • Is it possible to use Microsoft's Java Packages in Forte4Java/JBuilder?

    Dear all,
    I am wondering whether it is possible to use those java packages installed by MS Visual J++ in Sun's Forte4Java or Borland's JBuilder? I found one of the java packages of Microsoft -- com.ms.com.* quite useful for calling ActiveX Components in java code and I have succeeded in calling my DLL COM under Visual J++ with the help of com.ms.com.Dispatch. But I have to use Forte4Java to write my Java program, therefore, it will be great if I can still use com.ms.com.* under Forte4Java. Is it possible? If so, how to do it? Please advise and thanks in advance...
    Tracy

    You can use any java package if you just add it to the classpath. In Forte this means adding it to the explorer pane, I am not sure about Builder.
    The problem will be when you try to run it. Any Microsoft class which uses some part of their runtime will require the Microsoft VM. If you have that, and are willing to be permenantly tied to it, then you will be in business.

  • Java package - money

    good evening guys,
    i am finding a piece of work extremely tough going at the moment and wondered if i could get any hints/help on where im going wrong. i am aiming to produce a package (money.java) which could be used in order to produce arithmetic calculations on sums of money.
    The code i have at the moment is:
    MONEY.JAVA:
    package java;
    public class money
         private int data1, data2;
         public money()
             data1=0;
             data2=0;
         public money(int value1, int value 2)
              data1 = value1;
              data2 = value2;
        public void addMoney(int value1, int value2)
              return value1 + value2;
         public void subtractMoney(int value1, int value2)
              return value1 - value2;
         public void divideMoney(int value1, int value2)
              return value1 / value2;
         public void multiplyMoney(int value1, int value2)
              return value1 * value2;
    }MONEYTEST.JAVA
    import java.money;
    public class MoneyTest
        public static void main(String [] args)
             money p = new money(10,20);
             System.out.println("The total is " + p.addMoney());
    }I think i may need a 'toString' method? and also, is there any way of covering errors? im sorry if these problems are trivial. I have various books, but can't seem to use them in this case.
    Thank you for any feedback.
    Jess

    That's a class, not a pakcage.
    Do you need a toString? There's already a toString defined on Object that you inherit. It's not very useful though. If you want to show something more meaningful when you do, say, System.out.println(aMoneyObject); then yes, you'll need to override toString.
    http://developer.java.sun.com/developer/Books/effectivejava/Chapter3.pdf
    What are data1 and data2? Those are meaningless names and you never use them.
    As for handling errors,
    http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html
    It's not clear what you're trying to accomplish, and your questions are rather vague, so it's difficult to provide useful advice.

  • Service Release (SR) - which Support Package Levels?

    Hello,
    I have a general question in terms of Service Releases of a SAP solution:
    Is there an easy way to find out on which Support Package Level (or Support Package Stack) a Service Release (SR) of a SAP Solution (or NetWeaver itself) is based?
    Can I get this information in the SAP Service Marketplace?
    Example: mySAP <solution> SR1 is based on Support Package Level <nn> of component <comp1> and Support Package Level <nn> of component <comp2>.
    Any hint is appriciated.
    Thanks!
    Heiko

    Hi Heiko,
    You can find information on the SPS and SR releases/version in the service
    market place under NW2004S - Release Specific Information - Support Package
    Stacks information. This page will tell you the following;
    SPS 11 Calender Week 10, 2007 (delayed) expand/hide
    Support Package Stack 11 was planned for calendar week 06 and is postponed until calendar week 10.
    Planned Features
    Please take a look at this preliminary list with the new features planned for Support Package Stack 11.
    SPS 10 November 27th, 2006 expand/hide
    Download
    Download SP Stack 10
    Information sources
    SP Stack Guide 10
    Release Notes SP Stack 10
    SR2 December 4th, 2006 expand/hide
    SAP NetWeaver 2004s Support Release 2 (SR2) is a new installation and upgrade version (a new set of DVDs) including corrections (and features) provided with SP Stacks 01 to 09. It is a significant step towards a simpler installation of SAP NetWeaver 2004s up to and including SP Stack 09.
    Since SAP NetWeaver 2004s SR2 is based on SP Stack 09 the next SP stack to be applied will be SP Stack 10.
    Support Release 2 was planned for calendar week 47 and is postsponed until calendar week 49.
    SPS 09 September 5th, 2006 expand/hide
    Download
    Download SP Stack 09
    Information sources
    SP Stack Guide 09
    Release Notes SP Stack 09
    SPS 08 June 27th, 2006 expand/hide
    Download
    Download SP Stack 08
    Information sources
    SP Stack Guide 08
    Documentation Patches -> SPS 08.
    Release Notes SP Stack 08
    SPS 07 April 11th, 2006 expand/hide
    Download
    Download SP Stack 07
    Information sources
    SP Stack Guide 07
    Documentation Patches -> SPS 07.
    Release Notes SP Stack 07
    SR 1 April 7 th, 2006 expand/hide
    SAP NetWeaver 2004s Support Release 1 (SR1) is a new installation and upgrade version (a new set of DVDs) including corrections (and features) provided with SP Stacks 01 to 06. It is a significant step towards a simpler installation of SAP NetWeaver 2004s up to and including SP Stack 06.
    Since SAP NetWeaver 2004s SR1 is based on SP Stack 06 the next SP stack to be applied will be SP Stack 07.
    Shipment
    Please note that since the release of SAP NetWeaver 2004s SR 1 on April 7, 2006, SAP NetWeaver stand-alone customers who order SAP NetWeaver 2004s now receive the SAP NetWeaver 2004s SR1 software package instead. SAP NetWeaver 2004s SR1 will not automatically be shipped to customers who have already received SAP NetWeaver 2004s prior to this date.
    SPS 06 Jan 31st, 2006 expand/hide
    Download
    Download SP Stack 06
    Information sources
    SP Stack Guide 06
    Documentation Patches -> SPS 06.
    Release Notes SP Stack 06
    SPS 05 Dec 15th, 2005 expand/hide
    Java part of Support Package Stack 05 was postsponed to December 15th.
    Download
    Download SP Stack 05
    Information sources
    SP Stack Guide 05
    Documentation Patches -> SPS 05.
    Release Notes SP Stack 05
    The interesting bit is that SR1 was released in April; while SPS6 was available in
    January. The same goes for SR2; released in December; while SPS9 was
    available in September.
    There is a gap of 3 months between the SPS was released and the SR is released
    I assume that patches that have been released for the SPS are included in the SR
    therefor a system that has SPS6 or SPS9 applied is not neccisarily the same as
    SR1 or SR2.
    Hope this helps...
    Kind regards,
    Walter

Maybe you are looking for

  • How do I REMOVE an ADD-ON from my TOOLBAR, when said ADD-ON does NOT show up in my ADD ONS Manager?

    I have been instructed to: "When you open Firefox up in the left hand corner there is a drop down box that says "Firefox". Click on this and go to add-ons a new page will open with tabs on the side. Click on ADD-ONS, use ADD-ON Manager...." That does

  • Need to repair disk but dvd is broke

    hi. despite using logic9 and ableton8 extensively for some years my actual knowledge of computers and the os is shameful just to warn you ive often done "repair permissions" but was told to do disk repair also from time to time, so i did the verify d

  • Set number of copies to print

    Hello, We're using Adobe Lifecycle Designer 8.0 and we've the requirement to print copies of our generated pdf delivery form. Does anyone know how to set the number of copies dynamically at runtime ? Maybe by using java script  ? Thanks in advance !

  • HotKey Features Intergatio​n

    Hi, I would like to know what does  the switches for the HotKey Feature Integration Setup.exe file mean? /S /B /H I tried installing with above switches but I still get some flash screen popping up and disappear. Is there a way to make it totally sil

  • Problem starting up

    When the power button is pressed, the fans spin up for about 1-2 seconds and the optical drive starts to initialize, then they both stop and nothing else happens. The hardrive does not appear to be starting. I have tried to start up in target mode bu