[JBoss JIRA] Created: (JBIDE-2160) timeout waiting for jboss 4.2
by Tobias Mueller (JIRA)
timeout waiting for jboss 4.2
-----------------------------
Key: JBIDE-2160
URL: http://jira.jboss.com/jira/browse/JBIDE-2160
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Environment: Mac OS X 10.4
Reporter: Tobias Mueller
I'm not able to start jboss 4.2 from within eclipse 3.3 WTP with the JBoss AS Tools 1.0.1GA on Mac OS X 10.4
The Server is starting and runs to "Started in 17s:450ms" but the IDE did not detect that the server is started and ends up with a "timeout waiting for jboss 4.2"
>From the event log:
javax.naming.CommunicationException:Could not obtain connection to any of these urls: localhost 1099 and discovery failed with error: javax.naming.CommunicationException: received timeout
I've checked port 1099 with netstat before starting. It was not in use.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-2228) run as -> run on server no buttons
by arne anka (JIRA)
run as -> run on server no buttons
----------------------------------
Key: JBIDE-2228
URL: http://jira.jboss.com/jira/browse/JBIDE-2228
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.0.1
Environment: linux (debian/unstable) 32bit, sun java 1.5.0_15-b04, jbossas 4.2.2.ga, eclipse 3.3.2 build M20080221-1800, wtp 2.0.2
Reporter: arne anka
Fix For: 2.0.1
right click a seam web project, select "run as"->"run on server".
the dialog has no buttons, neither cancel nor finish.
btw: my tomcat 5.0 is preselected when the dialog openes despite of being unable to run the project -- switching to another server and bacj to tc 5.0 the dialog shows the appropriate error -- a) i think the dialog shopuld be able to preselect a appropriate server; b) i'm not sure if it is related to the original, maybe it has to do with the deactivation of the buttons?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-2099) Unwanted conversion of exploded WAR converted into zipped WAR
by Galder Zamarreno (JIRA)
Unwanted conversion of exploded WAR converted into zipped WAR
-------------------------------------------------------------
Key: JBIDE-2099
URL: http://jira.jboss.com/jira/browse/JBIDE-2099
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.beta1
Reporter: Galder Zamarreno
>> 10.- Let's say I create a .SAR exploded project archive which contains a
>> exploded .WAR archive, i.e
>>
>> descriptors/
>> |--> a.sar/
>> |--> META-INF/jboss-service.xml
>> |--> b.war/
>> |--> WEB-INF/web.xml
>>
>> When I ask JBDS to filter from descriptors/ folder **/*, the generated
>> project archive transforms the exploded war into an jarred war. JBDS
>> shouldn't do that, it should keep the war exploded.
>
> I believe this is a bug in the project archives, it should not zip up things that is not set to be zipped.
>
> Put in jira.
JIRA on its way...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-2208) Minor changes in Hibernate necessary to use the HQL editor in a SWT/JFace dialog
by Snjezana Peco (JIRA)
Minor changes in Hibernate necessary to use the HQL editor in a SWT/JFace dialog
--------------------------------------------------------------------------------
Key: JBIDE-2208
URL: http://jira.jboss.com/jira/browse/JBIDE-2208
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: LATER
Reporter: Snjezana Peco
Assigned To: Snjezana Peco
Priority: Trivial
I need to make minor changes in the HQL editor in order the content assist to work in the BIRT's dataset wizard.
The HQLSourceViewerConfiguration constructor takes the HQLEditor as a parameter, but uses only the ConsoleConfiguration. If we change this parameter to ConsoleConfiguration., we can use CA in the dialog.
I would also need to change the visibility of the KnownConfigurationsProvider class to public because I need to reuse the configuration view.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months
[JBoss JIRA] Commented: (JBIDE-359) hibernate reverse engineering does not set "schema" attribute in .hbm.xml
by Juan Carlos Valverde (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-359?page=comments#action_12412934 ]
Juan Carlos Valverde commented on JBIDE-359:
--------------------------------------------
Hi, I'm working with Oracle and this issue is causing me problems too. My problem is as follows:
1. For the <foreign-key> tag of the hibernate.reveng.xml file to work I have to set the hibernate.default_catalog to property "" (since Oracle has no catalogs) and the hibernate.default_schema property to "<my-schema-name>" in the hibernate.cfg.xml file.
2. In this case the schema name is the name of the user that owns the tables, so to actually use the tables I need the schema to be included in the @Table annotation.
3. I cannot use <schema-selection> to solve my problem because no matter what I do if I don't set the default_catalog and default_schema in the hibernate.cfg.xml the tool simply ignores my <foreign-key> tag.
I'll check the tools forum, but I wanted to post this message here since this is where my searches lead me.
Regards.
> hibernate reverse engineering does not set "schema" attribute in .hbm.xml
> -------------------------------------------------------------------------
>
> Key: JBIDE-359
> URL: http://jira.jboss.com/jira/browse/JBIDE-359
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Hibernate
> Environment: windows xp, eclipse 3.2, hibernate tools 3.2.0.b7
> Reporter: bugra uytun
> Assigned To: Max Rydahl Andersen
>
> i set the schema in hibernate.cfg.xml with:
> ---
> <property name="hibernate.default_schema">mySchema</property>
> ---
> after reverse engineering the DB I get the .hbm.xml file
> ---
> ...
> <hibernate-mapping>
> <class name="com.someclass" table="MY_TABLE">
> ...
> ---
> notice the missing 'schema="mySchema"'. if you're not using the default DB schema without this attribute you will get the following error:
> ---
> org.springframework.jdbc.BadSqlGrammarException: Hibernate operation: could not load an entity: [com.someclass#1];
> ---
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 6 months