Pallavi Joshi

Greenhorn
+ Follow
since Oct 20, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pallavi Joshi

Is it because web.xml is optional in Servlet 3.0? Maybe you haven't added anything to your project that would require one yet.
I think you are using glassfish, correct me if I am wrong.

Your error is "Lookup failed for 'java:comp/env/jms/QCF'". Here it may be you created a topic but it is very likely not available under the JNDI name jms/TESTQUEUE

To browse the JDNI tree to find your topic, use the following command:



Regards,
Pallavi
10 years ago
Which server you are using?

Regards,
Pallavi
I assume it should be in your Standalone.xml file. Let me know your code base structure.

Thanks,
Pallavi
10 years ago
which database you are referring?

While installation we can specify the database Host name. If Database server exists in same domain then you can access it using IP there should not be any issue.

Regards,
Pallavi Joshi | www.infocepts.com
10 years ago
Please check your atasource tag enabled property. By Default it is configured as False.

<datasource jndi-name="java:jboss/datasources/Example" enabled="true" use-java-context="true" pool-name="H2DS">

Regards,
Pallavi
10 years ago
Hi, I may be wrong.. but we use service wrapper for silent processes like backups, or some update Jobs. when i had configured service which is written in java it was working fine. It was just processing of some code and updates to database.

Try windows scheduled process batch files to open program and add condition if user is logged in. It may work.

Regards,
Pallavi
10 years ago
Thank you for your post Shrinivas . Looking for the similar like this.
10 years ago
Hi,

If you want to debug Google Map API code you can use GLog.write function to view javascript console errors in a separate DIV.

Regards,
Pallavi
Hi ,

I want to integrate D3Js framework and display different layouts, to load data from java web services.
Any suggested approach to use this kind of Architecture?

Regards,
Pallavi

Arvind Purohit wrote:

vijin das wrote:Why don't you create it your own by just declaring a public Class and make private attributes and if you are using eclipse you can generate setters and getters easily......



Thanks All

@vijin das - my mentor wants that way

i done it by doing folling steps

1. i downloaded eclipse Helios
2. installed software from http://download.jboss.org/jbosstools/updates/stable/ ( in eclipse install )
3. searched for a video in youtube reverse engg hibernate

and some how i done it
but still i have to learn a lot to support others

THANKS ALL FOR YOUR KIND HELP



Which software to install from point 2. mentioned above?
In this topic we can cover the java web service related questions.
13 years ago