Giter Site home page Giter Site logo

cuubez's People

Watchers

 avatar

cuubez's Issues

Doesn't work on app servers

What steps will reproduce the problem?
1. Create a REST API, where JAX-RS resources in a JAR within a WAR
2. Deploy to an app server, e.g. WildFly 8.1
3. See that no APIs are generated

What is the expected output? What do you see instead?
I expected to see APIs

What version of the product are you using? On what operating system?
1.1.1

Please provide any additional information below.

It looks like, from the code, that you're looking for classfiles.  This doesn't 
work in most cases.  Please provide a way to allow an app developer to list out 
classes.

Original issue reported on code.google.com by [email protected] on 6 Oct 2014 at 12:22

IOException when access a service with out any request body

What steps will reproduce the problem?
1. Create a service with HttpMethod.GET and MediaType.XML which does not accept 
any parameters.
2. Deploy the webapp.
3. Access the service through a browser (or any rest client like 
http://restclient.net/)
4. The server will throw an IOException at XMLParameterParser.parse() method.

What is the expected output? What do you see instead?
Expected to see the appropriate method being executed. But exception is thrown 
instead.(Jun 5, 2013 4:03:42 PM 
com.cuubez.core.engine.parser.url.xml.XMLParameterParser parse
SEVERE: java.io.EOFException) 
The server returns;
<Exception><Code>1000</Code></Exception>


What version of the product are you using? On what operating system?
cuubez-core-1.0-beta-1.jar 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Jun 2013 at 10:36

Remove unwanted path separator

com.cuubez.core.scanner.file.FileFilter class contain / symbol instead of using 
java file separator. It can be effect when framework run on the windows 
environment.

Original issue reported on code.google.com by [email protected] on 18 Sep 2014 at 2:49

Http error responses are not with proper content

What steps will reproduce the problem?
1. Set response to Http error
2. Deploy Jetty
3. Send Get request to resource

What is the expected output?
proper Http response should return with content type 
(text/html;charset=ISO-8859-1)
What do you see instead?
Http error returns without proper content

What version of the product are you using? On what operating system?
Cuubez-core-1.1.1, CentOS

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Aug 2014 at 9:25

Unwanted package information include for the Object List


1. deployed rest service with following response object

public class User {
    private String name;
    private List<Address> address;
    private int age;
    private String telNo;

2. Rest service response as follow 

<User>
<address>
<com.fe.Address>
<no>testNo1</no>
<district>test Dis1</district>
</com.fe.Address>
<com.fe.Address>
<no>test No2</no>
<district>test Dis2</district>
</com.fe.Address>
</address>
<age>0</age>
</User>


What is the expected output? What do you see instead?

<User>
<address>
<Address>
<no>testNo1</no>
<district>test Dis1</district>
</Address>
<Address>
<no>test No2</no>
<district>test Dis2</district>
</Address>
</address>
<age>0</age>
</User>


Please use labels and text to provide additional information.

Unwanted package information include for the Object List.

Original issue reported on code.google.com by [email protected] on 20 Sep 2014 at 8:13

Cuubez wont work with java 6

What steps will reproduce the problem?
1. Change the jdk version to java 6
2. cuubez will failed to compile


What is the expected output? What do you see instead?
cuubez should support java 6 also


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 26 Aug 2014 at 7:00

When Project path having spaces, project will not work correctly

What steps will reproduce the problem?
1. Create a project where project path having spaces in its path. 
(ex:/data/Project/test/Cuubz/untitled folder/cuubez-jetty)
2. When taking class path cuubez will not get paths correctly when it have 
spaces

What is the expected output? What do you see instead?
Project should be able to run even if project path have spaces in its path


What version of the product are you using? On what operating system?
1.1.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Aug 2014 at 9:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.