[JBoss JIRA] (JBIDE-13249) Improve MDB support
by Clebert Suconic (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13249?page=com.atlassian.jira.plugi... ]
Clebert Suconic commented on JBIDE-13249:
-----------------------------------------
That's better.. I don't understand why the extra wizard there.. both belong to Eclipse or one of them is ours?
It would be great if you could inspect available RA properties and give the options on an extra screen.
> Improve MDB support
> -------------------
>
> Key: JBIDE-13249
> URL: https://issues.jboss.org/browse/JBIDE-13249
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: ejb3
> Reporter: Clebert Suconic
> Assignee: Rob Stryker
>
> I have recently tried creating an MDB and it seems out of date.
> It's not adding any annotations and not asking the user for any parameters.
> You could do something like this:
> - Ask what provider is going to be used...
> Ask what's the queue name to be used
> What Resource Adapter's name. (It would be great if you could inspect the server being used here for the RA's names. Each hornetq pooled connection factory will be a resource adapter name BTW).
> What Queue Name
> you could also provide additional activation properties by either selecting a list of providers. Or even better you could inspect the list of available activation properties, so it would be more generic.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13303) errors in error log when navigating openshift explorer and no connection setup
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-13303:
-------------------------------------------
Summary: errors in error log when navigating openshift explorer and no connection setup
Key: JBIDE-13303
URL: https://issues.jboss.org/browse/JBIDE-13303
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Open openshift explorer with properties view and no connection open and no network attached.
com.openshift.client.OpenShiftEndpointException: Could not request /api: java.net.UnknownHostException: openshift.redhat.com
at com.openshift.internal.client.RestService.request(RestService.java:103)
at com.openshift.internal.client.RestService.request(RestService.java:91)
at com.openshift.internal.client.RestService.request(RestService.java:72)
at com.openshift.internal.client.AbstractOpenShiftConnectionFactory.getConnection(AbstractOpenShiftConnectionFactory.java:34)
at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:135)
at com.openshift.client.OpenShiftConnectionFactory.getConnection(OpenShiftConnectionFactory.java:104)
at org.jboss.tools.openshift.express.internal.core.connection.Connection.createUser(Connection.java:219)
at org.jboss.tools.openshift.express.internal.core.connection.Connection.connect(Connection.java:199)
at org.jboss.tools.openshift.express.internal.ui.property.UserPropertySource$1.run(UserPropertySource.java:112)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: com.openshift.internal.client.httpclient.HttpClientException: java.net.UnknownHostException: openshift.redhat.com
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:194)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:99)
at com.openshift.internal.client.RestService.request(RestService.java:139)
at com.openshift.internal.client.RestService.request(RestService.java:97)
... 9 more
Caused by: java.net.UnknownHostException: openshift.redhat.com
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1491)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1485)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:177)
... 12 more
Caused by: java.net.UnknownHostException: openshift.redhat.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:195)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:570)
at sun.net.NetworkClient.doConnect(NetworkClient.java:158)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:911)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:158)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1172)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at com.openshift.internal.client.httpclient.UrlConnectionHttpClient.get(UrlConnectionHttpClient.java:94)
... 11 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13208) Allow custom 'standalone' mode directory in AS7 server plugin
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13208?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-13208:
-------------------------------------
see here for all args: https://docs.jboss.org/author/display/AS7/Command+line+parameters
server.configure.dir
> Allow custom 'standalone' mode directory in AS7 server plugin
> -------------------------------------------------------------
>
> Key: JBIDE-13208
> URL: https://issues.jboss.org/browse/JBIDE-13208
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: JBossAS/Servers
> Environment: Mac OS-X 10.8.2, Java 6, Java 7, JBoss AS 7.x, JBoss EAP 6, JBDS 5.0.1
> Reporter: Duncan Doyle
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: f2f2012
> Fix For: 4.1.0.Alpha1, 4.0.x
>
>
> As with JBoss EAP5.x, I have the habit of working in a copy of a 'profile' directory. With JBoss AS7/EAP6 I therefore work in copies of 'standalone' and 'domain' (depending on the operational mode). When I start AS/EAP, I reference the correct server directory with the 'jboss.server.base.dir' or 'jboss.domain.base.dir' system property. This allows me, among other things, to run multiple AS/EAP instances from a single JBoss AS/EAP installation.
> It seems that the JBDS AS7 plugin only allows me to reference the default 'standalone' directory. I'm not able to select a different directory in the 'JBoss Runtime' configuration screen. I would propose to add the possibility to start a JBoss AS7/EAP6 instance from a different directory than 'standalone'.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-13302) Entities generation is running in UI thread and causes IDE freeze when it cannot connect to DB
by Jiri Peterka (JIRA)
Jiri Peterka created JBIDE-13302:
------------------------------------
Summary: Entities generation is running in UI thread and causes IDE freeze when it cannot connect to DB
Key: JBIDE-13302
URL: https://issues.jboss.org/browse/JBIDE-13302
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.0.0.Final
Reporter: Jiri Peterka
Assignee: Koen Aers
Fix For: 4.0.1.Final
Connection is executed in UI thread which is blocking IDE mainly when connection cannot be established
Steps:
EXE: Create JPA project
EXE: Stop database prepared for the project
EXE: Run JPA Tools -> Generate Entities from tables
ASSERT: UI should be responsive and it should be possible to cancel action
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBIDE-11348) Not generate clientsample codes in user-created folder on JBoss web services, only in src folder.
by Joseph Hwang (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11348?page=com.atlassian.jira.plugi... ]
Joseph Hwang commented on JBIDE-11348:
--------------------------------------
I am still waiting, Brian. I do hope this issue will be solved by 4.0
> Not generate clientsample codes in user-created folder on JBoss web services, only in src folder.
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-11348
> URL: https://issues.jboss.org/browse/JBIDE-11348
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 3.3.0.M5
> Environment: Eclipse Indigo 3.7.2, JBossTools 3.3
> Reporter: Joseph Hwang
> Assignee: Brian Fitzpatrick
> Priority: Minor
> Fix For: 3.3.2, 4.0.x
>
> Attachments: 1_buildpath.jpg, 2_no_folder_choice.jpg, 3_generate_user_defined_folder.jpg, 4_choose_user_defined_folder.jpg, 5_generate_ws_client_code.jpg, 6_no_client_sample.jpg, 7_choose_src_folder.jpg, client_2.jpg, client_3.jpg, client_4.jpg, generating_client.doc
>
>
> Web Services deployment is ok! But generating clientsample codes is failed in user-created folder.
> clientsample codes is generated only in default 'src' folder.
> Pls, check this thread https://community.jboss.org/thread/196669?start=0&tstart=0 .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months