This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229722 - Automatic Timer EJB sample fails
Summary: Automatic Timer EJB sample fails
Status: VERIFIED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Samples (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks: 229577
  Show dependency tree
 
Reported: 2013-05-14 13:02 UTC by Jiri Skrivanek
Modified: 2013-05-23 07:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Server log. (82.17 KB, text/plain)
2013-05-14 13:02 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-05-14 13:02:11 UTC
Created attachment 134420 [details]
Server log.

Automatic Timer EJB sample fails. To reproduce:

- register GlassFish 4 server
- open new project wizard
- select "Samples|Java EE|Automatic Timer EJB"
- finish wizard
- build Maven project with dependencies
- run EJB project but it fails

Product Version: NetBeans IDE 7.3.1 (Build 201305122200)
Java: 1.7.0_17; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Martin Janicek 2013-05-15 09:24:06 UTC
Weird, this works for me in trunk. After the deployment, I can see following server log.

INFO:   The_EJB_3.2_Automatic_Timer_Sample_Application was successfully deployed in 51,121 milliseconds.
INFO:   Call # 1
INFO:   Call # 2
INFO:   Call # 3
INFO:   Call # 4
INFO:   Call # 5
INFO:   Call # 6
INFO:   Call # 7
INFO:   Call # 8
INFO:   Call # 9
INFO:   Call # 10
INFO:   Call # 11
INFO:   Done

..I'll try to reproduce it on release73 repository.
Comment 2 Martin Janicek 2013-05-22 15:04:36 UTC
Jirko, this works for me even with release73 sources (same result as described in comment 1). Are you still able to reproduce the issue ?
Comment 3 Jiri Skrivanek 2013-05-23 06:59:49 UTC
Works for me in NetBeans IDE 7.3.1 (Build 201305222200).