I am using Weblogic 11g, EJB3.0. I am trying to do simple look up from onedeployment to another in the same machine. But no success.
I have an Excel sheet that has data with column headers (names).These column names that are in Excel exist as rows in one of my tables in the DB.What I need to do is to do a lookup on these Excel colu
How do I get the collection of keys from a Loo开发者_JAVA技巧kup<> I created through the .ToLookup() method?
I\'m facing problem related to file system design and I really appreciate the effort from any professional opinion in file system and upload files in web application. what we need is to decide between
Am trying to fetch company name while am dealing with a cross company task. I used the following code to get the company name which has the current comapny as invoice company.
What is the best way to deal with 0 records return from a database lookup? I have UserDetails object (table) that has a foreign
I want to reduce the time it takes for one of my stored procs that currently uses the following logic to calculate the date field, both in Select and Group portion:
Hoping one of the great minds can help me here. I have a situation where I will receive an international phone number from a provider and I have to do a database lookup and figure out the country, r
Im having trouble doing a lookup Project Structure: a dynamic web project (gss-web) and an EJB project (gss-ejb) deployed together inside an .ear (gss-ea) onto a jboss 6 server
guys. I have a Seam project running on Tomcat 6.0.20 (webapp.war) and an EJB project running on JBoss 4.2.3 (ejbapp.ear).