Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
be-esb-plugin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
be-esb-ecosystem-maven
be-esb-plugin
Commits
ed05eaac
Commit
ed05eaac
authored
Aug 16, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉多的jar
parent
09b1071c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
pom.xml
be-esb-plugin-base/pom.xml
+0
-8
SqlFilter.java
...brilliance/eibs/core/service/instance/impl/SqlFilter.java
+2
-1
No files found.
be-esb-plugin-base/pom.xml
View file @
ed05eaac
...
...
@@ -18,14 +18,6 @@
</dependency>
<!--数据库相关-->
<dependency>
<groupId>
com.experlog
</groupId>
<artifactId>
xapool
</artifactId>
</dependency>
<dependency>
<groupId>
com.oracle
</groupId>
<artifactId>
ojdbc6
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.jotm
</groupId>
<artifactId>
jotm-core
</artifactId>
</dependency>
...
...
be-esb-plugin-base/src/main/java/com/brilliance/eibs/core/service/instance/impl/SqlFilter.java
View file @
ed05eaac
...
...
@@ -157,7 +157,8 @@ public class SqlFilter extends AbsFilter {
if
(
direction
.
equals
(
"OUT"
)
||
direction
.
equals
(
"INOUT"
))
{
String
argValue
=
argumentDef
.
getType
().
toUpperCase
();
if
(
argValue
.
equals
(
"CURSOR"
))
{
params
[
i
][
0
]
=
oracle
.
jdbc
.
OracleTypes
.
CURSOR
;
/*oracle.jdbc.OracleTypes.CURSOR*/
params
[
i
][
0
]
=
-
10
;
}
else
{
params
[
i
][
0
]
=
getReflectField
(
Types
.
class
,
argValue
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment