Search:

Type: Posts; User: DemeCarv

Page 1 of 2 1 2

Search: Search took 0.20 seconds.

  1. AspectJWeavingEnable Initialization of bean failed

    I am trying to run a very simple example of AspectJ in WebSphere6.1 + JDK5 and I getting the error below. My libraries are attaced in two jpeg files. Any suggestion will be very apreciated.


    ...
  2. Re: At least one JAR was scanned for TLDs yet contained no TLDs

    Greg, thank you.
    In few words I didn't change anything in my code. The only thing I did was coping the project folder from Eclipse (IBM RAD) which has Websphere6.1 and JDK6 and import in other...
  3. Re: At least one JAR was scanned for TLDs yet contained no TLDs

    Yes, I even pointed the catalina.out to some txt file to analyse every lines. What extra details do you suggest me to place here?
  4. At least one JAR was scanned for TLDs yet contained no TLDs

    I have an application which runs perfectly in WebSphere 6.1 using JDK6 but now I want to publish it to Tomcat8 using JDK8. It is a simple application which is based on some JSP and some servlets. I...
  5. Re: How split a text looking for values with regular expression

    I am still looking for help with this challenge and I will appreciate any help.
  6. Re: How split a text looking for values with regular expression

    There are 4 pattern. The first two I am able to retrieve thanks to KevinWorkman help. The third I am still struggling to retrieve. After I can fix the third I will try the fourth. Is ("DE \\d+ (w+)...
  7. Re: How split a text looking for values with regular expression

    ChristopherLowe, thank you. I do need to use regular expression. Even if I wasn't expected to use regex, when I try match with "DE \\d+(, SF \\d+)* = \\w+" I don't retrieve any group if there are...
  8. Re: How split a text looking for values with regular expression

    KevinWorkman, hopefully you still see this thread. Firstly, thank you for every tips. I am facing a new obstacle: there is description that I have to ignore between the id and "=". How can I read the...
  9. Re: How split a text looking for values with regular expression

    Thank you so much. Can you please help me improve your example to get the values from this data?
    String data = "DE 1, SF 2 = A9A DE and SF with 1 digit DE 1, SF 22 = 1234abcd DE with 1 digit and SF...
  10. Re: How split a text looking for values with regular expression

    Hi. Your idea give me a light. This text snippet is a whole cell in spreadsheet. I believe that there might exist some safer way by using regex. The basic logic behind each cell is that the user can...
  11. How split a text looking for values with regular expression

    I have to read a text looking for value related to certain variable. The variable are always DE plus identifier from 1 to 99 or DE plus identifier from 1 to 99 and SF plus identifier from 1 to 99....
  12. Re: NoSuchMethodError: org/apache/xml/utils/TreeWalker

    3093I uploaded again the image which shows the Websphere Labs in Jpg because I guess that the png format might not be clear enough.
  13. NoSuchMethodError: org/apache/xml/utils/TreeWalker

    3092I am getting the error from subject when running the below code in Websphere in my RAD. It is very interesting that this code doesn't cause any error in Server. The server runs up Tomcat 6 but I...
  14. Could not load Tomcat server configuration - cp1252

    I am using RAD and I copied the Tomcat server from server to local folder. Then I tried to add this tomcat by adding new server. I got the error in title. After searching, I copied the Tomcat\conf...
  15. Re: ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

    Thanks. I changed to 1.7 but I am still getting the same error from the subject of this thread.
    PS. instead of 5 lines in problem window now I have two but I don't know what to do:


    Cannot...
  16. ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet

    I found a lot of forums telling about the error I typed in subject and I did try every suggestion without success. I did include the servlet-api.jar from Tomcat7 lib folder to Java Build Path
    In...
  17. Re: The prefix "base" for attribute "base:package" associated with an element type "context:component-scan" is not bound.

    GregBrannon, what does "Thread moved" mean? Did I post in wrong session?
  18. The prefix "base" for attribute "base:package" associated with an element type "context:component-scan" is not bound.

    3057

    I have read that this error could be in reason of Eclipse bug but I am not able to run my small application and it is the only error I can see. Is there anything wrong with:


    <?xml...
  19. Spring Tutorial - ContextLoader:319 - Context initialization failed securityConfig

    I am trying Tutorial Designing and Implementing a Web Application with Spring and typing
    $ cd ../6/complete
    $ ./gradlew tomcatRunWar
    but I am getting the error:

    2014-07-11 19:33:20 DEBUG...
  20. Re: DOM and SAX warappers in servlet - help me understand the code

    DarthBane, I didn't understand what you mean by "The requests can synchronously process each element as it is received". The files will be placed in some folder by other application that I don't have...
  21. Re: DOM and SAX warappers in servlet - help me understand the code

    DarthBane, supposing I have the opportunity to develop today an application from the scratch with this requirements: (1) it will have a very small front-end - 20 web pages, (2) it will receive a lot...
  22. Re: DOM and SAX warappers in servlet - help me understand the code

    DarthBane, thank you for your answer. have read Java and XSLT (Eric M. Burke - O'reilly - 2001) and it doesn't me help to understand the pattern used by previous programmer. Have you used Xalan...
  23. DOM and SAX warappers in servlet - help me understand the code

    I am new in XSLT and I started to support an application which has the servelet below. Could someone help me to understand which are the patterns in this servelet related to XSLT? Beyond the basic...
  24. How choose between javax.xml.parses and xerces implementation

    I am in doubt about what could be the basic differences between
    javax.xml.parsers.DocumentBuilderFactory fac = javax.xml.parsers.DocumentBuilderFactory.newInstance();
    and...
  25. What is the best way to parse a xml file without xmlns?

    For reason beyond my control, I must parse a xml without xmlns tag. I believe that it is a bad practice because it miss namespace control. Anyway, I must program for such scenario. What could be the...
Results 1 to 25 of 31
Page 1 of 2 1 2