Help coderanch get a
new server
by contributing to the fundraiser

ihsan kocak

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

Recent posts by ihsan kocak

Ulf Dittmer wrote:That leads to further questions:

1) Why did you choose this framework, which apparently has no documentation, and has had its last release in 2006? There are numerous other CRM open source products that are supported and documented, and which are still being developed.

2) What do you mean by "reusing JSP file"?



I chose this because in first sight it seemed plain so that i can understand easily.But as you said it has no documentation .I got this framework from google searching.i was looking for a "java technologies used" framework.In this framework it uses java technologies.

Reusing JSP file:Java files can be reused by importing jars that include that java class file, by extending or by "new" etc.So i was wondering if i can use this framework's JSP files like Java files.
11 years ago

Ulf Dittmer wrote:Shouldn't there be documentation of some kind? You didn't even tell us the name of the framework.


Thank you for your reply.I edited the name of framework.But unfortunately there is no documentation except an installation guide.
11 years ago
I downloaded a CRM framework(at least the owner says so). It was developed with Spring+Hibernate+JSP.It runs in Tomcat.Database is MySql.My question is how can I use this framework efficiently.I mean, I know how to reuse Java files with and other things.But what about JSP files?Can I reuse them?If so how?
Edit: The framework is Eberom 1.0. As a documentation there is nothing except just an installation guide.
11 years ago
hi, i should access a selectonemenu's selected item's label, i can get value but what about label?
Regards.
12 years ago
JSF
hi all, how can a panelGrid's 2 columns arranged as 10%-90% in meaning of size?
12 years ago
JSF

Junilu Lacar wrote:Did you double check the coordinates you are using?


yes.
12 years ago
hi all.i have to place.one latitude and longitude is:41.032039 , 28.97393 other's is:41.03448 , 28.98378.the first one's pin is truly located but the second is a 10-20 km wrong.how can it be possible do you have any ideas?
12 years ago

Tim Holloway wrote:I think that you are trying to do an awful lot of work that you do not have to do.

Under normal processing, JSF will automatically set any property values that were associated with controls on a JSF form. JSF will have validated these values and updated the backing beans automatically when the form was submitted and then JSF will invoke the action method.

Listeners are functions that are invoked as part of the form submit when an activity of interest occurs and are not intended to be used to set property values. In most cases, doing so will interfere with the normal JSF processing cycle with possibly unpredictable results.



so instead of setting values like this what should i do?
12 years ago
JSF
hi all.i am trying to set value of my backingbeans property via but it does not set the valu.it is surprising that i have initialized this property in the class but when i pushed the command link, it is set to null and gives null pointer exception.do you have any idea what is wrong?
12 years ago
JSF
hi all, i created a web service client from a wsdl by using eclipse.eclipse created 5 files : xxxService,xxxServiceHttpBindingStub,xxxServiceLocator,xxxServicePortType and xxxServicePortTypeProxy.i do not know how to call the webservice by using these files.how can i call the webservice?
12 years ago
hi all, i have an application, there is not any classpath error but when i try to deploy the application it says:java.lang.NoClassDefFoundError: org/apache/log4j/LogManager. but i put that includes LogManager class in the lib path of the weblogic which is: D:\DEV\bea10.3.4\user_projects\domains\MSFA\lib

why does weblogic not see this jar?do you have any idea?
Regards.
12 years ago
hi all, i have a command button:
<p:commandButton action="#{login.doLogin}" value="Giris Yap" ajax="false" style="margin:5px;" />

this doLogin method works well when these codes are DELETED from weblogic.xml:
<session-descriptor>
<cookies-enabled>true</cookies-enabled>
<cookie-domain>.turkcell.com.tr</cookie-domain>
<cookie-comment>Turkcell Session Tracking Cookie </cookie-comment>
<cookie-name>teasession</cookie-name>
<id-length>30</id-length>
<timeout-secs>900</timeout-secs>
<url-rewriting-enabled>true</url-rewriting-enabled>
</session-descriptor>

but for session replication we should write these codes to the weblogic xml.

do you have any idea why these method is not called, even at the beginning of method there is "System.out.println("in loginbean");" in the method but unfortunately this systemout is not called.
12 years ago
hi all, how can i access a backingbean inside another backingbean?
12 years ago
JSF
did you check the port number of tomcat.maybe it is used by another thread.
12 years ago
hi, i have weblogic 10.3.4 and it was running properly i did nothing but it started to give the exception: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider

the full stack trace is:

weblogic.application.ModuleException: [HTTP:101216]Servlet: "com.turkcell.crm.sfa.service.endpoints.EmployeeServiceEndPoint" failed to preload on startup in Web application: "tsfa".
java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:135)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:138)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:67)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:140)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:135)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:138)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:67)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
Truncated. see log file for complete stacktrace

do you have any idea what the problem is?
12 years ago