пятница, 6 мая 2005 г.
|
flowchart generator from java source code varalakshmi 09:58:13 |
| | Hi, Is there any open source code project that is developed in java to "generate Flowchart from source code". plz give some useful links for this project. And also I need code to generate different methods and functions from class file should display in a JTree while i open the file. And gui mainly contains 3 panels and first panel should display methods and functions in JTree. Second panel should display source code. 3rd panel should contain flowchart while i select the particular method. regards, varu |
| | Add comment |
|
| How to Remove Axis from JBossWS?I am trying to remove... Guest 02:31:32 |
| | How to Remove Axis from JBossWS? I am trying to remove apache axis from JBossWS4.x, since J2EE 1.4 and Webservices are supported under JBossWS. Can anyone help me? |
| | Add comment |
пятница, 22 апреля 2005 г.
|
| In my experience, that's because there's an "old version"... Guest 18:53:42 |
| | In my experience, that's because there's an "old version" of the classes you are working with deployed around there. Try recompiling and redeploying everything. Edmundo Antoranz |
| | Add comment |
четверг, 21 апреля 2005 г.
|
| JBoss IDE XDoclet-EJB Guest 17:08:59 |
| | Hi!! I have do finders methos in my class SellerBean. I add @ejb.finder tags in my bean class or I add the ejb-finders-SellerBean.xml file? What's the ejb-finders-SellerBean.xml file's sintaxis? Thanks!! (I don't know english) |
| | Add comment |
|
Class loader setup in JBoss 4.0 Baiju Varugese 09:32:50 |
| | Hi, I cerated a DAO component which uses resource file for configuring the SQL quries, I have a singleton class called ApplicationResources.java to load the Resource file. The I created a web application which uses DAO component, then i passes the contxt path to my ApplicationResources.java to load the resource files. Initially it is working fine. Then I cerated another webapplication which uses the same DAO component, now my first application context path is changes to the new context path, i find that In jBoss is optimized that the jar files will load only once, so now the first application also points to the new context path, I dont know to set the class loader to load the same jar files twice how to solve this very urgent thanks in advance baiju |
| | Add comment |
понедельник, 18 апреля 2005 г.
|
| Where can I find your tiny module for NIS Login???can you... Guest 15:55:11 |
| | Where can I find your tiny module for NIS Login??? can you please give the code? thanks Niraj |
| | Add comment |
пятница, 15 апреля 2005 г.
|
| Hi every one. I have done all your solutions but I still... Guest 22:19:59 |
| | Hi every one. I have done all your solutions but I still can't see my jsp on local host. I added tools.jar. When I package war file, jsp in not included. I am using JBossIDE in eclipse. I run JBoss from DOS command line. I don't have this problem with a servlet class. "HTTP Status 404 - /HelloWorld.jsp" is the problem I get when i try to load my jsp page. Any help is really appriciated. Thanks Ahadian |
| | 4 answer | Add comment |
|
| You can also call the parent constructor using the 'parent'... Guest 00:27:16 |
| | You can also call the parent constructor using the 'parent' keyword: parent::Foo(); |
| | Add comment |
четверг, 7 апреля 2005 г.
|
| Not really sure why this happens, but did you check the... Guest 13:30:21 |
| | Not really sure why this happens, but did you check the package names? Fro what I recall, net.sf has changed into something else in Hibernate 3 |
| | Add comment |
суббота, 2 апреля 2005 г.
|
| i am studing in mca in leading college in chennai india. i... Guest 10:27:49 |
| | i am studing in mca in leading college in chennai india. i want to know about flatedecode filter compression/decompression algorithm or sourcecode in c and c++. if anyone have the source code or any study meterials, please send for my mail.my mail address: info_antoraja@yahoo.com . please consider me. i request the study seekers or code seekers for this work. thanking you. yours,ANTO |
| | Add comment |
|
| I have this exact same problem. Did anyone figure it out. Guest 00:15:43 |
| | I have this exact same problem. Did anyone figure it out. |
| | Add comment |
среда, 30 марта 2005 г.
|
jboss 3.2.7 deployment problem minoosh 15:40:59 |
| | Hello, I am using jboss3.2.7, eclipse 3.0 and lomboze 3.0.2 to setup a j2ee applicaion. but after I deplye my ejb module and run the server, I encounterd the following exception: 15:45:56,368 ERROR [NamingService] Starting failed jboss:service=Naming java.lang.ClassCastException at org.jboss.naming.NamingService.startService(NamingService.java:232) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:899) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:415) at org.jboss.system.ServiceController.start(ServiceController.java:437) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.{censored}.invoke({censored}.java:176) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:829) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.{censored}.invoke({censored}.java:176) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311) at org.jboss.Main.boot(Main.java:191) at org.jboss.Main$1.run(Main.java:480) at java.lang.Thread.run(Unknown Source) 15:45:56,388 WARN [ServiceController] Problem starting service jboss:service=Naming RuntimeMBeanException: java.lang.ClassCastException Cause: java.lang.ClassCastException at org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:82) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:64) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:899) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:415) at org.jboss.system.ServiceController.start(ServiceController.java:437) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.{censored}.invoke({censored}.java:176) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:829) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.{censored}.invoke({censored}.java:176) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311) at org.jboss.Main.boot(Main.java:191) at org.jboss.Main$1.run(Main.java:480) at java.lang.Thread.run(Unknown Source) | |