Norris Shelton

- Total activity 522
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 206
-
Created Maven repo search exception
I searched for struts2 (build 7348)Read timed outjava.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketIn... -
Created Anyone elsee having trouble creating jira entries?
I tried to create the following JIRA entry, but got the same message that I have been getting for the past couple of weeks. I selected IDEA: Feedback as the project and issue type as bug. I keep ... -
Created Glassfish users?
I created a project with the default web facet. It works for Tomcat 5.5.23 and 6.0.10, but my deployment source list is empty. I am using Glassfish 9.1. Does anyone else see this? -
Created Glassfish does not see my web facet
I am using Glassfish 9.1 with IJ 7318. I have a facet declared, but the Deployment Source drop down box on the Deployment tab of the server configuration is empty. The message at the bottom of th... -
Created Changes to new project wizard
I like how the name, content root and module file location are easily changeable. I especially like how it offers suggestions for content root. Unfortunately, when you select any of the options, ... -
Created New to WebLogic 10 via IntelliJ
We had always had IJ remote connect into weblogic servers. I am trying to IJ to start a local WL10 installation. I had IJ create a base web project (including index.jsp). I created a weblogic.xm... -
Created .ear containing a .war and a .jar and source root
I am playing with the JEE 5 support in IJ and I have a question. I created a JEE 5 application that has an EJB facet and a WEB facet. IJ is setting them both to use the same source path. Is that... -
Created OT: JPA and related
1) Has anyone been able to get a unidirectional OneToMany working? I have tried Hibernate and OpenJPA and I can only get it working with a bidirectional.2) We only go from the one to the many and ... -
Created Displaying images on hover!!!
I accidentally discovered that there was a pop-up for images when you hover your mouse over the path in a jsp. Very nice. Unfortunately it does not if the path is wrapped with a c:url tag. -
Created How to use JPA in IntelliJ
I am getting ready to start experimenting with JPA. What facets do I need to create? Do I need to get my libraries seprately, etc? Any known bugs?