Norris Shelton

- 活动总数 522
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 206
-
创建于 OT: Maven2 Junit4 JPA problem
I have a JUnit4 test class that tests my JPA bean that uses annotations. It runs correctly if I run it via right-clicking on it and running it in IntelliJ, but does not run via mvn test. The basi... -
创建于 Messed up projects with 7670
This version has been painful to use. It is blowing up my projects. I have deleted the caches, etc, but to no avail. It throws an error (see below), then the project loses any ability to resolve... -
创建于 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... -
创建于 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 ... -
创建于 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? -
创建于 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... -
创建于 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, ... -
创建于 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... -
创建于 .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... -
创建于 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 ...