Posts Tagged 'Java'

Jboss AS 6.1.0.Final Client Jars

You can find jboss client jar of Jboss-6-1.0.Final from directory: jboss-6.1.0.Final\client You should add jbossall-client.jar in your client application classpath, in its MANIFEST.MF points to all required jars, you need to place following jars together:

jbossall-client.jar jboss-annotations-api_1.1_spec.jar jboss-aop-client.jar jboss-appclient.jar jboss-aspect-jdk50-client.jar jboss-classpool.jar jboss-classpool-jbosscl.jar jboss-classpool-scoped.jar jboss-client.jar jboss-common-core.jar jboss-connector-api_1.5_spec.jar jboss-deployers-client.jar jboss-deployers-client-spi.jar jboss-deployers-core.jar jboss-deployers-core-spi.jar jboss-deployers-vfs.jar jboss-deployers-vfs-spi.jar jboss-deployment.jar jboss-ejb3-async-impl.jar jboss-ejb3-async-spi.jar jboss-ejb3-common-client.jar jboss-ejb3-context-spi.jar jboss-ejb3-core-client.jar jboss-ejb3-embedded-standalone.jar jboss-ejb3-ext-api-impl.jar jboss-ejb3-ext-api.jar jboss-ejb3-proxy-clustered-client.jar jboss-ejb3-proxy-impl-client.jar jboss-ejb3-proxy-spi-client.jar jboss-ejb3-security-client.jar jboss-ejb3-singleton-proxy-impl.jar jboss-ejb-api_3.1_spec.jar jboss-el-api_2.2_spec.jar jboss-ha-client.jar jboss-ha-legacy-client.jar jboss-integration.jar jboss-interceptor-core.jar jboss-interceptors-api_1.1_spec.jar jboss-interceptor-spi.jar jboss-j2se.jar jboss-jacc-api_1.4_spec.jar jboss-jad-api_1.2_spec.jar jboss-jaspi-api_1.0_spec.jar jboss-jaxb-api_2.2_spec.jar jboss-jaxr-api_1.0_spec.jar jboss-jaxrpc-api_1.1_spec.jar jboss-jaxws-api_2.2_spec.jar jboss-jms-api_1.1_spec.jar jboss-jmx-annotations.jar jbossjmx-ant.jar jboss-jmx.jar jboss-jsp-api_2.2_spec.jar jboss-jsr77-client.jar jbossjts-integration.jar jbossjts.jar jboss-logging.jar jboss-managed.jar jboss-marshalling.jar jboss-marshalling-river.jar jboss-mdr.jar jboss-metadata-client.jar jboss-metadata-common.jar jboss-metadata-ear.jar jboss-metadata-ejb.jar jboss-metadata-rar.jar jboss-metadata-war.jar jboss-metatype.jar jboss-profileservice-client.jar jboss-profileservice-spi.jar jboss-remoting-3.jar jboss-remoting.jar jboss-security-spi.jar jboss-serialization.jar jboss-servlet-api_3.0_spec.jar jboss-srp-client.jar jbosssx-as-client.jar jbosssx-client.jar jboss-system-client.jar jboss-system-jmx-client.jar jboss-transaction-api_1.1_spec.jar jbossws-common.jar jbossws-cxf-client.jar jbossws-cxf-transports-httpserver.jar jbossws-framework.jar jbossws-native-core.jar jbossws-spi.jar jbossxb.jar slf4j-jboss-logging.jar

 

21 December 2011 at 11:58 - Comments

Let’s revise Oracle vs Google over Java for Android lawsuit

Many lawsuits recently for most popular companies in the world and I’m reading recently on Zdnet on 5 points of Android that could make it fail led to revise last lawsuit of Oracle over Java on Google last summer in 2010. Let’s see some article link here around that:

Five reasons Android can fail IBM and Oracle vs. [...]

28 June 2011 at 18:43 - Comments

Weblogic 10.3 – Create client jar

Working with Weblogic 8.1, it’s fine just to put jar of weblogic-8.1.jar into your classpath, your client application will find weblogic server easily but with Weblogic 9+ (in my case, Weblogic 10.3), it’s not the case if you don’t know. You may get similar errors as: java.lang.NoClassDefFoundError: weblogic/utils/NestedException or java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorBean or java.lang.NoClassDefFoundError: weblogic/utils/classloaders/GenericClassLoader So you will try to drop following jars:

weblogic-10.3.0.0.jar webserviceclient.jar wlclient.jar wlfullclient.jar wljmsclient.jar wls-api.jar [...]

17 January 2011 at 19:20 - Comments
Galvez128
Thanks Men, i have searched solution long time
28 July 11 at 17:12

Google Phone arrived now in Cambodia!

While I am checking to cellcard.com.kh to find out some promotions, I found an announcement on Google phone on sale! I shouted WOW~! that’s I’m waiting. MobiTel, as a leading mobile provider, brought to us a new product that can attract most of people in Cambodia and seem it’s time to fight back to iPhone phone [...]

6 January 2011 at 20:17 - Comments

In general, how webservice recieves image file or other binary data?

As you may notice, one of the popular way to communicate with web service to transfer data or receive data, we mostly use XML (Soap, XML RPC …). XML is a string data, so what is the best way to attach the image files or any binary data to send or receive from the webservice? I [...]

23 June 2010 at 19:20 - Comments