Add Module To Keel Software

Dec 27, 2014

Who has worked with keel software (open source)? KEEL is an open source (GPLv3) Java software tool to assess evolutionary algorithms for Data Mining problems including regression, classification, clustering, pattern mining and so on.

source code of keel software: [URL] ....

I want that add a algorithm to it. The algorithm is attachment. who sent it, said " In order to run this algorithm, you need to download KEEL software and copy the .jar files for the preprocessing approaches, i.e. SMOTE.jar, into an "exe" folder." but I don't know.

View Replies


ADVERTISEMENT

Servlets :: Module For Multiple Users

Nov 3, 2014

I have to design/develop a module in java eg. Login. This module can be accessed by multiple concurrent users say 200, 500, 800 etc.

How such type of modules can be designed in such a way that it can perform successfully.

What are the main concepts at code level / Infrastructure level which we should take care while designing such modules.

View Replies View Related

EJB / EE :: Enterprise Application Web Module Error

Jul 5, 2014

I have created one new enterprise aplication project called July2014. While creating I have added one new EJB module called July2014EJB for business logic and one new web module Called July2014Web for the UI(I see connector module and application client module what are the uses of them and when should i select them).I have addded one index.jsp with below sample code

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert gp title here</title>
</head>
<body>
<h1>test gp senterprise project web module through parent ear</h1>

[code]...

I did multiple times clean, build, publish, restarting the server.I have not done refreshing EAR, EJB and web project. how Refresh is useful and different from clean and build.

View Replies View Related

Enterprise JavaBeans :: How To Use Log4j In Module

Apr 22, 2014

I have included the log4j.jar in libraries; added log4j.xml in the sources folder; but I am getting an error: 
 
<Apr 22, 2014 11:07:50 AM PKT> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage().

The exception is:

java.lang.NoClassDefFoundError: org/apache/log4j/Logger.
java.lang.NoClassDefFoundError: org/apache/log4j/Logger
    at test.MyMessageBean.onMessage(MyMessageBean.java:39)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:575)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:477)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:375)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4855)
    Truncated. see log file for complete stacktrace
 
how to resolve this???

View Replies View Related

Java EE SDK :: Detect Presence / Absence Of A Module With CDI

Feb 28, 2013

My project builds a war. In the war there is a jar A which provides the implementation I1 of interface I. I1 is injected in a JSF controller. There is an optional jar B which provides another implementation I2 of interface I. I2 has an higher priority than I1. Is there a possibilty to achieve when jar B is present in the war I2 is injected. I tried it with @Alternative on I2 with an entry in beans.xml as alternative in jar B without success. I1 is injected. Something like a priority would be necessary. Or probably I am on a wrong way and there's another one that fits for my use case?

View Replies View Related

Enterprise JavaBeans :: Unable To Load Module - DeploymentContext Does Not Contain Any EJB

Apr 1, 2013

I'm writing an enterprise application to familiarize myself with Glassfish 3.1.2 and EJB 3.1. I've created several local, stateless beans, and injected one into a JSF managed bean. The ejb and web modules compile fine, but when I launch the application with Glassfish I get the following startup error and the application does not deploy.

SEVERE: Exception while invoking class org.glassfish.ejb.startup.EjbDeployer prepare method
SEVERE: Exception while invoking class org.glassfish.javaee.full.deployment.EarDeployer prepare method
SEVERE: Exception while preparing the app
SEVERE: Unable to load the EJB module. DeploymentContext does not contain any EJB.

org.glassfish.deployment.common.DeploymentException: Unable to load the EJB module. DeploymentContext does not contain any EJB.

Check the archive to ensure correct packaging for D:DocumentsNetBeansProjectsTestdistgfdeployTestTest-war_war.

If you use EJB component annotations to define the EJB, and an ejb or web deployment descriptor is also used, please make sure that the deployment descriptor references a Java EE 5 or higher version schema, and that the metadata-complete attribute is not set to true, so the component annotations can be processed as expected :

     at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:166)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:871)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:410)
     at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
     at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:389)

[Code] ......

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved