-
1. Re: how to define socket in ironjacamar.xml which TCP server listen
jesper.pedersen Jan 21, 2014 10:15 AM (in response to imeshd)Use http://www.ironjacamar.org/doc/userguide/1.1/en-US/html/ch10.html#tools_rarinfo to get an overview of the settings for the resource adapter
-
2. Re: how to define socket in ironjacamar.xml which TCP server listen
imeshd Jan 26, 2014 10:47 PM (in response to jesper.pedersen)Hi jesper,
I use java 1.6. So where I can get the user guide for Iron Jacamar V 1.0
-
3. Re: how to define socket in ironjacamar.xml which TCP server listen
jesper.pedersen Jan 27, 2014 8:07 AM (in response to imeshd)http://www.ironjacamar.org/legacy.html
We don't support IronJacamar 1.0 anymore, so use IronJacamar 1.1 for your development. You can always use JCA 1.5 / JCA 1.6 with Java 6 as the target.
-
4. Re: how to define socket in ironjacamar.xml which TCP server listen
imeshd Jan 28, 2014 4:35 AM (in response to jesper.pedersen)Hi Jesper,
I tried a sample but when I try to access the JNDI name from a servlet I get an error. I tried outbound-resourceadapter. Below is the server log snipt.
DEPLOYMENTS IN ERROR:
Deployment "<UNKNOWN jboss-injector:appName=TestWebProject,module=TestWebProject>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss-switchboard:appName=TestWebProject,module=TestWebProject' **
Deployment "java:/eis/SocketAdapter" is in error due to the following reason(s): ** NOT FOUND Depends on 'java:/eis/SocketAdapter' **
what I did was
1. created a rar file which contains jar and META-INF folder contains ironjacamar.xml and ra.xml
2. Deploy the rar file in JBossAS [6.1.0.Final "Neo"].3. Created a web project (TestWebProject.war) contains a servlet and from servlet I tried to invoke the JNDI name. When deploying the servlet I get above error.
4. Forgot to mention that I add the "Dependencies: deployment.ironJacamar-rar-0.0.1.rar" into the MANIFEST.MF file of TestWebProject.war.
any jar file that I need to add to Jboss ? Or what could be the reason above? JDK version is 1.6
-
5. Re: how to define socket in ironjacamar.xml which TCP server listen
jesper.pedersen Jan 28, 2014 9:50 AM (in response to imeshd)Use WildFly 8.0.0.CR1
-
6. Re: how to define socket in ironjacamar.xml which TCP server listen
imeshd Jan 28, 2014 9:27 PM (in response to jesper.pedersen)Hi Jesper,
Can't I use my existing Jboss version for this? Because I have to limit for Jboss version 6.1.0 as all of my company products use this version so unable to change the JDK or Jboss version. Any help ? If not I have to forget the IronJacamar as the solution for my question. -
7. Re: how to define socket in ironjacamar.xml which TCP server listen
imeshd Mar 4, 2014 10:46 PM (in response to jesper.pedersen)Hi Jesper,
I still interest to know is this possible with the existing jboss version or not. If not what is the solution I have?
-
8. Re: how to define socket in ironjacamar.xml which TCP server listen
jesper.pedersen Mar 5, 2014 8:47 AM (in response to imeshd)JCA 1.6 and previous versions of the Java EE Connector Architecture specification are supported by JBoss EAP 6.1. Just aim to implement a JCA 1.5 resource adapter.