Tags
Android AngularJS APN C# Cell C Checklist CV eScript Ethics FJUG Google Guava Graduate HyperSQL Interview Java Java Data Bean JavaScript Jenkins JGoodies JGoodies Binding Job Search Jozi JUG JSUG Marketing Marketing Smell Maven NetBeans NetBeans Platform Open Source Oracle Permission marketing Recruitment Renjin Rhino Samsung Galaxy Tab Ship it Siebel SiebelDataBean Software AG SqlTool Static Analysis Swing Tetrad IT University webMethods-
Recent Posts
-
Twitter
-
I just posted Spring Slueth Stops JMSListener Consuming Messages, read it here: https://t.co/n4YMlpGwBr 3 years ago
-
@CityPowerJhb "Tell people (roughly) how long they have to wait and they are more accepting of the delay" https://t.co/ExRkMAFgKW 5 years ago
-
@Afrihost Both on Vuma though? 5 years ago
-
Recent Comments
- N Vins on Unit Testing WebMethods Services With JUnit
- Sebastian George on Using Subversion With Siebel
- Graham Perry on Formatting a Rhino JavaScript Date object
- Farissi on WebMethods Throws NullPointerException When Calling Flow Service In Debug Mode
- Abhisek on Using Subversion With Siebel
Categories
Archives
- July 2021
- October 2019
- April 2017
- January 2017
- October 2015
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- November 2013
- August 2013
- June 2013
- May 2013
- April 2013
- March 2013
- June 2012
- May 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
Meta
Tag Archives: NetBeans Platform
Cassandra Repository Analyser For Siebel
Tetrad IT has released a new product! The Cassandra Repository Analyser. From the website: Cassandra is a fully automated repository analyser for Siebel. It analyses a Siebel repository for best practice violations in configuration and eScript that lead to performance … Continue reading
Posted in IT, Programming
Tagged Configuration Review, Java, Jenkins, NetBeans Platform, Oracle, Siebel, Static Analyser, Tetrad IT
1 Comment
Amazon EC2 Elastic Beanstalk Basic Authentication
I wanted to set up a secure update center for a NetBeans Platform application Tetrad IT is working on. I also wanted to play with Amazon EC2… As the update center is for Tetrad staff only I wanted to do … Continue reading
Posted in Programming
Tagged Authentication, Cloud, EC2, Elastic Beanstalk, Java, NetBeans Platform, Tomcat
3 Comments
NetBeans Platform And Maven: An annotation processor threw an uncaught exception
In the interests of making the solution easier to find, the workaround described in http://jira.codehaus.org/browse/MCOMPILER-98 will solve the error below. Workaround – Add the sourcepath compiler argument in your application pom <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArguments> <sourcepath>${project.basedir}/src/main/java</sourcepath> </compilerArguments> </configuration> … Continue reading
NetBeans Platform And Maven: Bad package component in
I created a NetBeans Platform application and module using Maven. When NetBeans tried to load the module on application startup, the following error was shown on the output: WARNING [org.netbeans.core.startup.ModuleList]: Error encountered while reading your.module java.lang.IllegalArgumentException: Bad package component in … Continue reading
NetBeans Platform Module Library Dependencies In Maven
I created a NetBeans Platform Application and Module through the NetBeans IDE using the provided Maven archetype. When I tried to create a new Window, the ConvertAsProperties annotation was not recognized in the generated code. The compilation error: package org.netbeans.api.settings … Continue reading