[JBoss JIRA] Created: (JBIDE-2035) Exception occurs during deleting seam projects in WAR deployment
by Denis Golovin (JIRA)
Exception occurs during deleting seam projects in WAR deployment
----------------------------------------------------------------
Key: JBIDE-2035
URL: http://jira.jboss.com/jira/browse/JBIDE-2035
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.0.beta1
Reporter: Denis Golovin
Assigned To: Rob Stryker
Fix For: 2.1.0.cr1
1. EXECUTE: Create Seam Web Project in WAR deployment
2. EXECUTE: Select Web and Test project delete it from workspace and on disk
3. ASSERT: There are no exceptions in Error View.
Now exception occurs not always but sometimes it step 3
ava.lang.NullPointerException
at org.eclipse.wst.server.core.internal.Module.getDelegate(Module.java:117)
at org.eclipse.wst.server.core.internal.Module.loadAdapter(Module.java:209)
at org.jboss.ide.eclipse.as.core.server.internal.JBossServer.getChildModules(JBossServer.java:109)
at org.eclipse.wst.server.core.internal.Server.getChildModules(Server.java:2289)
at org.eclipse.wst.server.core.internal.Server.visitModule(Server.java:2449)
at org.eclipse.wst.server.core.internal.Server.visit(Server.java:2430)
at org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(Server.java:188)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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, 8 months
[JBoss JIRA] Created: (JBIDE-2473) Exception caused by "closed" seam project.
by Aliaksey Nis (JIRA)
Exception caused by "closed" seam project.
------------------------------------------
Key: JBIDE-2473
URL: http://jira.jboss.com/jira/browse/JBIDE-2473
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.2
Environment: Windows XP SP2
JBoos Tools 2.1.2GA
Reporter: Aliaksey Nis
Priority: Minor
Attachments: BrowseException.txt
EXECUTE: Create two Seam War projects with names "test1" and "test2".
EXECUTE: In Package Explorer - select "test1" project, right click, select "Close" option.
ASSERT: Project closed.
EXECUTE: In Package Explorer - select "test2" project, right click, select "Properties" option.
EXECUTE: Select Seam settings. Find field "Test project:", press Browse button near it.
ASSERT: Browse wizard appears.
FAILURE: Exception thrown in Error log.
Exception appears each time when browse Seam projects wizard with specific filter(filter, that shows only main parts of Seam projects) opened.
Error log attached.
--
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, 8 months
[JBoss JIRA] Commented: (JBIDE-719) Hibernate Tools should be able to use a named Eclipse provided connection
by Dima Geraskov (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-719?page=comments#action_12421111 ]
Dima Geraskov commented on JBIDE-719:
-------------------------------------
Patch is not comlete. In some cases (like code generation) hibernate demand that hibernate dialect was set. As connection profile haven't dialect property we can use the code snippet from SettingsFactory to calculate it. See method buildSettings(Properties props).
If "hibernate.temp.use_jdbc_metadata_defaults" set to "true" the dialect will be calculated automatically.
Not shure that we can simply add property "hibernate.temp.use_jdbc_metadata_defaults" =true to console configuration properties (if it works with connection profile) to resolving the problem.
Am I miss something?
> Hibernate Tools should be able to use a named Eclipse provided connection
> -------------------------------------------------------------------------
>
> Key: JBIDE-719
> URL: http://jira.jboss.com/jira/browse/JBIDE-719
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Hibernate
> Reporter: Max Rydahl Andersen
> Assigned To: Max Rydahl Andersen
> Priority: Critical
> Fix For: 3.0.0.alpha
>
> Attachments: EditConsolleConfig.JPG, EditConsolleConfig_Res1.jpg, EditConsolleConfig_Res2.jpg, EditConsolleConfigNew2.JPG, JBIDE-719.zip, NewSeamProj.JPG
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> currently we use the settings specified in hibernate.properties/cfg.xml/persistence.xml
> Users should be able to say to use a named WTP provided database connection.
--
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, 8 months