"chaminda_jboss" wrote :
| Can somebody tell me how can configure Siebel Resource Adapter on Jboss,
|
Configuring the Seibel RA should not be different from configuring the generic RA , I am assuing that you are configuring the Seibel RA as the outbound RA .
All you need to do is to follow these steps
1) Deploy the Seibel RA in the Jboss , this is done by deploying the seibel related rar in the $JBOSS_HOME/server/default/deploy directory.
2) Configure/Deploy the ConnectionFactory through the -ds.xml file .
3) Verify the deployments through the jmx-console by looking at the jboss.jca:* MBeans .
Have a look at the sample application as explained at here , it is file base EIS .
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html
If you still don't get things working get back with the details that you have tried .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149932#4149932
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149932
My problem is this.
I have a target object tarObj.
Now using javassist I want to create a wrapper object or metaobject for this such that the target class is renamed (to say origTarObj) and the new class contains a field of type origTarObj ...someting like this..
tarObj:
OrigTarObj origObject;
all methods n constructors are copied into this new class and simple delegated to origObject.
what is the best way to do this with javassist?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149922#4149922
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149922
Answering your question in the subject line-
Which version of JBoss are you using? Can you post the exception stacktrace if you are seeing any? If you are using 4.0.4 then you can find the class javax.ejb.EJBNoSuchObjectException in jboss-ejb3x.jar which will be inside %JBOSS_HOME%\server\< serverName>\deploy\ejb3.deployer folder.
Starting JBoss-4.2.0, that exception no longer exists and instead javax.ejb.NoSuchEJBException is thrown.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149917#4149917
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149917