sreejith panampilly

Ranch Hand
+ Follow
since Jun 15, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sreejith panampilly

Hi

I am retriving some text content from database..
it contains the HTML tags like <FONT face=Tahoma size=2>HAPPY INDEPENDENCE DAY</FONT>

Is any method avilable in java to filter this HTML tags?


Thanks
17 years ago
Hi
I have installed the Fix Pack 19 (6.0.2.19). But the java.math.BigDecimal problem still existing..

Give me some solution for it..


thanks
Sreejith
17 years ago
Hi

I am working in WebSphere Application Server6.0.2.0
How can I find which version of java(jdk) used on it?

In my code java.math.BigDecimal using, when ever this line comes the entire method Skipping, The same code working fine on Tomcat 5.5

Please give some solution..

Thanks
Sreejith
17 years ago
Hi

what are sites that provides information about Java client to MS CRM 3.0
(Microsoft CRM 3.0) webservice


thanks
17 years ago
Hi

I am writing a webservice to connect Microsoft CRM3.0
I generated the webservise code through WSDL2Java
the connection is established.
but creating some thing in the CRM through webservice the following exception Occurs
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (401)Unauthorized
faultActor:
faultNode:
faultDetail:


The user name contains a '\' like sree\jith


one more problem that is

- Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
- Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
- Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
17 years ago
yes, The Super class not a Constructor with String parameter
17 years ago
Hi

I have created the stub classes for microsoft mscrmservices by using WSDL2Java
tool. When it compiled in eclipse it shows 3 errors. error is ->the Constructor Object(String) is undefined. error occured when the super called with parameter String

super(_value);

super class is the Object

Give some solution for it.

thanks
17 years ago
Hi all

I am using Tomcat 5.5 , when undeploying an application through Tomcat manager,
not all the contents in the application folder deleting,
I am working with an struts application
content not deleted are application\WEB-INF\lib\struts.jar

Thanks in advance
17 years ago
Hi all

I am using Tomcat 5.5 , when undeploying an application through Tomcat manager,
not all the contents in the application folder deleting,
I am working with an struts application
content not deleted are application\WEB-INF\lib\struts.jar

Thanks in advance
17 years ago
I have some doubts, Please look at following code

<Resource name="jdbc/databasename" auth="Container"
type="javax.sql.DataSource" username="@username" password="@password"
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/databasename?autoReconnect=true"
maxActive="8" maxIdle="2"
testOnBorrow="true"
validationQuery="select 1"
timeBetweenEvictionRunsMillis="30000"
/>


What is the purpose of the following
1)autoReconnect
2)maxActive
3)maxIdle
4)testOnBorrow
5)timeBetweenEvictionRunsMillis
17 years ago
Hi

I am using Tomcat5.5, my application contains a log4j implementation,so I want to disable the stdout_.log.
how can do this ?
17 years ago
My application is a mobile application, contents of the server send to mobile using xml, each xml contains not more than 1024kb.
txt files contains the contents of xml.
hardware configuration is same for both Websphere and Tomcat.
version of Java->jdk1.5.0_09
17 years ago
my application is a mobile application, when the content from server sending to mobile using xml, each xml contains not more than 1024kb
Txt file contains contents of xml
each txt file of around 1kb of size
xml contents are not big. it contains 5 tags only.
hardware configuration is same for both Websphere and Tomcat.
version of Java->jdk1.5.0_09
17 years ago
I am changing a application from websphere to Tomcat 5.5, application contains some XML parsing, whenever the parsing done a txt file creating in the Tomcat 5.5 folder and Tomcat became very slow..

Please give some sugessions...

thanks in advance..
17 years ago
Tomcat5.5 and Mysql 5 and am using jakarta-struts-1.1. When I try to access the welcome file, which is index.jsp, I get the following error:

[2007-01-09 11:04:13,015]ERROR116281[http-8000-Processor24](StandardWrapperValve.java:253) - Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: null
at org.apache.jasper.compiler.TldLocationsCache.init(TldLocationsCache.java:253)
at org.apache.jasper.compiler.TldLocationsCache.getLocation(TldLocationsCache.java:224)
at org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:526)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:422)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1556)
at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)


Request all you guyz to provide me with a solution.
Thanks in advance
18 years ago