File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22<project-private xmlns =" http://www.netbeans.org/ns/project-private/1" >
33 <editor-bookmarks xmlns =" http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId =" 0" />
44 <open-files xmlns =" http://www.netbeans.org/ns/projectui-open-files/2" >
5- <group >
6- <file >file:/Users/etienne/NetBeansProjects/soajs.java.jaxrs_jersey/src/java/soajs/test/rest/Hello.java</file >
7- </group >
5+ <group />
86 </open-files >
97</project-private >
Original file line number Diff line number Diff line change 1616import javax .ws .rs .core .MediaType ;
1717import javax .ws .rs .core .Response ;
1818import org .json .JSONObject ;
19+ import soajs .filters .SoajsRegistry ;
1920
2021import soajs .filters .SoajsRequestUtilities ;
2122
@@ -55,6 +56,7 @@ public Response postTest(String data,
5556 String host = SoajsRequestUtilities .getHost (soajs );
5657 soajs .put ("controller" , host );
5758
59+ soajs .put ("databases" , SoajsRegistry .getDatabases ());
5860 }catch (Exception e ){
5961 e .printStackTrace ();
6062 }
You can’t perform that action at this time.
0 commit comments