Recent activity
Subscribe to this feed
Alexis MP replied on September 27, 2009 22:02 to the question "I have a different error now in Chapter 6 using 8/5 promoted build." in javaee6:
Alexis MP replied on September 27, 2009 22:01 to the question "Chapter 6 - the sniffers are killing me." in javaee6:
The problem with the example as it's described in the book is that a single JAR archive contains both a main() class which the ACC could eb interested in and an EJB which is clearly for the EJB Container.
The message you are seeing says that GlassFish doesn't know what to do with this archive. Is it an EJB or is it for the AppClient Container?
Removing the Main.class entry from the archive should let you deploy the EJB.
Alexis MP replied on September 21, 2009 14:27 to the question "Glassfish 3.0 and J2EE 1.4 degree of compatibility" in javaee6:
Alexis MP replied on September 20, 2009 17:15 to the problem "Chapter 14 - Web service management missing in GlassFish v3??" in javaee6:
You might want to use JDK6 to write a simple JAX-WS client in the form of :
MyWSService service = new MyWSService();
MyWS port = service.getMyWSPort();
port.operation();
with the appropriatewsimport http://localhost:8080/path/to/wsdl
Alexis MP replied on September 20, 2009 08:24 to the question "Will Glassfish move to Apache and get a new name?" in javaee6:
Alexis MP replied on September 19, 2009 13:57 to the question "Problem with EJBContainer - embeddable glassfish" in javaee6:
Can you try again with a recent promoted build?
Download one from here: http://download.java.net/glassfish/v3/promoted/
Alexis MP replied on September 19, 2009 13:37 to the question "Glassfish 3.0 and J2EE 1.4 degree of compatibility" in javaee6:
GlassFish supports all versions of Java EE and J2EE (this is actually a specification requirement). There are large companies that have moved away from WebSphere to GlassFish.
Having said this, in practice you need to carefully look at your existing applications and understand how portable they are. In some cases WebSphere-specific features may have been introduced (by development tools in most cases). In which case there may or may not be a direct equivalent in GlassFish.
GlassFish v3 hasn't yet shipped in final version (expected in November '09). You may want to consider GlassFish v2.1 which supports Java EE 5, full clustering, centralized admin, etc (most of which people seem to find quite similar to the WebSphere architecture).
hope this helps,
-Alexis
Loading Profile...
