Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-26 Thread Scott O'Bryan
Excellent.. Glad to hear it. On Feb 25, 2011, at 7:55 AM, Me Self wmso...@gmail.com wrote: Hi Scott Got it working - replaced the glassfish jstl jar with the one from repo2.maven.org. On Fri, Feb 25, 2011 at 2:47 PM, Scott O'Bryan darkar...@gmail.com wrote: I think you might need to

[trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
Im trying to deploy trinidad-demo 2.0 in weblogic but im getting this error: There was a failure when processing annotations for application /MLT-DEV/Oracle/Middleware_10.3.4/user_projects/domains/workflow_external_ui/servers/AdminServer/upload/trinidad-demo-2.0.0-beta-2.war. Please make sure

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
The Trinidad example IS an empty project, or rather it's a pom project. It's used as the base project for the demos. Now for your websphere issue. Does your version of websphere support JSF 2.0? I know there is plans to release a websphere that does, but to my knowledge it hasn't been

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
Sorry accidentally hit the send button. Let's try the second paragraph again. You need to make sure that JSF2.0 is installed in your domain for Trinidad 2.0 to function. This can be accomplished by creating an ADF domain or by manually adding the JSF2:0 shared library into your domain using the

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
Update #3, it looks like the ADF domains currently install 1.2. ;) so yes, you have to manually install JSF 2.0 Man, cough medicine doesn't work well with concentration. On Feb 25, 2011, at 4:46 AM, Scott O'Bryan darkar...@gmail.com wrote: Sorry accidentally hit the send button. Let's try

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
Hi Scott Your right jsf 2.0 was missing. As a quick hack I tried putting v2.1.1 jsp-api and jsf-impl in the trinidad demo app's web-inf/lib folder. (from http://download.java.net/maven/2/com/sun/faces/jsf-api/2.1.1-b01/) Now I was able to deploy the demo app but jstl was missing. Again as a

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
Your right jsf 2.0 was missing. As a quick hack I tried putting v2.1.1 jsp-api and jsf-impl in the trinidad demo app's web-inf/lib folder. (from download.java.net/maven/2/com/sun/faces/jsf-api/2.1.1-b01/) Now I was able to deploy the demo app but jstl was missing. Again as a quick hack I took

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Scott O'Bryan
I think you might need to install an upgraded EL as well. On Feb 25, 2011, at 5:25 AM, Me Self wmso...@gmail.com wrote: Hi Scott Your right jsf 2.0 was missing. As a quick hack I tried putting v2.1.1 jsp-api and jsf-impl in the trinidad demo app's web-inf/lib folder. (from

Re: [trinidad] Deploy trinidad 2.0 example on WebLogic Server Version: 10.3.4.0?

2011-02-25 Thread Me Self
Hi Scott Got it working - replaced the glassfish jstl jar with the one from repo2.maven.org. On Fri, Feb 25, 2011 at 2:47 PM, Scott O'Bryan darkar...@gmail.com wrote: I think you might need to install an upgraded EL as well. On Feb 25, 2011, at 5:25 AM, Me Self wmso...@gmail.com wrote: Hi