Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to start the Glasfish Java DB together with Glassfish in Eclipse IDE ?

user12128945Jun 28 2016 — edited Aug 12 2016

Hi,

With the previous versions of the eclipse glassfish plugin (Glassfish Tools) there was an option (Preferences / GlassFish Preferences ) in order to start the Java DB Server together with Glassfish inside Eclipse IDE.

There was also a datasource configured which allowed user to easily access to the default database inside Eclipse IDE.

These two features have disappeared in latest versions of the Glassfish Tools (GlassFish Tools 9.1.0.201606021811).

Have the options moved somewhere else, or is there an other way to start the Java DB inside eclipse ?

Regards

PS : yes I know I can start the database using the asadmin start-database command in a shell terminal.

Comments

DeloitteRob

yes this does not work and I have not been able to get this to work any way yet either.

Pradeep Kumar-Oracle

Hello, Just checking if anyone got a solution to this ?

Pradeep Kumar-Oracle

Just to update on this, I tried with "FullName" instead and it worked.
So, the call should be as below -

GET "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/workers?q=FullName='Doe, Mic'"
user-uxa13

This is very frustrating. The documentation for worker api STILL (18 months later) has incorrect examples of how to retrieve a worker.

The employee api is being deprecated and we need to move everything over to the worker api. Oracle is making this job much more work than it needs to be by publishing incorrect documentation.

I hope they fix it.

Thank you @pradeep-kumar-oracle2 for your fix!!

Martin...
Answer

Hello,

I've just tried this query again …

GET "https://<host>:<port>/hcmRestApi/resources/latest/workers?q=names.LastName='Jones'"

And it is now working :-)

200 OK
{
	"items": [
		{
			"PersonId": 300000052307100,
			"PersonNumber": "1200243",
			...
			...
			},
			"names": {
				"items": [
					{
						"PersonNameId": 300000052307101,
						"EffectiveStartDate": "2021-11-24",
						"EffectiveEndDate": "4712-12-31",
						"LegislationCode": "GB",
						"LastName": "Jones",
						...
						...
}

Thank you for the fix

Marked as Answer by Martin... · Feb 3 2024
1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 9 2016
Added on Jun 28 2016
7 comments
2,844 views