Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-connector-twitter
Commits
ad13dd91
Commit
ad13dd91
authored
Aug 30, 2013
by
mraoux
Browse files
BI-258 Update twitter definition (port is an Integer not a Long)
parent
990c1843
Changes
3
Show whitespace changes
Inline
Side-by-side
bonita-connector-twitter-common/src/main/java/org/bonitasoft/connectors/twitter/TwitterConnector.java
View file @
ad13dd91
bonita-connector-twitter-direct-def/src/main/resources/twitter-direct.def
View file @
ad13dd91
...
...
@@ -8,7 +8,7 @@
<category
id=
"twitter"
icon=
"twitter.png"
parentCategoryId=
"social"
/>
<input
name=
"proxyHost"
type=
"java.lang.String"
/>
<input
name=
"proxyPort"
type=
"java.lang.
Long
"
defaultValue=
"0"
/>
<input
name=
"proxyPort"
type=
"java.lang.
Integer
"
defaultValue=
"0"
/>
<input
name=
"proxyUser"
type=
"java.lang.String"
mandatory=
"true"
defaultValue=
"proxyUser"
/>
<input
name=
"proxyPass"
type=
"java.lang.String"
mandatory=
"true"
defaultValue=
"proxyPass"
/>
<input
name=
"consumerKey"
type=
"java.lang.String"
mandatory=
"true"
/>
...
...
bonita-connector-twitter-update-def/src/main/resources/twitter-update-status.def
View file @
ad13dd91
...
...
@@ -8,7 +8,7 @@
<category
id=
"twitter"
icon=
"twitter.png"
parentCategoryId=
"social"
/>
<input
name=
"proxyHost"
type=
"java.lang.String"
/>
<input
name=
"proxyPort"
type=
"java.lang.
Long
"
defaultValue=
"0"
/>
<input
name=
"proxyPort"
type=
"java.lang.
Integer
"
defaultValue=
"0"
/>
<input
name=
"proxyUser"
type=
"java.lang.String"
mandatory=
"true"
defaultValue=
"proxyUser"
/>
<input
name=
"proxyPass"
type=
"java.lang.String"
mandatory=
"true"
defaultValue=
"proxyPass"
/>
<input
name=
"consumerKey"
type=
"java.lang.String"
mandatory=
"true"
/>
...
...
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