• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in configuring JNDI and Connection Pools in Netbeans IDE

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I'm trying to run example using JPA and Singleton EJB. But I'm facing problem running (Deploying) application on GlashFish server. I also configured the JNDI name and connection pool but not listed in server JDBC Resources under Services Tab in Netbeans.

My question is should I manually create JNDI and connection pool in Glassfish console or...........?

Please Help me gyues.....


Thanks You
 
Rancher
Posts: 989
9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are deploying the application to Glassfish then the connection resources need to be defined Glassfish. Remember that Netbeans is just a development tool which will not be there when you have completed your application and it's now being accessed by your customers.
 
Bhavesh Sangwan
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Armitage...! I know that NetBeans is Development tool... but may be anyhow netbeans able to configure these server resources autometically by using any wizard...?

I watched it in a video tutorial.... and may be he skipped this configuration in his video log..

I'll try to configure it manually on glassfish... Thanks a lot... and also leave more suggestion if you have any....
 
reply
    Bookmark Topic Watch Topic
  • New Topic